Shades of Bleach White #F0E6CF
Tints of Bleach White #F0E6CF
RGB
CMYK
RGB Variations
Color information
#F0E6CF (or 0xF0E6CF) is known color: Bleach White. HEX triplet: F0, E6 and CF. RGB value is (240,230,207). Sum of RGB (Red+Green+Blue) = 240+230+207=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6CF is #0F1930. Grayscale: #E6E6E6. Windows color (decimal): -989489 or 13625072. OLE color: 13625072.
HSL color Cylindrical-coordinate representation of color #F0E6CF: hue angle of 41.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0E6CF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 207 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.06 |
| HSL | 41.82º | 0.52% | 0.88% | - |
| HSV(B) | 41.82º | 0.14% | 0.94% | - |
| XYZ | 75.49 | 79.62 | 70.42 | - |
| YUV | 230.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 207 | 0 | 0.04 | 0.14 | 0.06 | 41.82 | 0.52 | 0.88 |
| Hex | F0 | E6 | CF | 0 | 4 | E | 6 | 2A | 34 | 58 |
| Octal | 360 | 346 | 317 | 0 | 4 | 16 | 6 | 52 | 64 | 130 |
| Binary | 11110000 | 11100110 | 11001111 | 0 | 100 | 1110 | 110 | 101010 | 110100 | 1011000 |
Color Harmonies of #F0E6CF
Complementary color
Monochromatic Colors of #F0E6CF
Black with #F0E6CF
Text Example
Text Example
White with #F0E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6CF; }
p { color: rgb(240,230,207); }
H1.HeaderClassName
{
color: #F0E6CF;
}
.AnyTagClassName
{
color: #F0E6CF;
}
</style>
background-color css
<style>
a { background-color: #F0E6CF; }
a { background-color: rgb(240,230,207); }
div.DivClassName
{
background-color: #F0E6CF;
}
.BgClassName
{
background-color: #F0E6CF;
}
</style>
border-color css
<style>
span { border-color: #F0E6CF; }
span { border-color: rgb(240,230,207); }
td.TdClassName
{
border-color: #F0E6CF;
}
.TagClassName
{
border-color: #F0E6CF;
}
</style>