#F0E1C9

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

Shades of Bleach White #F0E1C9

Tints of Bleach White #F0E1C9

Color information

#F0E1C9 (or 0xF0E1C9) is unknown color: approx Bleach White. HEX triplet: F0, E1 and C9. RGB value is (240,225,201). Sum of RGB (Red+Green+Blue) = 240+225+201=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1C9 is #0F1E36. Grayscale: #E2E2E2. Windows color (decimal): -990775 or 13230576. OLE color: 13230576.

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

Color convert

RGB240225201-
CMYK00.060.160.06
HSL36.92º56.52%86.47%-
HSV(B)36.92º16.25%94.12%-
XYZ73.476.5966.17-
YUV226.75113.47137.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 201 (78.91% from 255) = 30.18%
R=36.04%
G=33.78%
B=30.18%

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
Decimal24022520100.060.160.0636.9256.5286.47
HexF0E1C906106253956
Octal360341311062064571126
Binary1111000011100001110010010110100001101001011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1C9; }

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

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

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

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

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

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

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

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