Shades of Shalimar #FAF2A9
Tints of Shalimar #FAF2A9
RGB
CMYK
RGB Variations
Color information
#FAF2A9 (or 0xFAF2A9) is known color: Shalimar. HEX triplet: FA, F2 and A9. RGB value is (250,242,169). Sum of RGB (Red+Green+Blue) = 250+242+169=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A9 is #050D56. Grayscale: #ECECEC. Windows color (decimal): -331095 or 11137786. OLE color: 11137786.
HSL color Cylindrical-coordinate representation of color #FAF2A9: hue angle of 54.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAF2A9 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 169 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.02 |
| HSL | 54.07º | 0.89% | 0.82% | - |
| HSV(B) | 54.07º | 0.32% | 0.98% | - |
| XYZ | 78.34 | 86.69 | 50.14 | - |
| YUV | 236.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 169 | 0 | 0.03 | 0.32 | 0.02 | 54.07 | 0.89 | 0.82 |
| Hex | FA | F2 | A9 | 0 | 3 | 20 | 2 | 36 | 59 | 52 |
| Octal | 372 | 362 | 251 | 0 | 3 | 40 | 2 | 66 | 131 | 122 |
| Binary | 11111010 | 11110010 | 10101001 | 0 | 11 | 100000 | 10 | 110110 | 1011001 | 1010010 |
Color Harmonies of #FAF2A9
Complementary color
Monochromatic Colors of #FAF2A9
Black with #FAF2A9
Text Example
Text Example
White with #FAF2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2A9; }
p { color: rgb(250,242,169); }
H1.HeaderClassName
{
color: #FAF2A9;
}
.AnyTagClassName
{
color: #FAF2A9;
}
</style>
background-color css
<style>
a { background-color: #FAF2A9; }
a { background-color: rgb(250,242,169); }
div.DivClassName
{
background-color: #FAF2A9;
}
.BgClassName
{
background-color: #FAF2A9;
}
</style>
border-color css
<style>
span { border-color: #FAF2A9; }
span { border-color: rgb(250,242,169); }
td.TdClassName
{
border-color: #FAF2A9;
}
.TagClassName
{
border-color: #FAF2A9;
}
</style>