#F0E2CE

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

Shades of Bleach White #F0E2CE

Tints of Bleach White #F0E2CE

Color information

#F0E2CE (or 0xF0E2CE) is unknown color: approx Bleach White. HEX triplet: F0, E2 and CE. RGB value is (240,226,206). Sum of RGB (Red+Green+Blue) = 240+226+206=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CE is #0F1D31. Grayscale: #E4E4E4. Windows color (decimal): -990514 or 13558512. OLE color: 13558512.

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

Color convert

RGB240226206-
CMYK00.060.140.06
HSL35.29º53.12%87.45%-
HSV(B)35.29º14.17%94.12%-
XYZ74.2777.3769.41-
YUV227.91115.64136.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=35.71%
G=33.63%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022620600.060.140.0635.2953.1287.45
HexF0E2CE06E6233557
Octal360342316061664365127
Binary111100001110001011001110011011101101000111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2CE; }

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

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

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

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

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

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

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

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