Shades of Promenade #F5F4DF
Tints of Promenade #F5F4DF
RGB
CMYK
RGB Variations
Color information
#F5F4DF (or 0xF5F4DF) is known color: Promenade. HEX triplet: F5, F4 and DF. RGB value is (245,244,223). Sum of RGB (Red+Green+Blue) = 245+244+223=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F4DF is #0A0B20. Grayscale: #F1F1F1. Windows color (decimal): -658209 or 14677237. OLE color: 14677237.
HSL color Cylindrical-coordinate representation of color #F5F4DF: hue angle of 57.27º 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 #F5F4DF is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 244 | 223 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.04 |
| HSL | 57.27º | 0.52% | 0.92% | - |
| HSV(B) | 57.27º | 0.09% | 0.96% | - |
| XYZ | 83.33 | 89.44 | 82.68 | - |
| YUV | 241.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 244 | 223 | 0 | 0.00 | 0.09 | 0.04 | 57.27 | 0.52 | 0.92 |
| Hex | F5 | F4 | DF | 0 | 0 | 9 | 4 | 39 | 34 | 5C |
| Octal | 365 | 364 | 337 | 0 | 0 | 11 | 4 | 71 | 64 | 134 |
| Binary | 11110101 | 11110100 | 11011111 | 0 | 0 | 1001 | 100 | 111001 | 110100 | 1011100 |
Color Harmonies of #F5F4DF
Complementary color
Monochromatic Colors of #F5F4DF
Black with #F5F4DF
Text Example
Text Example
White with #F5F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F4DF; }
p { color: rgb(245,244,223); }
H1.HeaderClassName
{
color: #F5F4DF;
}
.AnyTagClassName
{
color: #F5F4DF;
}
</style>
background-color css
<style>
a { background-color: #F5F4DF; }
a { background-color: rgb(245,244,223); }
div.DivClassName
{
background-color: #F5F4DF;
}
.BgClassName
{
background-color: #F5F4DF;
}
</style>
border-color css
<style>
span { border-color: #F5F4DF; }
span { border-color: rgb(245,244,223); }
td.TdClassName
{
border-color: #F5F4DF;
}
.TagClassName
{
border-color: #F5F4DF;
}
</style>