Shades of Shalimar #FAF2A6
Tints of Shalimar #FAF2A6
RGB
CMYK
RGB Variations
Color information
#FAF2A6 (or 0xFAF2A6) is known color: Shalimar. HEX triplet: FA, F2 and A6. RGB value is (250,242,166). Sum of RGB (Red+Green+Blue) = 250+242+166=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A6 is #050D59. Grayscale: #ECECEC. Windows color (decimal): -331098 or 10941178. OLE color: 10941178.
HSL color Cylindrical-coordinate representation of color #FAF2A6: hue angle of 54.29º 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 #FAF2A6 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 166 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.02 |
| HSL | 54.29º | 0.89% | 0.82% | - |
| HSV(B) | 54.29º | 0.34% | 0.98% | - |
| XYZ | 78.06 | 86.58 | 48.67 | - |
| YUV | 235.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 166 | 0 | 0.03 | 0.34 | 0.02 | 54.29 | 0.89 | 0.82 |
| Hex | FA | F2 | A6 | 0 | 3 | 22 | 2 | 36 | 59 | 52 |
| Octal | 372 | 362 | 246 | 0 | 3 | 42 | 2 | 66 | 131 | 122 |
| Binary | 11111010 | 11110010 | 10100110 | 0 | 11 | 100010 | 10 | 110110 | 1011001 | 1010010 |
Color Harmonies of #FAF2A6
Complementary color
Monochromatic Colors of #FAF2A6
Black with #FAF2A6
Text Example
Text Example
White with #FAF2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2A6; }
p { color: rgb(250,242,166); }
H1.HeaderClassName
{
color: #FAF2A6;
}
.AnyTagClassName
{
color: #FAF2A6;
}
</style>
background-color css
<style>
a { background-color: #FAF2A6; }
a { background-color: rgb(250,242,166); }
div.DivClassName
{
background-color: #FAF2A6;
}
.BgClassName
{
background-color: #FAF2A6;
}
</style>
border-color css
<style>
span { border-color: #FAF2A6; }
span { border-color: rgb(250,242,166); }
td.TdClassName
{
border-color: #FAF2A6;
}
.TagClassName
{
border-color: #FAF2A6;
}
</style>