#F1E4CE

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

Shades of Bleach White #F1E4CE

Tints of Bleach White #F1E4CE

Color information

#F1E4CE (or 0xF1E4CE) is unknown color: approx Bleach White. HEX triplet: F1, E4 and CE. RGB value is (241,228,206). Sum of RGB (Red+Green+Blue) = 241+228+206=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4CE is #0E1B31. Grayscale: #E5E5E5. Windows color (decimal): -924466 or 13559025. OLE color: 13559025.

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

Color convert

RGB241228206-
CMYK00.050.150.05
HSL37.71º55.56%87.65%-
HSV(B)37.71º14.52%94.51%-
XYZ75.1678.6469.61-
YUV229.38114.81136.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 228 (89.45% from 255) = 33.78%
BLUE value IS 206 (80.86% from 255) = 30.52%
R=35.70%
G=33.78%
B=30.52%

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
Decimal24122820600.050.150.0537.7155.5687.65
HexF1E4CE05F5263858
Octal361344316051754670130
Binary111100011110010011001110010111111011001101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4CE; }

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

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

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

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

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

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

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

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