mostly black
Enter any color value (e.g., #ef5f94, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#f0f0f0 color RGB value is (240,240,240)
#f0f0f0 color CMYK value
#f0f0f0 color HSL value
HSV(or HSB) | 0° | 0 | 94.1 |
XYZ | 82.823 | 87.137 | 94.892 |
Yxy | 0.313 | 0.329 | 87.137 |
LAB | 94.796 | 0.005 | -0.01 |
LUV | 94.796 | 0.001 | -0.016 |
Hunter-LAB | 93.347 | -4.981 | 5.072 |
CIE-LCH | 94.796 | 0.011 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | F0 | F0 | F0 |
Decimal | 240 | 240 | 240 |
Octal | 360 | 360 | 360 |
Binary | 11110000 | 11110000 | 11110000 |
This text has a font color of #f0f0f0.
<span style="color:#f0f0f0">Text here</span>
This paragraph has a background color of #f0f0f0.
<p style="background-color:#f0f0f0;">Content here</p>
This element has a border color of #f0f0f0.
<div style="border:1px #f0f0f0;">Content here</div>
.text {color:#f0f0f0;}
.background {background-color:#f0f0f0;}
.border {border:1px solid #f0f0f0;}
.text-shadow {border:1px solid #f0f0f0;}
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, #060606 is the darkest color, while #fbfbfb is the lightest one.