#F2E7DF

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

Shades of Fantasy #F2E7DF

Tints of Fantasy #F2E7DF

Color information

#F2E7DF (or 0xF2E7DF) is unknown color: approx Fantasy. HEX triplet: F2, E7 and DF. RGB value is (242,231,223). Sum of RGB (Red+Green+Blue) = 242+231+223=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 231 (90.62% from 255 or 33.19% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DF is #0D1820. Grayscale: #E9E9E9. Windows color (decimal): -858145 or 14673906. OLE color: 14673906.

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

Color convert

RGB242231223-
CMYK00.050.080.05
HSL25.26º42.22%91.18%-
HSV(B)25.26º7.85%94.9%-
XYZ78.5181.3681.38-
YUV233.38122.14134.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.77%
GREEN value IS 231 (90.62% from 255) = 33.19%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=34.77%
G=33.19%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223122300.050.080.0525.2642.2291.18
HexF2E7DF0585192a5b
Octal362347337051053152133
Binary11110010111001111101111101011000101110011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7DF; }

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

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

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

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

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

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

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

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