#F0E2CA

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

Shades of Bleach White #F0E2CA

Tints of Bleach White #F0E2CA

Color information

#F0E2CA (or 0xF0E2CA) is unknown color: approx Bleach White. HEX triplet: F0, E2 and CA. RGB value is (240,226,202). Sum of RGB (Red+Green+Blue) = 240+226+202=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CA is #0F1D35. Grayscale: #E3E3E3. Windows color (decimal): -990518 or 13296368. OLE color: 13296368.

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

Color convert

RGB240226202-
CMYK00.060.160.06
HSL37.89º55.88%86.67%-
HSV(B)37.89º15.83%94.12%-
XYZ73.7977.1866.89-
YUV227.45113.64136.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=35.93%
G=33.83%
B=30.24%

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
Decimal24022620200.060.160.0637.8955.8886.67
HexF0E2CA06106263857
Octal360342312062064670127
Binary1111000011100010110010100110100001101001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2CA; }

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

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

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

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

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

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

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

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