Shades of Shalimar #FDFAA9
Tints of Shalimar #FDFAA9
RGB
CMYK
RGB Variations
Color information
#FDFAA9 (or 0xFDFAA9) is known color: Shalimar. HEX triplet: FD, FA and A9. RGB value is (253,250,169). Sum of RGB (Red+Green+Blue) = 253+250+169=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 169 (66.41% from 255 or 25.15% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA9 is #020556. Grayscale: #F1F1F1. Windows color (decimal): -132439 or 11139837. OLE color: 11139837.
HSL color Cylindrical-coordinate representation of color #FDFAA9: hue angle of 57.86º 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 #FDFAA9 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 169 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.01 |
| HSL | 57.86º | 0.95% | 0.83% | - |
| HSV(B) | 57.86º | 0.33% | 0.99% | - |
| XYZ | 81.86 | 92.12 | 51 | - |
| YUV | 241.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 169 | 0 | 0.01 | 0.33 | 0.01 | 57.86 | 0.95 | 0.83 |
| Hex | FD | FA | A9 | 0 | 1 | 21 | 1 | 3A | 5F | 53 |
| Octal | 375 | 372 | 251 | 0 | 1 | 41 | 1 | 72 | 137 | 123 |
| Binary | 11111101 | 11111010 | 10101001 | 0 | 1 | 100001 | 1 | 111010 | 1011111 | 1010011 |
Color Harmonies of #FDFAA9
Complementary color
Monochromatic Colors of #FDFAA9
Black with #FDFAA9
Text Example
Text Example
White with #FDFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAA9; }
p { color: rgb(253,250,169); }
H1.HeaderClassName
{
color: #FDFAA9;
}
.AnyTagClassName
{
color: #FDFAA9;
}
</style>
background-color css
<style>
a { background-color: #FDFAA9; }
a { background-color: rgb(253,250,169); }
div.DivClassName
{
background-color: #FDFAA9;
}
.BgClassName
{
background-color: #FDFAA9;
}
</style>
border-color css
<style>
span { border-color: #FDFAA9; }
span { border-color: rgb(253,250,169); }
td.TdClassName
{
border-color: #FDFAA9;
}
.TagClassName
{
border-color: #FDFAA9;
}
</style>