#F0E1CA

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

Shades of Bleach White #F0E1CA

Tints of Bleach White #F0E1CA

Color information

#F0E1CA (or 0xF0E1CA) is unknown color: approx Bleach White. HEX triplet: F0, E1 and CA. RGB value is (240,225,202). Sum of RGB (Red+Green+Blue) = 240+225+202=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1CA is #0F1E35. Grayscale: #E2E2E2. Windows color (decimal): -990774 or 13296112. OLE color: 13296112.

HSL color Cylindrical-coordinate representation of color #F0E1CA: hue angle of 36.32º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E1CA is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240225202-
CMYK00.060.160.06
HSL36.32º55.88%86.67%-
HSV(B)36.32º15.83%94.12%-
XYZ73.5276.6466.8-
YUV226.86113.97137.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=35.98%
G=33.73%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022520200.060.160.0636.3255.8886.67
HexF0E1CA06106243857
Octal360341312062064470127
Binary1111000011100001110010100110100001101001001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1CA; }

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

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

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

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

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

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

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

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