#F0E4CC

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

Shades of Bleach White #F0E4CC

Tints of Bleach White #F0E4CC

Color information

#F0E4CC (or 0xF0E4CC) is unknown color: approx Bleach White. HEX triplet: F0, E4 and CC. RGB value is (240,228,204). Sum of RGB (Red+Green+Blue) = 240+228+204=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4CC is #0F1B33. Grayscale: #E4E4E4. Windows color (decimal): -990004 or 13427952. OLE color: 13427952.

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

Color convert

RGB240228204-
CMYK00.050.150.06
HSL40º54.55%87.06%-
HSV(B)40º15%94.12%-
XYZ74.5878.3768.32-
YUV228.85113.98135.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=35.71%
G=33.93%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022820400.050.150.064054.5587.06
HexF0E4CC05F6283757
Octal360344314051765067127
Binary111100001110010011001100010111111101010001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4CC; }

 p { color: rgb(240,228,204); }

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

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

 a { background-color: rgb(240,228,204); }

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

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

 span { border-color: rgb(240,228,204); }

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