#F0E1CB

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

Shades of Bleach White #F0E1CB

Tints of Bleach White #F0E1CB

Color information

#F0E1CB (or 0xF0E1CB) is unknown color: approx Bleach White. HEX triplet: F0, E1 and CB. RGB value is (240,225,203). Sum of RGB (Red+Green+Blue) = 240+225+203=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1CB is #0F1E34. Grayscale: #E3E3E3. Windows color (decimal): -990773 or 13361648. OLE color: 13361648.

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

Color convert

RGB240225203-
CMYK00.060.150.06
HSL35.68º55.22%86.86%-
HSV(B)35.68º15.42%94.12%-
XYZ73.6476.6967.42-
YUV226.98114.47137.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 225 (88.28% from 255) = 33.68%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=35.93%
G=33.68%
B=30.39%

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
Decimal24022520300.060.150.0635.6855.2286.86
HexF0E1CB06F6243757
Octal360341313061764467127
Binary111100001110000111001011011011111101001001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1CB; }

 p { color: rgb(240,225,203); }

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

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

 a { background-color: rgb(240,225,203); }

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

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

 span { border-color: rgb(240,225,203); }

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