Shades of Hint Of Red #F2EEEB
Tints of Hint Of Red #F2EEEB
RGB
CMYK
RGB Variations
Color information
#F2EEEB (or 0xF2EEEB) is known color: Hint Of Red. HEX triplet: F2, EE and EB. RGB value is (242,238,235). Sum of RGB (Red+Green+Blue) = 242+238+235=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEEB is #0D1114. Grayscale: #EEEEEE. Windows color (decimal): -856341 or 15462130. OLE color: 15462130.
HSL color Cylindrical-coordinate representation of color #F2EEEB: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EEEB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 238 | 235 | - |
CMYK | 0 | 0.02 | 0.03 | 0.05 |
HSL | 25.71º | 0.21% | 0.94% | - |
HSV(B) | 25.71º | 0.03% | 0.95% | - |
XYZ | 82.19 | 86.02 | 90.87 | - |
YUV | 238.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 235 | 0 | 0.02 | 0.03 | 0.05 | 25.71 | 0.21 | 0.94 |
Hex | F2 | EE | EB | 0 | 2 | 3 | 5 | 1A | 15 | 5E |
Octal | 362 | 356 | 353 | 0 | 2 | 3 | 5 | 32 | 25 | 136 |
Binary | 11110010 | 11101110 | 11101011 | 0 | 10 | 11 | 101 | 11010 | 10101 | 1011110 |
Color Harmonies of #F2EEEB
Complementary color
Monochromatic Colors of #F2EEEB
Black with #F2EEEB
Text Example
Text Example
White with #F2EEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEEB; }
p { color: rgb(242,238,235); }
H1.HeaderClassName
{
color: #F2EEEB;
}
.AnyTagClassName
{
color: #F2EEEB;
}
</style>
background-color css
<style>
a { background-color: #F2EEEB; }
a { background-color: rgb(242,238,235); }
div.DivClassName
{
background-color: #F2EEEB;
}
.BgClassName
{
background-color: #F2EEEB;
}
</style>
border-color css
<style>
span { border-color: #F2EEEB; }
span { border-color: rgb(242,238,235); }
td.TdClassName
{
border-color: #F2EEEB;
}
.TagClassName
{
border-color: #F2EEEB;
}
</style>