Shades of Shalimar #FAF5AA
Tints of Shalimar #FAF5AA
RGB
CMYK
RGB Variations
Color information
#FAF5AA (or 0xFAF5AA) is known color: Shalimar. HEX triplet: FA, F5 and AA. RGB value is (250,245,170). Sum of RGB (Red+Green+Blue) = 250+245+170=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5AA is #050A55. Grayscale: #EEEEEE. Windows color (decimal): -330326 or 11204090. OLE color: 11204090.
HSL color Cylindrical-coordinate representation of color #FAF5AA: hue angle of 56.25º 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 #FAF5AA is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 170 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.02 |
| HSL | 56.25º | 0.89% | 0.82% | - |
| HSV(B) | 56.25º | 0.32% | 0.98% | - |
| XYZ | 79.33 | 88.53 | 50.94 | - |
| YUV | 237.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 170 | 0 | 0.02 | 0.32 | 0.02 | 56.25 | 0.89 | 0.82 |
| Hex | FA | F5 | AA | 0 | 2 | 20 | 2 | 38 | 59 | 52 |
| Octal | 372 | 365 | 252 | 0 | 2 | 40 | 2 | 70 | 131 | 122 |
| Binary | 11111010 | 11110101 | 10101010 | 0 | 10 | 100000 | 10 | 111000 | 1011001 | 1010010 |
Color Harmonies of #FAF5AA
Complementary color
Monochromatic Colors of #FAF5AA
Black with #FAF5AA
Text Example
Text Example
White with #FAF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5AA; }
p { color: rgb(250,245,170); }
H1.HeaderClassName
{
color: #FAF5AA;
}
.AnyTagClassName
{
color: #FAF5AA;
}
</style>
background-color css
<style>
a { background-color: #FAF5AA; }
a { background-color: rgb(250,245,170); }
div.DivClassName
{
background-color: #FAF5AA;
}
.BgClassName
{
background-color: #FAF5AA;
}
</style>
border-color css
<style>
span { border-color: #FAF5AA; }
span { border-color: rgb(250,245,170); }
td.TdClassName
{
border-color: #FAF5AA;
}
.TagClassName
{
border-color: #FAF5AA;
}
</style>