#F1E3CB

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

Shades of Bleach White #F1E3CB

Tints of Bleach White #F1E3CB

Color information

#F1E3CB (or 0xF1E3CB) is unknown color: approx Bleach White. HEX triplet: F1, E3 and CB. RGB value is (241,227,203). Sum of RGB (Red+Green+Blue) = 241+227+203=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3CB is #0E1C34. Grayscale: #E4E4E4. Windows color (decimal): -924725 or 13362161. OLE color: 13362161.

HSL color Cylindrical-coordinate representation of color #F1E3CB: hue angle of 37.89º 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 #F1E3CB is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241227203-
CMYK00.060.160.05
HSL37.89º57.58%87.06%-
HSV(B)37.89º15.77%94.51%-
XYZ74.5277.9567.62-
YUV228.45113.64136.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=35.92%
G=33.83%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122720300.060.160.0537.8957.5887.06
HexF1E3CB06105263a57
Octal361343313062054672127
Binary1111000111100011110010110110100001011001101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3CB; }

 p { color: rgb(241,227,203); }

 H1.HeaderClassName
 {
   color: #F1E3CB;
 }
 .AnyTagClassName
 {
   color: #F1E3CB;
 }
</style>
background-color css

<style>
 a { background-color: #F1E3CB; }

 a { background-color: rgb(241,227,203); }

 div.DivClassName
 {
   background-color: #F1E3CB;
 }
 .BgClassName
 {
   background-color: #F1E3CB;
 }
</style>
border-color css

<style>
 span { border-color: #F1E3CB; }

 span { border-color: rgb(241,227,203); }

 td.TdClassName
 {
   border-color: #F1E3CB;
 }
 .TagClassName
 {
   border-color: #F1E3CB;
 }
</style>