#F1E1CA

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

Shades of Bleach White #F1E1CA

Tints of Bleach White #F1E1CA

Color information

#F1E1CA (or 0xF1E1CA) is unknown color: approx Bleach White. HEX triplet: F1, E1 and CA. RGB value is (241,225,202). Sum of RGB (Red+Green+Blue) = 241+225+202=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1CA is #0E1E35. Grayscale: #E3E3E3. Windows color (decimal): -925238 or 13296113. OLE color: 13296113.

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

Color convert

RGB241225202-
CMYK00.070.160.05
HSL35.38º58.21%86.86%-
HSV(B)35.38º16.18%94.51%-
XYZ73.8676.8266.81-
YUV227.16113.8137.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.08%
GREEN value IS 225 (88.28% from 255) = 33.68%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=36.08%
G=33.68%
B=30.24%

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
Decimal24122520200.070.160.0535.3858.2186.86
HexF1E1CA07105233a57
Octal361341312072054372127
Binary1111000111100001110010100111100001011000111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1CA; }

 p { color: rgb(241,225,202); }

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

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

 a { background-color: rgb(241,225,202); }

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

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

 span { border-color: rgb(241,225,202); }

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