Shades of Bleach White #F1E4CB
Tints of Bleach White #F1E4CB
RGB
CMYK
RGB Variations
Color information
#F1E4CB (or 0xF1E4CB) is known color: Bleach White. HEX triplet: F1, E4 and CB. RGB value is (241,228,203). Sum of RGB (Red+Green+Blue) = 241+228+203=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4CB is #0E1B34. Grayscale: #E5E5E5. Windows color (decimal): -924469 or 13362417. OLE color: 13362417.
HSL color Cylindrical-coordinate representation of color #F1E4CB: hue angle of 39.47º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1E4CB is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 203 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 39.47º | 0.58% | 0.87% | - |
| HSV(B) | 39.47º | 0.16% | 0.95% | - |
| XYZ | 74.8 | 78.5 | 67.71 | - |
| YUV | 229.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 203 | 0 | 0.05 | 0.16 | 0.05 | 39.47 | 0.58 | 0.87 |
| Hex | F1 | E4 | CB | 0 | 5 | 10 | 5 | 27 | 3A | 57 |
| Octal | 361 | 344 | 313 | 0 | 5 | 20 | 5 | 47 | 72 | 127 |
| Binary | 11110001 | 11100100 | 11001011 | 0 | 101 | 10000 | 101 | 100111 | 111010 | 1010111 |
Color Harmonies of #F1E4CB
Complementary color
Monochromatic Colors of #F1E4CB
Black with #F1E4CB
Text Example
Text Example
White with #F1E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4CB; }
p { color: rgb(241,228,203); }
H1.HeaderClassName
{
color: #F1E4CB;
}
.AnyTagClassName
{
color: #F1E4CB;
}
</style>
background-color css
<style>
a { background-color: #F1E4CB; }
a { background-color: rgb(241,228,203); }
div.DivClassName
{
background-color: #F1E4CB;
}
.BgClassName
{
background-color: #F1E4CB;
}
</style>
border-color css
<style>
span { border-color: #F1E4CB; }
span { border-color: rgb(241,228,203); }
td.TdClassName
{
border-color: #F1E4CB;
}
.TagClassName
{
border-color: #F1E4CB;
}
</style>