White Smoke/ mostly black
Enter any color value (e.g., #3ec9bc, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#f5f5f5 color RGB value is (245,245,245)
#f5f5f5 color CMYK value
#f5f5f5 color HSL value
HSV(or HSB) | 0° | 0 | 96.1 |
XYZ | 86.79 | 91.31 | 99.436 |
Yxy | 0.313 | 0.329 | 91.31 |
LAB | 96.537 | 0.005 | -0.01 |
LUV | 96.537 | 0.001 | -0.017 |
Hunter-LAB | 95.556 | -5.099 | 5.192 |
CIE-LCH | 96.537 | 0.011 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | F5 | F5 | F5 |
Decimal | 245 | 245 | 245 |
Octal | 365 | 365 | 365 |
Binary | 11110101 | 11110101 | 11110101 |
This text has a font color of #f5f5f5.
<span style="color:#f5f5f5">Text here</span>
This paragraph has a background color of #f5f5f5.
<p style="background-color:#f5f5f5;">Content here</p>
This element has a border color of #f5f5f5.
<div style="border:1px #f5f5f5;">Content here</div>
.text {color:#f5f5f5;}
.background {background-color:#f5f5f5;}
.border {border:1px solid #f5f5f5;}
.text-shadow {border:1px solid #f5f5f5;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f5f5f5 is the lightest one.