CSS white
- Input
- 16777215₁₀
- Expected output
- 0xFFFFFF
Pure white in RGB.
decimal to hexadecimal
Decimal to hex with 0x prefix. Each hex digit represents 4 bits — the standard format for CSS colors and memory addresses.
Pure white in RGB.
Alternate HTTP port in hex.
Converting a number between bases means representing the same value using a different set of digits. A decimal (base 10) number can be expressed exactly in binary (base 2), hexadecimal (base 16), or any other base.
Yes. The default output includes the 0x prefix for hexadecimal.
The tool uses uppercase letters (A–F) in the hexadecimal output.
All data stays in your browser. No numbers are sent to any server.