Shades of Shalimar #FAF1A8
Tints of Shalimar #FAF1A8
RGB
CMYK
RGB Variations
Color information
#FAF1A8 (or 0xFAF1A8) is known color: Shalimar. HEX triplet: FA, F1 and A8. RGB value is (250,241,168). Sum of RGB (Red+Green+Blue) = 250+241+168=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 168 (66.02% from 255 or 25.49% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A8 is #050E57. Grayscale: #EBEBEB. Windows color (decimal): -331352 or 11071994. OLE color: 11071994.
HSL color Cylindrical-coordinate representation of color #FAF1A8: hue angle of 53.41º 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 #FAF1A8 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 168 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.02 |
| HSL | 53.41º | 0.89% | 0.82% | - |
| HSV(B) | 53.41º | 0.33% | 0.98% | - |
| XYZ | 77.95 | 86.06 | 49.55 | - |
| YUV | 235.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 168 | 0 | 0.04 | 0.33 | 0.02 | 53.41 | 0.89 | 0.82 |
| Hex | FA | F1 | A8 | 0 | 4 | 21 | 2 | 35 | 59 | 52 |
| Octal | 372 | 361 | 250 | 0 | 4 | 41 | 2 | 65 | 131 | 122 |
| Binary | 11111010 | 11110001 | 10101000 | 0 | 100 | 100001 | 10 | 110101 | 1011001 | 1010010 |
Color Harmonies of #FAF1A8
Complementary color
Monochromatic Colors of #FAF1A8
Black with #FAF1A8
Text Example
Text Example
White with #FAF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1A8; }
p { color: rgb(250,241,168); }
H1.HeaderClassName
{
color: #FAF1A8;
}
.AnyTagClassName
{
color: #FAF1A8;
}
</style>
background-color css
<style>
a { background-color: #FAF1A8; }
a { background-color: rgb(250,241,168); }
div.DivClassName
{
background-color: #FAF1A8;
}
.BgClassName
{
background-color: #FAF1A8;
}
</style>
border-color css
<style>
span { border-color: #FAF1A8; }
span { border-color: rgb(250,241,168); }
td.TdClassName
{
border-color: #FAF1A8;
}
.TagClassName
{
border-color: #FAF1A8;
}
</style>