Shades of Promenade #FAF8E3
Tints of Promenade #FAF8E3
RGB
CMYK
RGB Variations
Color information
#FAF8E3 (or 0xFAF8E3) is known color: Promenade. HEX triplet: FA, F8 and E3. RGB value is (250,248,227). Sum of RGB (Red+Green+Blue) = 250+248+227=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 248 (97.27% from 255 or 34.21% from 725); Blue value is 227 (89.06% from 255 or 31.31% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8E3 is #05071C. Grayscale: #F6F6F6. Windows color (decimal): -329501 or 14940410. OLE color: 14940410.
HSL color Cylindrical-coordinate representation of color #FAF8E3: hue angle of 54.78º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAF8E3 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 227 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.02 |
| HSL | 54.78º | 0.7% | 0.94% | - |
| HSV(B) | 54.78º | 0.09% | 0.98% | - |
| XYZ | 86.86 | 93 | 86.05 | - |
| YUV | 246.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 227 | 0 | 0.01 | 0.09 | 0.02 | 54.78 | 0.7 | 0.94 |
| Hex | FA | F8 | E3 | 0 | 1 | 9 | 2 | 37 | 46 | 5E |
| Octal | 372 | 370 | 343 | 0 | 1 | 11 | 2 | 67 | 106 | 136 |
| Binary | 11111010 | 11111000 | 11100011 | 0 | 1 | 1001 | 10 | 110111 | 1000110 | 1011110 |
Color Harmonies of #FAF8E3
Complementary color
Monochromatic Colors of #FAF8E3
Black with #FAF8E3
Text Example
Text Example
White with #FAF8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8E3; }
p { color: rgb(250,248,227); }
H1.HeaderClassName
{
color: #FAF8E3;
}
.AnyTagClassName
{
color: #FAF8E3;
}
</style>
background-color css
<style>
a { background-color: #FAF8E3; }
a { background-color: rgb(250,248,227); }
div.DivClassName
{
background-color: #FAF8E3;
}
.BgClassName
{
background-color: #FAF8E3;
}
</style>
border-color css
<style>
span { border-color: #FAF8E3; }
span { border-color: rgb(250,248,227); }
td.TdClassName
{
border-color: #FAF8E3;
}
.TagClassName
{
border-color: #FAF8E3;
}
</style>