#F0E2CC

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

Shades of Bleach White #F0E2CC

Tints of Bleach White #F0E2CC

Color information

#F0E2CC (or 0xF0E2CC) is unknown color: approx Bleach White. HEX triplet: F0, E2 and CC. RGB value is (240,226,204). Sum of RGB (Red+Green+Blue) = 240+226+204=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CC is #0F1D33. Grayscale: #E3E3E3. Windows color (decimal): -990516 or 13427440. OLE color: 13427440.

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

Color convert

RGB240226204-
CMYK00.060.150.06
HSL36.67º54.55%87.06%-
HSV(B)36.67º15%94.12%-
XYZ74.0377.2868.14-
YUV227.68114.64136.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=35.82%
G=33.73%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022620400.060.150.0636.6754.5587.06
HexF0E2CC06F6253757
Octal360342314061764567127
Binary111100001110001011001100011011111101001011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2CC; }

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

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

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

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

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

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

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

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