#F5E8DF

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

Shades of Fantasy #F5E8DF

Tints of Fantasy #F5E8DF

Color information

#F5E8DF (or 0xF5E8DF) is unknown color: approx Fantasy. HEX triplet: F5, E8 and DF. RGB value is (245,232,223). Sum of RGB (Red+Green+Blue) = 245+232+223=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8DF is #0A1720. Grayscale: #EAEAEA. Windows color (decimal): -661281 or 14674165. OLE color: 14674165.

HSL color Cylindrical-coordinate representation of color #F5E8DF: hue angle of 24.55º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E8DF is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245232223-
CMYK00.050.090.04
HSL24.55º52.38%91.76%-
HSV(B)24.55º8.98%96.08%-
XYZ79.8382.4581.52-
YUV234.86121.31135.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35%
GREEN value IS 232 (91.02% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 31.86%
R=35%
G=33.14%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523222300.050.090.0424.5552.3891.76
HexF5E8DF059419345c
Octal365350337051143164134
Binary11110101111010001101111101011001100110011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E8DF; }

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

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

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

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

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

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

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

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