#F1E7DE

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

Shades of Fantasy #F1E7DE

Tints of Fantasy #F1E7DE

Color information

#F1E7DE (or 0xF1E7DE) is unknown color: approx Fantasy. HEX triplet: F1, E7 and DE. RGB value is (241,231,222). Sum of RGB (Red+Green+Blue) = 241+231+222=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7DE is #0E1821. Grayscale: #E9E9E9. Windows color (decimal): -923682 or 14608369. OLE color: 14608369.

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

Color convert

RGB241231222-
CMYK00.040.080.05
HSL28.42º40.43%90.78%-
HSV(B)28.42º7.88%94.51%-
XYZ78.0481.1380.65-
YUV232.96121.81133.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 231 (90.62% from 255) = 33.29%
BLUE value IS 222 (87.11% from 255) = 31.99%
R=34.73%
G=33.29%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123122200.040.080.0528.4240.4390.78
HexF1E7DE04851c285b
Octal361347336041053450133
Binary11110001111001111101111001001000101111001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7DE; }

 p { color: rgb(241,231,222); }

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

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

 a { background-color: rgb(241,231,222); }

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

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

 span { border-color: rgb(241,231,222); }

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