Shades of Bleach White #F2E4CE
Tints of Bleach White #F2E4CE
RGB
CMYK
RGB Variations
Color information
#F2E4CE (or 0xF2E4CE) is known color: Bleach White. HEX triplet: F2, E4 and CE. RGB value is (242,228,206). Sum of RGB (Red+Green+Blue) = 242+228+206=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4CE is #0D1B31. Grayscale: #E5E5E5. Windows color (decimal): -858930 or 13559026. OLE color: 13559026.
HSL color Cylindrical-coordinate representation of color #F2E4CE: hue angle of 36.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2E4CE is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 206 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.05 |
| HSL | 36.67º | 0.58% | 0.88% | - |
| HSV(B) | 36.67º | 0.15% | 0.95% | - |
| XYZ | 75.5 | 78.82 | 69.63 | - |
| YUV | 229.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 206 | 0 | 0.06 | 0.15 | 0.05 | 36.67 | 0.58 | 0.88 |
| Hex | F2 | E4 | CE | 0 | 6 | F | 5 | 25 | 3A | 58 |
| Octal | 362 | 344 | 316 | 0 | 6 | 17 | 5 | 45 | 72 | 130 |
| Binary | 11110010 | 11100100 | 11001110 | 0 | 110 | 1111 | 101 | 100101 | 111010 | 1011000 |
Color Harmonies of #F2E4CE
Complementary color
Monochromatic Colors of #F2E4CE
Black with #F2E4CE
Text Example
Text Example
White with #F2E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4CE; }
p { color: rgb(242,228,206); }
H1.HeaderClassName
{
color: #F2E4CE;
}
.AnyTagClassName
{
color: #F2E4CE;
}
</style>
background-color css
<style>
a { background-color: #F2E4CE; }
a { background-color: rgb(242,228,206); }
div.DivClassName
{
background-color: #F2E4CE;
}
.BgClassName
{
background-color: #F2E4CE;
}
</style>
border-color css
<style>
span { border-color: #F2E4CE; }
span { border-color: rgb(242,228,206); }
td.TdClassName
{
border-color: #F2E4CE;
}
.TagClassName
{
border-color: #F2E4CE;
}
</style>