Shades of Hint Of Red #F2EEEC
Tints of Hint Of Red #F2EEEC
RGB
CMYK
RGB Variations
Color information
#F2EEEC (or 0xF2EEEC) is known color: Hint Of Red. HEX triplet: F2, EE and EC. RGB value is (242,238,236). Sum of RGB (Red+Green+Blue) = 242+238+236=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEEC is #0D1113. Grayscale: #EEEEEE. Windows color (decimal): -856340 or 15527666. OLE color: 15527666.
HSL color Cylindrical-coordinate representation of color #F2EEEC: hue angle of 20º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2EEEC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 236 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.05 |
| HSL | 20º | 0.19% | 0.94% | - |
| HSV(B) | 20º | 0.02% | 0.95% | - |
| XYZ | 82.33 | 86.08 | 91.63 | - |
| YUV | 238.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 236 | 0 | 0.02 | 0.02 | 0.05 | 20 | 0.19 | 0.94 |
| Hex | F2 | EE | EC | 0 | 2 | 2 | 5 | 14 | 13 | 5E |
| Octal | 362 | 356 | 354 | 0 | 2 | 2 | 5 | 24 | 23 | 136 |
| Binary | 11110010 | 11101110 | 11101100 | 0 | 10 | 10 | 101 | 10100 | 10011 | 1011110 |
Color Harmonies of #F2EEEC
Complementary color
Monochromatic Colors of #F2EEEC
Black with #F2EEEC
Text Example
Text Example
White with #F2EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEEC; }
p { color: rgb(242,238,236); }
H1.HeaderClassName
{
color: #F2EEEC;
}
.AnyTagClassName
{
color: #F2EEEC;
}
</style>
background-color css
<style>
a { background-color: #F2EEEC; }
a { background-color: rgb(242,238,236); }
div.DivClassName
{
background-color: #F2EEEC;
}
.BgClassName
{
background-color: #F2EEEC;
}
</style>
border-color css
<style>
span { border-color: #F2EEEC; }
span { border-color: rgb(242,238,236); }
td.TdClassName
{
border-color: #F2EEEC;
}
.TagClassName
{
border-color: #F2EEEC;
}
</style>