Shades of Bleach White #F1E1CB
Tints of Bleach White #F1E1CB
RGB
CMYK
RGB Variations
Color information
#F1E1CB (or 0xF1E1CB) is known color: Bleach White. HEX triplet: F1, E1 and CB. RGB value is (241,225,203). Sum of RGB (Red+Green+Blue) = 241+225+203=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1CB is #0E1E34. Grayscale: #E3E3E3. Windows color (decimal): -925237 or 13361649. OLE color: 13361649.
HSL color Cylindrical-coordinate representation of color #F1E1CB: hue angle of 34.74º 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 #F1E1CB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 203 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.05 |
| HSL | 34.74º | 0.58% | 0.87% | - |
| HSV(B) | 34.74º | 0.16% | 0.95% | - |
| XYZ | 73.98 | 76.86 | 67.44 | - |
| YUV | 227.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 203 | 0 | 0.07 | 0.16 | 0.05 | 34.74 | 0.58 | 0.87 |
| Hex | F1 | E1 | CB | 0 | 7 | 10 | 5 | 23 | 3A | 57 |
| Octal | 361 | 341 | 313 | 0 | 7 | 20 | 5 | 43 | 72 | 127 |
| Binary | 11110001 | 11100001 | 11001011 | 0 | 111 | 10000 | 101 | 100011 | 111010 | 1010111 |
Color Harmonies of #F1E1CB
Complementary color
Monochromatic Colors of #F1E1CB
Black with #F1E1CB
Text Example
Text Example
White with #F1E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1CB; }
p { color: rgb(241,225,203); }
H1.HeaderClassName
{
color: #F1E1CB;
}
.AnyTagClassName
{
color: #F1E1CB;
}
</style>
background-color css
<style>
a { background-color: #F1E1CB; }
a { background-color: rgb(241,225,203); }
div.DivClassName
{
background-color: #F1E1CB;
}
.BgClassName
{
background-color: #F1E1CB;
}
</style>
border-color css
<style>
span { border-color: #F1E1CB; }
span { border-color: rgb(241,225,203); }
td.TdClassName
{
border-color: #F1E1CB;
}
.TagClassName
{
border-color: #F1E1CB;
}
</style>