#F2E6DA

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

Shades of Fantasy #F2E6DA

Tints of Fantasy #F2E6DA

Color information

#F2E6DA (or 0xF2E6DA) is unknown color: approx Fantasy. HEX triplet: F2, E6 and DA. RGB value is (242,230,218). Sum of RGB (Red+Green+Blue) = 242+230+218=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6DA is #0D1925. Grayscale: #E8E8E8. Windows color (decimal): -858406 or 14345970. OLE color: 14345970.

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

Color convert

RGB242230218-
CMYK00.050.100.05
HSL30º48%90.2%-
HSV(B)30º9.92%94.9%-
XYZ77.5780.5377.79-
YUV232.22119.98134.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 230 (90.23% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=35.07%
G=33.33%
B=31.59%

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
Decimal24223021800.050.100.05304890.2
HexF2E6DA05A51e305a
Octal362346332051253660132
Binary11110010111001101101101001011010101111101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E6DA; }

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

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

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

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

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

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

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

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