Shades of Promenade #FBF8E2
Tints of Promenade #FBF8E2
RGB
CMYK
RGB Variations
Color information
#FBF8E2 (or 0xFBF8E2) is known color: Promenade. HEX triplet: FB, F8 and E2. RGB value is (251,248,226). Sum of RGB (Red+Green+Blue) = 251+248+226=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 248 (97.27% from 255 or 34.21% from 725); Blue value is 226 (88.67% from 255 or 31.17% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8E2 is #04071D. Grayscale: #F6F6F6. Windows color (decimal): -263966 or 14874875. OLE color: 14874875.
HSL color Cylindrical-coordinate representation of color #FBF8E2: hue angle of 52.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF8E2 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 226 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.02 |
| HSL | 52.8º | 0.76% | 0.94% | - |
| HSV(B) | 52.8º | 0.1% | 0.98% | - |
| XYZ | 87.08 | 93.14 | 85.34 | - |
| YUV | 246.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 226 | 0 | 0.01 | 0.10 | 0.02 | 52.8 | 0.76 | 0.94 |
| Hex | FB | F8 | E2 | 0 | 1 | A | 2 | 35 | 4C | 5E |
| Octal | 373 | 370 | 342 | 0 | 1 | 12 | 2 | 65 | 114 | 136 |
| Binary | 11111011 | 11111000 | 11100010 | 0 | 1 | 1010 | 10 | 110101 | 1001100 | 1011110 |
Color Harmonies of #FBF8E2
Complementary color
Monochromatic Colors of #FBF8E2
Black with #FBF8E2
Text Example
Text Example
White with #FBF8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8E2; }
p { color: rgb(251,248,226); }
H1.HeaderClassName
{
color: #FBF8E2;
}
.AnyTagClassName
{
color: #FBF8E2;
}
</style>
background-color css
<style>
a { background-color: #FBF8E2; }
a { background-color: rgb(251,248,226); }
div.DivClassName
{
background-color: #FBF8E2;
}
.BgClassName
{
background-color: #FBF8E2;
}
</style>
border-color css
<style>
span { border-color: #FBF8E2; }
span { border-color: rgb(251,248,226); }
td.TdClassName
{
border-color: #FBF8E2;
}
.TagClassName
{
border-color: #FBF8E2;
}
</style>