Shades of Hint Of Red #F0ECEA
Tints of Hint Of Red #F0ECEA
RGB
CMYK
RGB Variations
Color information
#F0ECEA (or 0xF0ECEA) is known color: Hint Of Red. HEX triplet: F0, EC and EA. RGB value is (240,236,234). Sum of RGB (Red+Green+Blue) = 240+236+234=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECEA is #0F1315. Grayscale: #ECECEC. Windows color (decimal): -987926 or 15396080. OLE color: 15396080.
HSL color Cylindrical-coordinate representation of color #F0ECEA: hue angle of 20º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0ECEA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 234 | - |
CMYK | 0 | 0.02 | 0.02 | 0.06 |
HSL | 20º | 0.17% | 0.93% | - |
HSV(B) | 20º | 0.02% | 0.94% | - |
XYZ | 80.78 | 84.46 | 89.89 | - |
YUV | 236.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 234 | 0 | 0.02 | 0.02 | 0.06 | 20 | 0.17 | 0.93 |
Hex | F0 | EC | EA | 0 | 2 | 2 | 6 | 14 | 11 | 5D |
Octal | 360 | 354 | 352 | 0 | 2 | 2 | 6 | 24 | 21 | 135 |
Binary | 11110000 | 11101100 | 11101010 | 0 | 10 | 10 | 110 | 10100 | 10001 | 1011101 |
Color Harmonies of #F0ECEA
Complementary color
Monochromatic Colors of #F0ECEA
Black with #F0ECEA
Text Example
Text Example
White with #F0ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECEA; }
p { color: rgb(240,236,234); }
H1.HeaderClassName
{
color: #F0ECEA;
}
.AnyTagClassName
{
color: #F0ECEA;
}
</style>
background-color css
<style>
a { background-color: #F0ECEA; }
a { background-color: rgb(240,236,234); }
div.DivClassName
{
background-color: #F0ECEA;
}
.BgClassName
{
background-color: #F0ECEA;
}
</style>
border-color css
<style>
span { border-color: #F0ECEA; }
span { border-color: rgb(240,236,234); }
td.TdClassName
{
border-color: #F0ECEA;
}
.TagClassName
{
border-color: #F0ECEA;
}
</style>