Shades of Shalimar #FAF5A8
Tints of Shalimar #FAF5A8
RGB
CMYK
RGB Variations
Color information
#FAF5A8 (or 0xFAF5A8) is known color: Shalimar. HEX triplet: FA, F5 and A8. RGB value is (250,245,168). Sum of RGB (Red+Green+Blue) = 250+245+168=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A8 is #050A57. Grayscale: #EEEEEE. Windows color (decimal): -330328 or 11073018. OLE color: 11073018.
HSL color Cylindrical-coordinate representation of color #FAF5A8: hue angle of 56.34º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAF5A8 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 168 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.02 |
| HSL | 56.34º | 0.89% | 0.82% | - |
| HSV(B) | 56.34º | 0.33% | 0.98% | - |
| XYZ | 79.14 | 88.46 | 49.95 | - |
| YUV | 237.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 168 | 0 | 0.02 | 0.33 | 0.02 | 56.34 | 0.89 | 0.82 |
| Hex | FA | F5 | A8 | 0 | 2 | 21 | 2 | 38 | 59 | 52 |
| Octal | 372 | 365 | 250 | 0 | 2 | 41 | 2 | 70 | 131 | 122 |
| Binary | 11111010 | 11110101 | 10101000 | 0 | 10 | 100001 | 10 | 111000 | 1011001 | 1010010 |
Color Harmonies of #FAF5A8
Complementary color
Monochromatic Colors of #FAF5A8
Black with #FAF5A8
Text Example
Text Example
White with #FAF5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5A8; }
p { color: rgb(250,245,168); }
H1.HeaderClassName
{
color: #FAF5A8;
}
.AnyTagClassName
{
color: #FAF5A8;
}
</style>
background-color css
<style>
a { background-color: #FAF5A8; }
a { background-color: rgb(250,245,168); }
div.DivClassName
{
background-color: #FAF5A8;
}
.BgClassName
{
background-color: #FAF5A8;
}
</style>
border-color css
<style>
span { border-color: #FAF5A8; }
span { border-color: rgb(250,245,168); }
td.TdClassName
{
border-color: #FAF5A8;
}
.TagClassName
{
border-color: #FAF5A8;
}
</style>