Shades of Shalimar #FAF9B0
Tints of Shalimar #FAF9B0
RGB
CMYK
RGB Variations
Color information
#FAF9B0 (or 0xFAF9B0) is known color: Shalimar. HEX triplet: FA, F9 and B0. RGB value is (250,249,176). Sum of RGB (Red+Green+Blue) = 250+249+176=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9B0 is #05064F. Grayscale: #F1F1F1. Windows color (decimal): -329296 or 11598330. OLE color: 11598330.
HSL color Cylindrical-coordinate representation of color #FAF9B0: hue angle of 59.19º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAF9B0 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 176 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.02 |
| HSL | 59.19º | 0.88% | 0.84% | - |
| HSV(B) | 59.19º | 0.3% | 0.98% | - |
| XYZ | 81.14 | 91.21 | 54.4 | - |
| YUV | 240.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 176 | 0 | 0.00 | 0.30 | 0.02 | 59.19 | 0.88 | 0.84 |
| Hex | FA | F9 | B0 | 0 | 0 | 1E | 2 | 3B | 58 | 54 |
| Octal | 372 | 371 | 260 | 0 | 0 | 36 | 2 | 73 | 130 | 124 |
| Binary | 11111010 | 11111001 | 10110000 | 0 | 0 | 11110 | 10 | 111011 | 1011000 | 1010100 |
Color Harmonies of #FAF9B0
Complementary color
Monochromatic Colors of #FAF9B0
Black with #FAF9B0
Text Example
Text Example
White with #FAF9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9B0; }
p { color: rgb(250,249,176); }
H1.HeaderClassName
{
color: #FAF9B0;
}
.AnyTagClassName
{
color: #FAF9B0;
}
</style>
background-color css
<style>
a { background-color: #FAF9B0; }
a { background-color: rgb(250,249,176); }
div.DivClassName
{
background-color: #FAF9B0;
}
.BgClassName
{
background-color: #FAF9B0;
}
</style>
border-color css
<style>
span { border-color: #FAF9B0; }
span { border-color: rgb(250,249,176); }
td.TdClassName
{
border-color: #FAF9B0;
}
.TagClassName
{
border-color: #FAF9B0;
}
</style>