Shades of Bleach White #F2E6CF
Tints of Bleach White #F2E6CF
RGB
CMYK
RGB Variations
Color information
#F2E6CF (or 0xF2E6CF) is known color: Bleach White. HEX triplet: F2, E6 and CF. RGB value is (242,230,207). Sum of RGB (Red+Green+Blue) = 242+230+207=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6CF is #0D1930. Grayscale: #E7E7E7. Windows color (decimal): -858417 or 13625074. OLE color: 13625074.
HSL color Cylindrical-coordinate representation of color #F2E6CF: hue angle of 39.43º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E6CF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 207 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.05 |
| HSL | 39.43º | 0.57% | 0.88% | - |
| HSV(B) | 39.43º | 0.14% | 0.95% | - |
| XYZ | 76.18 | 79.98 | 70.45 | - |
| YUV | 230.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 207 | 0 | 0.05 | 0.14 | 0.05 | 39.43 | 0.57 | 0.88 |
| Hex | F2 | E6 | CF | 0 | 5 | E | 5 | 27 | 39 | 58 |
| Octal | 362 | 346 | 317 | 0 | 5 | 16 | 5 | 47 | 71 | 130 |
| Binary | 11110010 | 11100110 | 11001111 | 0 | 101 | 1110 | 101 | 100111 | 111001 | 1011000 |
Color Harmonies of #F2E6CF
Complementary color
Monochromatic Colors of #F2E6CF
Black with #F2E6CF
Text Example
Text Example
White with #F2E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6CF; }
p { color: rgb(242,230,207); }
H1.HeaderClassName
{
color: #F2E6CF;
}
.AnyTagClassName
{
color: #F2E6CF;
}
</style>
background-color css
<style>
a { background-color: #F2E6CF; }
a { background-color: rgb(242,230,207); }
div.DivClassName
{
background-color: #F2E6CF;
}
.BgClassName
{
background-color: #F2E6CF;
}
</style>
border-color css
<style>
span { border-color: #F2E6CF; }
span { border-color: rgb(242,230,207); }
td.TdClassName
{
border-color: #F2E6CF;
}
.TagClassName
{
border-color: #F2E6CF;
}
</style>