Shades of Promenade #F7F5DF
Tints of Promenade #F7F5DF
RGB
CMYK
RGB Variations
Color information
#F7F5DF (or 0xF7F5DF) is known color: Promenade. HEX triplet: F7, F5 and DF. RGB value is (247,245,223). Sum of RGB (Red+Green+Blue) = 247+245+223=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5DF is #080A20. Grayscale: #F3F3F3. Windows color (decimal): -526881 or 14677495. OLE color: 14677495.
HSL color Cylindrical-coordinate representation of color #F7F5DF: hue angle of 55º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F5DF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 223 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.03 |
| HSL | 55º | 0.6% | 0.92% | - |
| HSV(B) | 55º | 0.1% | 0.97% | - |
| XYZ | 84.33 | 90.41 | 82.82 | - |
| YUV | 243.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 223 | 0 | 0.01 | 0.10 | 0.03 | 55 | 0.6 | 0.92 |
| Hex | F7 | F5 | DF | 0 | 1 | A | 3 | 37 | 3C | 5C |
| Octal | 367 | 365 | 337 | 0 | 1 | 12 | 3 | 67 | 74 | 134 |
| Binary | 11110111 | 11110101 | 11011111 | 0 | 1 | 1010 | 11 | 110111 | 111100 | 1011100 |
Color Harmonies of #F7F5DF
Complementary color
Monochromatic Colors of #F7F5DF
Black with #F7F5DF
Text Example
Text Example
White with #F7F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5DF; }
p { color: rgb(247,245,223); }
H1.HeaderClassName
{
color: #F7F5DF;
}
.AnyTagClassName
{
color: #F7F5DF;
}
</style>
background-color css
<style>
a { background-color: #F7F5DF; }
a { background-color: rgb(247,245,223); }
div.DivClassName
{
background-color: #F7F5DF;
}
.BgClassName
{
background-color: #F7F5DF;
}
</style>
border-color css
<style>
span { border-color: #F7F5DF; }
span { border-color: rgb(247,245,223); }
td.TdClassName
{
border-color: #F7F5DF;
}
.TagClassName
{
border-color: #F7F5DF;
}
</style>