#F5E8DD

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

Shades of Fantasy #F5E8DD

Tints of Fantasy #F5E8DD

Color information

#F5E8DD (or 0xF5E8DD) is unknown color: approx Fantasy. HEX triplet: F5, E8 and DD. RGB value is (245,232,221). Sum of RGB (Red+Green+Blue) = 245+232+221=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8DD is #0A1722. Grayscale: #EAEAEA. Windows color (decimal): -661283 or 14543093. OLE color: 14543093.

HSL color Cylindrical-coordinate representation of color #F5E8DD: hue angle of 27.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E8DD is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245232221-
CMYK00.050.100.04
HSL27.5º54.55%91.37%-
HSV(B)27.5º9.8%96.08%-
XYZ79.5682.3580.11-
YUV234.63120.31135.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.10%
GREEN value IS 232 (91.02% from 255) = 33.24%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=35.10%
G=33.24%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523222100.050.100.0427.554.5591.37
HexF5E8DD05A41c375b
Octal365350335051243467133
Binary11110101111010001101110101011010100111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E8DD; }

 p { color: rgb(245,232,221); }

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

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

 a { background-color: rgb(245,232,221); }

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

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

 span { border-color: rgb(245,232,221); }

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