#F2E7DD

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

Shades of Fantasy #F2E7DD

Tints of Fantasy #F2E7DD

Color information

#F2E7DD (or 0xF2E7DD) is unknown color: approx Fantasy. HEX triplet: F2, E7 and DD. RGB value is (242,231,221). Sum of RGB (Red+Green+Blue) = 242+231+221=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DD is #0D1822. Grayscale: #E9E9E9. Windows color (decimal): -858147 or 14542834. OLE color: 14542834.

HSL color Cylindrical-coordinate representation of color #F2E7DD: hue angle of 28.57º degrees, saturation: 0.45, 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 #F2E7DD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242231221-
CMYK00.050.090.05
HSL28.57º44.68%90.78%-
HSV(B)28.57º8.68%94.9%-
XYZ78.2581.2579.97-
YUV233.15121.14134.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.87%
GREEN value IS 231 (90.62% from 255) = 33.29%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=34.87%
G=33.29%
B=31.84%

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
Decimal24223122100.050.090.0528.5744.6890.78
HexF2E7DD05951d2d5b
Octal362347335051153555133
Binary11110010111001111101110101011001101111011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7DD; }

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

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

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

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

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

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

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

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