Shades of Shalimar #FAF5AB
Tints of Shalimar #FAF5AB
RGB
CMYK
RGB Variations
Color information
#FAF5AB (or 0xFAF5AB) is known color: Shalimar. HEX triplet: FA, F5 and AB. RGB value is (250,245,171). Sum of RGB (Red+Green+Blue) = 250+245+171=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5AB is #050A54. Grayscale: #EEEEEE. Windows color (decimal): -330325 or 11269626. OLE color: 11269626.
HSL color Cylindrical-coordinate representation of color #FAF5AB: hue angle of 56.2º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAF5AB is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 171 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.02 |
| HSL | 56.2º | 0.89% | 0.83% | - |
| HSV(B) | 56.2º | 0.32% | 0.98% | - |
| XYZ | 79.43 | 88.57 | 51.44 | - |
| YUV | 238.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 171 | 0 | 0.02 | 0.32 | 0.02 | 56.2 | 0.89 | 0.83 |
| Hex | FA | F5 | AB | 0 | 2 | 20 | 2 | 38 | 59 | 53 |
| Octal | 372 | 365 | 253 | 0 | 2 | 40 | 2 | 70 | 131 | 123 |
| Binary | 11111010 | 11110101 | 10101011 | 0 | 10 | 100000 | 10 | 111000 | 1011001 | 1010011 |
Color Harmonies of #FAF5AB
Complementary color
Monochromatic Colors of #FAF5AB
Black with #FAF5AB
Text Example
Text Example
White with #FAF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5AB; }
p { color: rgb(250,245,171); }
H1.HeaderClassName
{
color: #FAF5AB;
}
.AnyTagClassName
{
color: #FAF5AB;
}
</style>
background-color css
<style>
a { background-color: #FAF5AB; }
a { background-color: rgb(250,245,171); }
div.DivClassName
{
background-color: #FAF5AB;
}
.BgClassName
{
background-color: #FAF5AB;
}
</style>
border-color css
<style>
span { border-color: #FAF5AB; }
span { border-color: rgb(250,245,171); }
td.TdClassName
{
border-color: #FAF5AB;
}
.TagClassName
{
border-color: #FAF5AB;
}
</style>