Shades of Hint Of Red #F2EEEA
Tints of Hint Of Red #F2EEEA
RGB
CMYK
RGB Variations
Color information
#F2EEEA (or 0xF2EEEA) is known color: Hint Of Red. HEX triplet: F2, EE and EA. RGB value is (242,238,234). Sum of RGB (Red+Green+Blue) = 242+238+234=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEEA is #0D1115. Grayscale: #EEEEEE. Windows color (decimal): -856342 or 15396594. OLE color: 15396594.
HSL color Cylindrical-coordinate representation of color #F2EEEA: hue angle of 30º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EEEA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 238 | 234 | - |
CMYK | 0 | 0.02 | 0.03 | 0.05 |
HSL | 30º | 0.24% | 0.93% | - |
HSV(B) | 30º | 0.03% | 0.95% | - |
XYZ | 82.04 | 85.97 | 90.11 | - |
YUV | 238.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 234 | 0 | 0.02 | 0.03 | 0.05 | 30 | 0.24 | 0.93 |
Hex | F2 | EE | EA | 0 | 2 | 3 | 5 | 1E | 18 | 5D |
Octal | 362 | 356 | 352 | 0 | 2 | 3 | 5 | 36 | 30 | 135 |
Binary | 11110010 | 11101110 | 11101010 | 0 | 10 | 11 | 101 | 11110 | 11000 | 1011101 |
Color Harmonies of #F2EEEA
Complementary color
Monochromatic Colors of #F2EEEA
Black with #F2EEEA
Text Example
Text Example
White with #F2EEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEEA; }
p { color: rgb(242,238,234); }
H1.HeaderClassName
{
color: #F2EEEA;
}
.AnyTagClassName
{
color: #F2EEEA;
}
</style>
background-color css
<style>
a { background-color: #F2EEEA; }
a { background-color: rgb(242,238,234); }
div.DivClassName
{
background-color: #F2EEEA;
}
.BgClassName
{
background-color: #F2EEEA;
}
</style>
border-color css
<style>
span { border-color: #F2EEEA; }
span { border-color: rgb(242,238,234); }
td.TdClassName
{
border-color: #F2EEEA;
}
.TagClassName
{
border-color: #F2EEEA;
}
</style>