Shades of Promenade #FCFAE8
Tints of Promenade #FCFAE8
RGB
CMYK
RGB Variations
Color information
#FCFAE8 (or 0xFCFAE8) is known color: Promenade. HEX triplet: FC, FA and E8. RGB value is (252,250,232). Sum of RGB (Red+Green+Blue) = 252+250+232=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 232 (91.02% from 255 or 31.61% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAE8 is #030517. Grayscale: #F8F8F8. Windows color (decimal): -197912 or 15268604. OLE color: 15268604.
HSL color Cylindrical-coordinate representation of color #FCFAE8: hue angle of 54º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCFAE8 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 232 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.01 |
| HSL | 54º | 0.77% | 0.95% | - |
| HSV(B) | 54º | 0.08% | 0.99% | - |
| XYZ | 88.9 | 94.89 | 89.97 | - |
| YUV | 248.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 232 | 0 | 0.01 | 0.08 | 0.01 | 54 | 0.77 | 0.95 |
| Hex | FC | FA | E8 | 0 | 1 | 8 | 1 | 36 | 4D | 5F |
| Octal | 374 | 372 | 350 | 0 | 1 | 10 | 1 | 66 | 115 | 137 |
| Binary | 11111100 | 11111010 | 11101000 | 0 | 1 | 1000 | 1 | 110110 | 1001101 | 1011111 |
Color Harmonies of #FCFAE8
Complementary color
Monochromatic Colors of #FCFAE8
Black with #FCFAE8
Text Example
Text Example
White with #FCFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAE8; }
p { color: rgb(252,250,232); }
H1.HeaderClassName
{
color: #FCFAE8;
}
.AnyTagClassName
{
color: #FCFAE8;
}
</style>
background-color css
<style>
a { background-color: #FCFAE8; }
a { background-color: rgb(252,250,232); }
div.DivClassName
{
background-color: #FCFAE8;
}
.BgClassName
{
background-color: #FCFAE8;
}
</style>
border-color css
<style>
span { border-color: #FCFAE8; }
span { border-color: rgb(252,250,232); }
td.TdClassName
{
border-color: #FCFAE8;
}
.TagClassName
{
border-color: #FCFAE8;
}
</style>