Shades of Shalimar #FAF1AE
Tints of Shalimar #FAF1AE
RGB
CMYK
RGB Variations
Color information
#FAF1AE (or 0xFAF1AE) is known color: Shalimar. HEX triplet: FA, F1 and AE. RGB value is (250,241,174). Sum of RGB (Red+Green+Blue) = 250+241+174=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AE is #050E51. Grayscale: #ECECEC. Windows color (decimal): -331346 or 11465210. OLE color: 11465210.
HSL color Cylindrical-coordinate representation of color #FAF1AE: hue angle of 52.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAF1AE is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 174 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.02 |
| HSL | 52.89º | 0.88% | 0.83% | - |
| HSV(B) | 52.89º | 0.3% | 0.98% | - |
| XYZ | 78.52 | 86.29 | 52.56 | - |
| YUV | 236.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 174 | 0 | 0.04 | 0.30 | 0.02 | 52.89 | 0.88 | 0.83 |
| Hex | FA | F1 | AE | 0 | 4 | 1E | 2 | 35 | 58 | 53 |
| Octal | 372 | 361 | 256 | 0 | 4 | 36 | 2 | 65 | 130 | 123 |
| Binary | 11111010 | 11110001 | 10101110 | 0 | 100 | 11110 | 10 | 110101 | 1011000 | 1010011 |
Color Harmonies of #FAF1AE
Complementary color
Monochromatic Colors of #FAF1AE
Black with #FAF1AE
Text Example
Text Example
White with #FAF1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1AE; }
p { color: rgb(250,241,174); }
H1.HeaderClassName
{
color: #FAF1AE;
}
.AnyTagClassName
{
color: #FAF1AE;
}
</style>
background-color css
<style>
a { background-color: #FAF1AE; }
a { background-color: rgb(250,241,174); }
div.DivClassName
{
background-color: #FAF1AE;
}
.BgClassName
{
background-color: #FAF1AE;
}
</style>
border-color css
<style>
span { border-color: #FAF1AE; }
span { border-color: rgb(250,241,174); }
td.TdClassName
{
border-color: #FAF1AE;
}
.TagClassName
{
border-color: #FAF1AE;
}
</style>