Shades of Shalimar #FAF4A6
Tints of Shalimar #FAF4A6
RGB
CMYK
RGB Variations
Color information
#FAF4A6 (or 0xFAF4A6) is known color: Shalimar. HEX triplet: FA, F4 and A6. RGB value is (250,244,166). Sum of RGB (Red+Green+Blue) = 250+244+166=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 166 (65.23% from 255 or 25.15% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4A6 is #050B59. Grayscale: #EDEDED. Windows color (decimal): -330586 or 10941690. OLE color: 10941690.
HSL color Cylindrical-coordinate representation of color #FAF4A6: hue angle of 55.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAF4A6 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 166 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.02 |
| HSL | 55.71º | 0.89% | 0.82% | - |
| HSV(B) | 55.71º | 0.34% | 0.98% | - |
| XYZ | 78.66 | 87.78 | 48.87 | - |
| YUV | 236.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 166 | 0 | 0.02 | 0.34 | 0.02 | 55.71 | 0.89 | 0.82 |
| Hex | FA | F4 | A6 | 0 | 2 | 22 | 2 | 38 | 59 | 52 |
| Octal | 372 | 364 | 246 | 0 | 2 | 42 | 2 | 70 | 131 | 122 |
| Binary | 11111010 | 11110100 | 10100110 | 0 | 10 | 100010 | 10 | 111000 | 1011001 | 1010010 |
Color Harmonies of #FAF4A6
Complementary color
Monochromatic Colors of #FAF4A6
Black with #FAF4A6
Text Example
Text Example
White with #FAF4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4A6; }
p { color: rgb(250,244,166); }
H1.HeaderClassName
{
color: #FAF4A6;
}
.AnyTagClassName
{
color: #FAF4A6;
}
</style>
background-color css
<style>
a { background-color: #FAF4A6; }
a { background-color: rgb(250,244,166); }
div.DivClassName
{
background-color: #FAF4A6;
}
.BgClassName
{
background-color: #FAF4A6;
}
</style>
border-color css
<style>
span { border-color: #FAF4A6; }
span { border-color: rgb(250,244,166); }
td.TdClassName
{
border-color: #FAF4A6;
}
.TagClassName
{
border-color: #FAF4A6;
}
</style>