Shades of Hint Of Red #F0EEEC
Tints of Hint Of Red #F0EEEC
RGB
CMYK
RGB Variations
Color information
#F0EEEC (or 0xF0EEEC) is known color: Hint Of Red. HEX triplet: F0, EE and EC. RGB value is (240,238,236). Sum of RGB (Red+Green+Blue) = 240+238+236=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EEEC is #0F1113. Grayscale: #EEEEEE. Windows color (decimal): -987412 or 15527664. OLE color: 15527664.
HSL color Cylindrical-coordinate representation of color #F0EEEC: hue angle of 30º degrees, saturation: 0.12, 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 #F0EEEC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 238 | 236 | - |
CMYK | 0 | 0.01 | 0.02 | 0.06 |
HSL | 30º | 0.12% | 0.93% | - |
HSV(B) | 30º | 0.02% | 0.94% | - |
XYZ | 81.65 | 85.73 | 91.6 | - |
YUV | 238.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 238 | 236 | 0 | 0.01 | 0.02 | 0.06 | 30 | 0.12 | 0.93 |
Hex | F0 | EE | EC | 0 | 1 | 2 | 6 | 1E | C | 5D |
Octal | 360 | 356 | 354 | 0 | 1 | 2 | 6 | 36 | 14 | 135 |
Binary | 11110000 | 11101110 | 11101100 | 0 | 1 | 10 | 110 | 11110 | 1100 | 1011101 |
Color Harmonies of #F0EEEC
Complementary color
Monochromatic Colors of #F0EEEC
Black with #F0EEEC
Text Example
Text Example
White with #F0EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEEC; }
p { color: rgb(240,238,236); }
H1.HeaderClassName
{
color: #F0EEEC;
}
.AnyTagClassName
{
color: #F0EEEC;
}
</style>
background-color css
<style>
a { background-color: #F0EEEC; }
a { background-color: rgb(240,238,236); }
div.DivClassName
{
background-color: #F0EEEC;
}
.BgClassName
{
background-color: #F0EEEC;
}
</style>
border-color css
<style>
span { border-color: #F0EEEC; }
span { border-color: rgb(240,238,236); }
td.TdClassName
{
border-color: #F0EEEC;
}
.TagClassName
{
border-color: #F0EEEC;
}
</style>