#F0E3CA

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

Shades of Bleach White #F0E3CA

Tints of Bleach White #F0E3CA

Color information

#F0E3CA (or 0xF0E3CA) is unknown color: approx Bleach White. HEX triplet: F0, E3 and CA. RGB value is (240,227,202). Sum of RGB (Red+Green+Blue) = 240+227+202=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3CA is #0F1C35. Grayscale: #E4E4E4. Windows color (decimal): -990262 or 13296624. OLE color: 13296624.

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

Color convert

RGB240227202-
CMYK00.050.160.06
HSL39.47º55.88%86.67%-
HSV(B)39.47º15.83%94.12%-
XYZ74.0677.7366.98-
YUV228.04113.31136.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=35.87%
G=33.93%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022720200.050.160.0639.4755.8886.67
HexF0E3CA05106273857
Octal360343312052064770127
Binary1111000011100011110010100101100001101001111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3CA; }

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

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

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

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

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

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

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

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