Shades of Promenade #FDFBE7
Tints of Promenade #FDFBE7
RGB
CMYK
RGB Variations
Color information
#FDFBE7 (or 0xFDFBE7) is known color: Promenade. HEX triplet: FD, FB and E7. RGB value is (253,251,231). Sum of RGB (Red+Green+Blue) = 253+251+231=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 231 (90.62% from 255 or 31.43% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBE7 is #020418. Grayscale: #F9F9F9. Windows color (decimal): -132121 or 15203325. OLE color: 15203325.
HSL color Cylindrical-coordinate representation of color #FDFBE7: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDFBE7 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 231 | - |
CMYK | 0 | 0.01 | 0.09 | 0.01 |
HSL | 54.55º | 0.85% | 0.95% | - |
HSV(B) | 54.55º | 0.09% | 0.99% | - |
XYZ | 89.43 | 95.65 | 89.35 | - |
YUV | 249.32 | 117.66 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 231 | 0 | 0.01 | 0.09 | 0.01 | 54.55 | 0.85 | 0.95 |
Hex | FD | FB | E7 | 0 | 1 | 9 | 1 | 37 | 55 | 5F |
Octal | 375 | 373 | 347 | 0 | 1 | 11 | 1 | 67 | 125 | 137 |
Binary | 11111101 | 11111011 | 11100111 | 0 | 1 | 1001 | 1 | 110111 | 1010101 | 1011111 |
Color Harmonies of #FDFBE7
Complementary color
Monochromatic Colors of #FDFBE7
Black with #FDFBE7
Text Example
Text Example
White with #FDFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBE7; }
p { color: rgb(253,251,231); }
H1.HeaderClassName
{
color: #FDFBE7;
}
.AnyTagClassName
{
color: #FDFBE7;
}
</style>
background-color css
<style>
a { background-color: #FDFBE7; }
a { background-color: rgb(253,251,231); }
div.DivClassName
{
background-color: #FDFBE7;
}
.BgClassName
{
background-color: #FDFBE7;
}
</style>
border-color css
<style>
span { border-color: #FDFBE7; }
span { border-color: rgb(253,251,231); }
td.TdClassName
{
border-color: #FDFBE7;
}
.TagClassName
{
border-color: #FDFBE7;
}
</style>