Shades of Shalimar #FAF0AB
Tints of Shalimar #FAF0AB
RGB
CMYK
RGB Variations
Color information
#FAF0AB (or 0xFAF0AB) is known color: Shalimar. HEX triplet: FA, F0 and AB. RGB value is (250,240,171). Sum of RGB (Red+Green+Blue) = 250+240+171=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0AB is #050F54. Grayscale: #EBEBEB. Windows color (decimal): -331605 or 11268346. OLE color: 11268346.
HSL color Cylindrical-coordinate representation of color #FAF0AB: hue angle of 52.41º 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 #FAF0AB is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 171 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.02 |
| HSL | 52.41º | 0.89% | 0.83% | - |
| HSV(B) | 52.41º | 0.32% | 0.98% | - |
| XYZ | 77.94 | 85.58 | 50.94 | - |
| YUV | 235.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 171 | 0 | 0.04 | 0.32 | 0.02 | 52.41 | 0.89 | 0.83 |
| Hex | FA | F0 | AB | 0 | 4 | 20 | 2 | 34 | 59 | 53 |
| Octal | 372 | 360 | 253 | 0 | 4 | 40 | 2 | 64 | 131 | 123 |
| Binary | 11111010 | 11110000 | 10101011 | 0 | 100 | 100000 | 10 | 110100 | 1011001 | 1010011 |
Color Harmonies of #FAF0AB
Complementary color
Monochromatic Colors of #FAF0AB
Black with #FAF0AB
Text Example
Text Example
White with #FAF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0AB; }
p { color: rgb(250,240,171); }
H1.HeaderClassName
{
color: #FAF0AB;
}
.AnyTagClassName
{
color: #FAF0AB;
}
</style>
background-color css
<style>
a { background-color: #FAF0AB; }
a { background-color: rgb(250,240,171); }
div.DivClassName
{
background-color: #FAF0AB;
}
.BgClassName
{
background-color: #FAF0AB;
}
</style>
border-color css
<style>
span { border-color: #FAF0AB; }
span { border-color: rgb(250,240,171); }
td.TdClassName
{
border-color: #FAF0AB;
}
.TagClassName
{
border-color: #FAF0AB;
}
</style>