#F1E3CA

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

Shades of Bleach White #F1E3CA

Tints of Bleach White #F1E3CA

Color information

#F1E3CA (or 0xF1E3CA) is unknown color: approx Bleach White. HEX triplet: F1, E3 and CA. RGB value is (241,227,202). Sum of RGB (Red+Green+Blue) = 241+227+202=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3CA is #0E1C35. Grayscale: #E4E4E4. Windows color (decimal): -924726 or 13296625. OLE color: 13296625.

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

Color convert

RGB241227202-
CMYK00.060.160.05
HSL38.46º58.21%86.86%-
HSV(B)38.46º16.18%94.51%-
XYZ74.4177.966.99-
YUV228.34113.14137.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=35.97%
G=33.88%
B=30.15%

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
Decimal24122720200.060.160.0538.4658.2186.86
HexF1E3CA06105263a57
Octal361343312062054672127
Binary1111000111100011110010100110100001011001101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3CA; }

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

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

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

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

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

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

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

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