Shades of Shalimar #FAF1B4
Tints of Shalimar #FAF1B4
RGB
CMYK
RGB Variations
Color information
#FAF1B4 (or 0xFAF1B4) is known color: Shalimar. HEX triplet: FA, F1 and B4. RGB value is (250,241,180). Sum of RGB (Red+Green+Blue) = 250+241+180=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 180 (70.70% from 255 or 26.83% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1B4 is #050E4B. Grayscale: #ECECEC. Windows color (decimal): -331340 or 11858426. OLE color: 11858426.
HSL color Cylindrical-coordinate representation of color #FAF1B4: hue angle of 52.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAF1B4 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 180 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.02 |
| HSL | 52.29º | 0.88% | 0.84% | - |
| HSV(B) | 52.29º | 0.28% | 0.98% | - |
| XYZ | 79.12 | 86.53 | 55.71 | - |
| YUV | 236.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 180 | 0 | 0.04 | 0.28 | 0.02 | 52.29 | 0.88 | 0.84 |
| Hex | FA | F1 | B4 | 0 | 4 | 1C | 2 | 34 | 58 | 54 |
| Octal | 372 | 361 | 264 | 0 | 4 | 34 | 2 | 64 | 130 | 124 |
| Binary | 11111010 | 11110001 | 10110100 | 0 | 100 | 11100 | 10 | 110100 | 1011000 | 1010100 |
Color Harmonies of #FAF1B4
Complementary color
Monochromatic Colors of #FAF1B4
Black with #FAF1B4
Text Example
Text Example
White with #FAF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1B4; }
p { color: rgb(250,241,180); }
H1.HeaderClassName
{
color: #FAF1B4;
}
.AnyTagClassName
{
color: #FAF1B4;
}
</style>
background-color css
<style>
a { background-color: #FAF1B4; }
a { background-color: rgb(250,241,180); }
div.DivClassName
{
background-color: #FAF1B4;
}
.BgClassName
{
background-color: #FAF1B4;
}
</style>
border-color css
<style>
span { border-color: #FAF1B4; }
span { border-color: rgb(250,241,180); }
td.TdClassName
{
border-color: #FAF1B4;
}
.TagClassName
{
border-color: #FAF1B4;
}
</style>