#F0E4DA

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

Shades of Fantasy #F0E4DA

Tints of Fantasy #F0E4DA

Color information

#F0E4DA (or 0xF0E4DA) is unknown color: approx Fantasy. HEX triplet: F0, E4 and DA. RGB value is (240,228,218). Sum of RGB (Red+Green+Blue) = 240+228+218=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4DA is #0F1B25. Grayscale: #E6E6E6. Windows color (decimal): -989990 or 14345456. OLE color: 14345456.

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

Color convert

RGB240228218-
CMYK00.050.090.06
HSL27.27º42.31%89.8%-
HSV(B)27.27º9.17%94.12%-
XYZ76.3379.0777.57-
YUV230.45120.98134.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=34.99%
G=33.24%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022821800.050.090.0627.2742.3189.8
HexF0E4DA05961b2a5a
Octal360344332051163352132
Binary11110000111001001101101001011001110110111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4DA; }

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

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

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

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

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

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

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

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