Shades of Hint Of Red #F2EFEC
Tints of Hint Of Red #F2EFEC
RGB
CMYK
RGB Variations
Color information
#F2EFEC (or 0xF2EFEC) is known color: Hint Of Red. HEX triplet: F2, EF and EC. RGB value is (242,239,236). Sum of RGB (Red+Green+Blue) = 242+239+236=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFEC is #0D1013. Grayscale: #EFEFEF. Windows color (decimal): -856084 or 15527922. OLE color: 15527922.
HSL color Cylindrical-coordinate representation of color #F2EFEC: hue angle of 30º 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 #F2EFEC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 236 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.05 |
| HSL | 30º | 0.19% | 0.94% | - |
| HSV(B) | 30º | 0.02% | 0.95% | - |
| XYZ | 82.62 | 86.67 | 91.73 | - |
| YUV | 239.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 236 | 0 | 0.01 | 0.02 | 0.05 | 30 | 0.19 | 0.94 |
| Hex | F2 | EF | EC | 0 | 1 | 2 | 5 | 1E | 13 | 5E |
| Octal | 362 | 357 | 354 | 0 | 1 | 2 | 5 | 36 | 23 | 136 |
| Binary | 11110010 | 11101111 | 11101100 | 0 | 1 | 10 | 101 | 11110 | 10011 | 1011110 |
Color Harmonies of #F2EFEC
Complementary color
Monochromatic Colors of #F2EFEC
Black with #F2EFEC
Text Example
Text Example
White with #F2EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFEC; }
p { color: rgb(242,239,236); }
H1.HeaderClassName
{
color: #F2EFEC;
}
.AnyTagClassName
{
color: #F2EFEC;
}
</style>
background-color css
<style>
a { background-color: #F2EFEC; }
a { background-color: rgb(242,239,236); }
div.DivClassName
{
background-color: #F2EFEC;
}
.BgClassName
{
background-color: #F2EFEC;
}
</style>
border-color css
<style>
span { border-color: #F2EFEC; }
span { border-color: rgb(242,239,236); }
td.TdClassName
{
border-color: #F2EFEC;
}
.TagClassName
{
border-color: #F2EFEC;
}
</style>