Shades of Bleach White #F1E3CA
Tints of Bleach White #F1E3CA
RGB
CMYK
RGB Variations
Color information
#F1E3CA (or 0xF1E3CA) is known color: Bleach White. HEX triplet: F1, E3 and CA. RGB value is (241,227,202). Sum of RGB (Red+Green+Blue) = 241+227+202=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3CA is #0E1C35. Grayscale: #E4E4E4. Windows color (decimal): -924726 or 13296625. OLE color: 13296625.
HSL color Cylindrical-coordinate representation of color #F1E3CA: hue angle of 38.46º 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 #F1E3CA is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 202 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.05 |
| HSL | 38.46º | 0.58% | 0.87% | - |
| HSV(B) | 38.46º | 0.16% | 0.95% | - |
| XYZ | 74.41 | 77.9 | 66.99 | - |
| YUV | 228.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 202 | 0 | 0.06 | 0.16 | 0.05 | 38.46 | 0.58 | 0.87 |
| Hex | F1 | E3 | CA | 0 | 6 | 10 | 5 | 26 | 3A | 57 |
| Octal | 361 | 343 | 312 | 0 | 6 | 20 | 5 | 46 | 72 | 127 |
| Binary | 11110001 | 11100011 | 11001010 | 0 | 110 | 10000 | 101 | 100110 | 111010 | 1010111 |
Color Harmonies of #F1E3CA
Complementary color
Monochromatic Colors of #F1E3CA
Black with #F1E3CA
Text Example
Text Example
White with #F1E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E3CA; }
p { color: rgb(241,227,202); }
H1.HeaderClassName
{
color: #F1E3CA;
}
.AnyTagClassName
{
color: #F1E3CA;
}
</style>
background-color css
<style>
a { background-color: #F1E3CA; }
a { background-color: rgb(241,227,202); }
div.DivClassName
{
background-color: #F1E3CA;
}
.BgClassName
{
background-color: #F1E3CA;
}
</style>
border-color css
<style>
span { border-color: #F1E3CA; }
span { border-color: rgb(241,227,202); }
td.TdClassName
{
border-color: #F1E3CA;
}
.TagClassName
{
border-color: #F1E3CA;
}
</style>