#F1E2CA

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

Shades of Bleach White #F1E2CA

Tints of Bleach White #F1E2CA

Color information

#F1E2CA (or 0xF1E2CA) is unknown color: approx Bleach White. HEX triplet: F1, E2 and CA. RGB value is (241,226,202). Sum of RGB (Red+Green+Blue) = 241+226+202=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2CA is #0E1D35. Grayscale: #E3E3E3. Windows color (decimal): -924982 or 13296369. OLE color: 13296369.

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

Color convert

RGB241226202-
CMYK00.060.160.05
HSL36.92º58.21%86.86%-
HSV(B)36.92º16.18%94.51%-
XYZ74.1377.3666.9-
YUV227.75113.47137.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=36.02%
G=33.78%
B=30.19%

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
Decimal24122620200.060.160.0536.9258.2186.86
HexF1E2CA06105253a57
Octal361342312062054572127
Binary1111000111100010110010100110100001011001011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2CA; }

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

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

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

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

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

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

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

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