#F0E3CC

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

Shades of Bleach White #F0E3CC

Tints of Bleach White #F0E3CC

Color information

#F0E3CC (or 0xF0E3CC) is unknown color: approx Bleach White. HEX triplet: F0, E3 and CC. RGB value is (240,227,204). Sum of RGB (Red+Green+Blue) = 240+227+204=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3CC is #0F1C33. Grayscale: #E4E4E4. Windows color (decimal): -990260 or 13427696. OLE color: 13427696.

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

Color convert

RGB240227204-
CMYK00.050.150.06
HSL38.33º54.55%87.06%-
HSV(B)38.33º15%94.12%-
XYZ74.377.8268.23-
YUV228.26114.31136.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=35.77%
G=33.83%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022720400.050.150.0638.3354.5587.06
HexF0E3CC05F6263757
Octal360343314051764667127
Binary111100001110001111001100010111111101001101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3CC; }

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

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

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

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

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

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

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

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