Shades of Shalimar #FDFAAA
Tints of Shalimar #FDFAAA
RGB
CMYK
RGB Variations
Color information
#FDFAAA (or 0xFDFAAA) is known color: Shalimar. HEX triplet: FD, FA and AA. RGB value is (253,250,170). Sum of RGB (Red+Green+Blue) = 253+250+170=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 170 (66.80% from 255 or 25.26% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAA is #020555. Grayscale: #F2F2F2. Windows color (decimal): -132438 or 11205373. OLE color: 11205373.
HSL color Cylindrical-coordinate representation of color #FDFAAA: hue angle of 57.83º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDFAAA is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 170 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.01 |
| HSL | 57.83º | 0.95% | 0.83% | - |
| HSV(B) | 57.83º | 0.33% | 0.99% | - |
| XYZ | 81.95 | 92.16 | 51.5 | - |
| YUV | 241.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 170 | 0 | 0.01 | 0.33 | 0.01 | 57.83 | 0.95 | 0.83 |
| Hex | FD | FA | AA | 0 | 1 | 21 | 1 | 3A | 5F | 53 |
| Octal | 375 | 372 | 252 | 0 | 1 | 41 | 1 | 72 | 137 | 123 |
| Binary | 11111101 | 11111010 | 10101010 | 0 | 1 | 100001 | 1 | 111010 | 1011111 | 1010011 |
Color Harmonies of #FDFAAA
Complementary color
Monochromatic Colors of #FDFAAA
Black with #FDFAAA
Text Example
Text Example
White with #FDFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAAA; }
p { color: rgb(253,250,170); }
H1.HeaderClassName
{
color: #FDFAAA;
}
.AnyTagClassName
{
color: #FDFAAA;
}
</style>
background-color css
<style>
a { background-color: #FDFAAA; }
a { background-color: rgb(253,250,170); }
div.DivClassName
{
background-color: #FDFAAA;
}
.BgClassName
{
background-color: #FDFAAA;
}
</style>
border-color css
<style>
span { border-color: #FDFAAA; }
span { border-color: rgb(253,250,170); }
td.TdClassName
{
border-color: #FDFAAA;
}
.TagClassName
{
border-color: #FDFAAA;
}
</style>