#F0E3CE

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

Shades of Bleach White #F0E3CE

Tints of Bleach White #F0E3CE

Color information

#F0E3CE (or 0xF0E3CE) is unknown color: approx Bleach White. HEX triplet: F0, E3 and CE. RGB value is (240,227,206). Sum of RGB (Red+Green+Blue) = 240+227+206=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3CE is #0F1C31. Grayscale: #E4E4E4. Windows color (decimal): -990258 or 13558768. OLE color: 13558768.

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

Color convert

RGB240227206-
CMYK00.050.140.06
HSL37.06º53.12%87.45%-
HSV(B)37.06º14.17%94.12%-
XYZ74.5477.9269.5-
YUV228.49115.31136.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 227 (89.06% from 255) = 33.73%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=35.66%
G=33.73%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022720600.050.140.0637.0653.1287.45
HexF0E3CE05E6253557
Octal360343316051664565127
Binary111100001110001111001110010111101101001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3CE; }

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

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

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

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

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

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

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

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