#F1E5CE

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

Shades of Bleach White #F1E5CE

Tints of Bleach White #F1E5CE

Color information

#F1E5CE (or 0xF1E5CE) is unknown color: approx Bleach White. HEX triplet: F1, E5 and CE. RGB value is (241,229,206). Sum of RGB (Red+Green+Blue) = 241+229+206=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5CE is #0E1A31. Grayscale: #E6E6E6. Windows color (decimal): -924210 or 13559281. OLE color: 13559281.

HSL color Cylindrical-coordinate representation of color #F1E5CE: hue angle of 39.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1E5CE is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241229206-
CMYK00.050.150.05
HSL39.43º55.56%87.65%-
HSV(B)39.43º14.52%94.51%-
XYZ75.4479.269.7-
YUV229.97114.48135.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.65%
GREEN value IS 229 (89.84% from 255) = 33.88%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=35.65%
G=33.88%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122920600.050.150.0539.4355.5687.65
HexF1E5CE05F5273858
Octal361345316051754770130
Binary111100011110010111001110010111111011001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5CE; }

 p { color: rgb(241,229,206); }

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

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

 a { background-color: rgb(241,229,206); }

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

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

 span { border-color: rgb(241,229,206); }

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