Shades of Promenade #FCFAE7
Tints of Promenade #FCFAE7
RGB
CMYK
RGB Variations
Color information
#FCFAE7 (or 0xFCFAE7) is known color: Promenade. HEX triplet: FC, FA and E7. RGB value is (252,250,231). Sum of RGB (Red+Green+Blue) = 252+250+231=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 231 (90.62% from 255 or 31.51% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAE7 is #030518. Grayscale: #F8F8F8. Windows color (decimal): -197913 or 15203068. OLE color: 15203068.
HSL color Cylindrical-coordinate representation of color #FCFAE7: hue angle of 54.29º degrees, saturation: 0.78, 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 #FCFAE7 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 231 | - |
CMYK | 0 | 0.01 | 0.08 | 0.01 |
HSL | 54.29º | 0.78% | 0.95% | - |
HSV(B) | 54.29º | 0.08% | 0.99% | - |
XYZ | 88.75 | 94.84 | 89.23 | - |
YUV | 248.43 | 118.16 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 231 | 0 | 0.01 | 0.08 | 0.01 | 54.29 | 0.78 | 0.95 |
Hex | FC | FA | E7 | 0 | 1 | 8 | 1 | 36 | 4E | 5F |
Octal | 374 | 372 | 347 | 0 | 1 | 10 | 1 | 66 | 116 | 137 |
Binary | 11111100 | 11111010 | 11100111 | 0 | 1 | 1000 | 1 | 110110 | 1001110 | 1011111 |
Color Harmonies of #FCFAE7
Complementary color
Monochromatic Colors of #FCFAE7
Black with #FCFAE7
Text Example
Text Example
White with #FCFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAE7; }
p { color: rgb(252,250,231); }
H1.HeaderClassName
{
color: #FCFAE7;
}
.AnyTagClassName
{
color: #FCFAE7;
}
</style>
background-color css
<style>
a { background-color: #FCFAE7; }
a { background-color: rgb(252,250,231); }
div.DivClassName
{
background-color: #FCFAE7;
}
.BgClassName
{
background-color: #FCFAE7;
}
</style>
border-color css
<style>
span { border-color: #FCFAE7; }
span { border-color: rgb(252,250,231); }
td.TdClassName
{
border-color: #FCFAE7;
}
.TagClassName
{
border-color: #FCFAE7;
}
</style>