Shades of Fantasy #F5E8DF
Tints of Fantasy #F5E8DF
RGB
CMYK
RGB Variations
Color information
#F5E8DF (or 0xF5E8DF) is known color: 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
RGB | 245 | 232 | 223 | - |
CMYK | 0 | 0.05 | 0.09 | 0.04 |
HSL | 24.55º | 0.52% | 0.92% | - |
HSV(B) | 24.55º | 0.09% | 0.96% | - |
XYZ | 79.83 | 82.45 | 81.52 | - |
YUV | 234.86 | 121.31 | 135.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 232 | 223 | 0 | 0.05 | 0.09 | 0.04 | 24.55 | 0.52 | 0.92 |
Hex | F5 | E8 | DF | 0 | 5 | 9 | 4 | 19 | 34 | 5C |
Octal | 365 | 350 | 337 | 0 | 5 | 11 | 4 | 31 | 64 | 134 |
Binary | 11110101 | 11101000 | 11011111 | 0 | 101 | 1001 | 100 | 11001 | 110100 | 1011100 |
Color Harmonies of #F5E8DF
Complementary color
Monochromatic Colors of #F5E8DF
Black with #F5E8DF
Text Example
Text Example
White with #F5E8DF
Text Example
Text Example
HTML Codes & Css Web 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>