#F0E2C9

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

Shades of Bleach White #F0E2C9

Tints of Bleach White #F0E2C9

Color information

#F0E2C9 (or 0xF0E2C9) is unknown color: approx Bleach White. HEX triplet: F0, E2 and C9. RGB value is (240,226,201). Sum of RGB (Red+Green+Blue) = 240+226+201=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2C9 is #0F1D36. Grayscale: #E3E3E3. Windows color (decimal): -990519 or 13230832. OLE color: 13230832.

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

Color convert

RGB240226201-
CMYK00.060.160.06
HSL38.46º56.52%86.47%-
HSV(B)38.46º16.25%94.12%-
XYZ73.6777.1466.26-
YUV227.34113.14137.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 201 (78.91% from 255) = 30.13%
R=35.98%
G=33.88%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022620100.060.160.0638.4656.5286.47
HexF0E2C906106263956
Octal360342311062064671126
Binary1111000011100010110010010110100001101001101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2C9; }

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

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

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

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

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

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

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

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