#F1E1CB

Color #F1E1CB Bleach White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bleach White #F1E1CB

Tints of Bleach White #F1E1CB

Color information

#F1E1CB (or 0xF1E1CB) is unknown color: approx 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

RGB241225203-
CMYK00.070.160.05
HSL34.74º57.58%87.06%-
HSV(B)34.74º15.77%94.51%-
XYZ73.9876.8667.44-
YUV227.28114.3137.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=36.02%
G=33.63%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122520300.070.160.0534.7457.5887.06
HexF1E1CB07105233a57
Octal361341313072054372127
Binary1111000111100001110010110111100001011000111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>