#F0E4CE

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

Shades of Bleach White #F0E4CE

Tints of Bleach White #F0E4CE

Color information

#F0E4CE (or 0xF0E4CE) is unknown color: approx Bleach White. HEX triplet: F0, E4 and CE. RGB value is (240,228,206). Sum of RGB (Red+Green+Blue) = 240+228+206=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4CE is #0F1B31. Grayscale: #E5E5E5. Windows color (decimal): -990002 or 13559024. OLE color: 13559024.

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

Color convert

RGB240228206-
CMYK00.050.140.06
HSL38.82º53.12%87.45%-
HSV(B)38.82º14.17%94.12%-
XYZ74.8278.4769.6-
YUV229.08114.98135.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.61%
GREEN value IS 228 (89.45% from 255) = 33.83%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=35.61%
G=33.83%
B=30.56%

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
Decimal24022820600.050.140.0638.8253.1287.45
HexF0E4CE05E6273557
Octal360344316051664765127
Binary111100001110010011001110010111101101001111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4CE; }

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

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

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

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

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

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

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

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