Shades of Promenade #F8F5DC
Tints of Promenade #F8F5DC
RGB
CMYK
RGB Variations
Color information
#F8F5DC (or 0xF8F5DC) is known color: Promenade. HEX triplet: F8, F5 and DC. RGB value is (248,245,220). Sum of RGB (Red+Green+Blue) = 248+245+220=713 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.78% from 713); Green value is 245 (96.09% from 255 or 34.36% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5DC is #070A23. Grayscale: #F3F3F3. Windows color (decimal): -461348 or 14480888. OLE color: 14480888.
HSL color Cylindrical-coordinate representation of color #F8F5DC: hue angle of 53.57º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8F5DC is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 220 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.03 |
| HSL | 53.57º | 0.67% | 0.92% | - |
| HSV(B) | 53.57º | 0.11% | 0.97% | - |
| XYZ | 84.28 | 90.43 | 80.72 | - |
| YUV | 243.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 220 | 0 | 0.01 | 0.11 | 0.03 | 53.57 | 0.67 | 0.92 |
| Hex | F8 | F5 | DC | 0 | 1 | B | 3 | 36 | 43 | 5C |
| Octal | 370 | 365 | 334 | 0 | 1 | 13 | 3 | 66 | 103 | 134 |
| Binary | 11111000 | 11110101 | 11011100 | 0 | 1 | 1011 | 11 | 110110 | 1000011 | 1011100 |
Color Harmonies of #F8F5DC
Complementary color
Monochromatic Colors of #F8F5DC
Black with #F8F5DC
Text Example
Text Example
White with #F8F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5DC; }
p { color: rgb(248,245,220); }
H1.HeaderClassName
{
color: #F8F5DC;
}
.AnyTagClassName
{
color: #F8F5DC;
}
</style>
background-color css
<style>
a { background-color: #F8F5DC; }
a { background-color: rgb(248,245,220); }
div.DivClassName
{
background-color: #F8F5DC;
}
.BgClassName
{
background-color: #F8F5DC;
}
</style>
border-color css
<style>
span { border-color: #F8F5DC; }
span { border-color: rgb(248,245,220); }
td.TdClassName
{
border-color: #F8F5DC;
}
.TagClassName
{
border-color: #F8F5DC;
}
</style>