#F0E4CA

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

Shades of Bleach White #F0E4CA

Tints of Bleach White #F0E4CA

Color information

#F0E4CA (or 0xF0E4CA) is unknown color: approx Bleach White. HEX triplet: F0, E4 and CA. RGB value is (240,228,202). Sum of RGB (Red+Green+Blue) = 240+228+202=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4CA is #0F1B35. Grayscale: #E4E4E4. Windows color (decimal): -990006 or 13296880. OLE color: 13296880.

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

Color convert

RGB240228202-
CMYK00.050.160.06
HSL41.05º55.88%86.67%-
HSV(B)41.05º15.83%94.12%-
XYZ74.3478.2867.07-
YUV228.62112.98136.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=35.82%
G=34.03%
B=30.15%

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
Decimal24022820200.050.160.0641.0555.8886.67
HexF0E4CA05106293857
Octal360344312052065170127
Binary1111000011100100110010100101100001101010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4CA; }

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

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

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

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

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

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

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

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