#F2E7DC

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

Shades of Fantasy #F2E7DC

Tints of Fantasy #F2E7DC

Color information

#F2E7DC (or 0xF2E7DC) is unknown color: approx Fantasy. HEX triplet: F2, E7 and DC. RGB value is (242,231,220). Sum of RGB (Red+Green+Blue) = 242+231+220=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DC is #0D1823. Grayscale: #E9E9E9. Windows color (decimal): -858148 or 14477298. OLE color: 14477298.

HSL color Cylindrical-coordinate representation of color #F2E7DC: hue angle of 30º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E7DC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242231220-
CMYK00.050.090.05
HSL30º45.83%90.59%-
HSV(B)30º9.09%94.9%-
XYZ78.1181.279.27-
YUV233.04120.64134.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 231 (90.62% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=34.92%
G=33.33%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223122000.050.090.053045.8390.59
HexF2E7DC05951e2e5b
Octal362347334051153656133
Binary11110010111001111101110001011001101111101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7DC; }

 p { color: rgb(242,231,220); }

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

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

 a { background-color: rgb(242,231,220); }

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

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

 span { border-color: rgb(242,231,220); }

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