#F2E2D4

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

Shades of Fantasy #F2E2D4

Tints of Fantasy #F2E2D4

Color information

#F2E2D4 (or 0xF2E2D4) is unknown color: approx Fantasy. HEX triplet: F2, E2 and D4. RGB value is (242,226,212). Sum of RGB (Red+Green+Blue) = 242+226+212=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D4 is #0D1D2B. Grayscale: #E5E5E5. Windows color (decimal): -859436 or 13951730. OLE color: 13951730.

HSL color Cylindrical-coordinate representation of color #F2E2D4: hue angle of 28º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2E2D4 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242226212-
CMYK00.070.120.05
HSL28º53.57%89.02%-
HSV(B)28º12.4%94.9%-
XYZ75.778.0273.36-
YUV229.19118.3137.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 212 (83.20% from 255) = 31.18%
R=35.59%
G=33.24%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222621200.070.120.052853.5789.02
HexF2E2D407C51c3659
Octal362342324071453466131
Binary11110010111000101101010001111100101111001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2D4; }

 p { color: rgb(242,226,212); }

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

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

 a { background-color: rgb(242,226,212); }

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

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

 span { border-color: rgb(242,226,212); }

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