#F2E5DA

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

Shades of Fantasy #F2E5DA

Tints of Fantasy #F2E5DA

Color information

#F2E5DA (or 0xF2E5DA) is unknown color: approx Fantasy. HEX triplet: F2, E5 and DA. RGB value is (242,229,218). Sum of RGB (Red+Green+Blue) = 242+229+218=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DA is #0D1A25. Grayscale: #E7E7E7. Windows color (decimal): -858662 or 14345714. OLE color: 14345714.

HSL color Cylindrical-coordinate representation of color #F2E5DA: hue angle of 27.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E5DA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242229218-
CMYK00.050.100.05
HSL27.5º48%90.2%-
HSV(B)27.5º9.92%94.9%-
XYZ77.2979.9877.69-
YUV231.63120.31135.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=35.12%
G=33.24%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222921800.050.100.0527.54890.2
HexF2E5DA05A51c305a
Octal362345332051253460132
Binary11110010111001011101101001011010101111001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5DA; }

 p { color: rgb(242,229,218); }

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

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

 a { background-color: rgb(242,229,218); }

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

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

 span { border-color: rgb(242,229,218); }

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