Shades of Shalimar #FAF1B0
Tints of Shalimar #FAF1B0
RGB
CMYK
RGB Variations
Color information
#FAF1B0 (or 0xFAF1B0) is known color: Shalimar. HEX triplet: FA, F1 and B0. RGB value is (250,241,176). Sum of RGB (Red+Green+Blue) = 250+241+176=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 176 (69.14% from 255 or 26.39% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1B0 is #050E4F. Grayscale: #ECECEC. Windows color (decimal): -331344 or 11596282. OLE color: 11596282.
HSL color Cylindrical-coordinate representation of color #FAF1B0: hue angle of 52.7º 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 #FAF1B0 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 176 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.02 |
| HSL | 52.7º | 0.88% | 0.84% | - |
| HSV(B) | 52.7º | 0.3% | 0.98% | - |
| XYZ | 78.72 | 86.37 | 53.6 | - |
| YUV | 236.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 176 | 0 | 0.04 | 0.30 | 0.02 | 52.7 | 0.88 | 0.84 |
| Hex | FA | F1 | B0 | 0 | 4 | 1E | 2 | 35 | 58 | 54 |
| Octal | 372 | 361 | 260 | 0 | 4 | 36 | 2 | 65 | 130 | 124 |
| Binary | 11111010 | 11110001 | 10110000 | 0 | 100 | 11110 | 10 | 110101 | 1011000 | 1010100 |
Color Harmonies of #FAF1B0
Complementary color
Monochromatic Colors of #FAF1B0
Black with #FAF1B0
Text Example
Text Example
White with #FAF1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1B0; }
p { color: rgb(250,241,176); }
H1.HeaderClassName
{
color: #FAF1B0;
}
.AnyTagClassName
{
color: #FAF1B0;
}
</style>
background-color css
<style>
a { background-color: #FAF1B0; }
a { background-color: rgb(250,241,176); }
div.DivClassName
{
background-color: #FAF1B0;
}
.BgClassName
{
background-color: #FAF1B0;
}
</style>
border-color css
<style>
span { border-color: #FAF1B0; }
span { border-color: rgb(250,241,176); }
td.TdClassName
{
border-color: #FAF1B0;
}
.TagClassName
{
border-color: #FAF1B0;
}
</style>