Shades of Shalimar #FDF2AA
Tints of Shalimar #FDF2AA
RGB
CMYK
RGB Variations
Color information
#FDF2AA (or 0xFDF2AA) is known color: Shalimar. HEX triplet: FD, F2 and AA. RGB value is (253,242,170). Sum of RGB (Red+Green+Blue) = 253+242+170=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF2AA is #020D55. Grayscale: #EDEDED. Windows color (decimal): -134486 or 11203325. OLE color: 11203325.
HSL color Cylindrical-coordinate representation of color #FDF2AA: hue angle of 52.05º 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 #FDF2AA is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 170 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.01 |
| HSL | 52.05º | 0.95% | 0.83% | - |
| HSV(B) | 52.05º | 0.33% | 0.99% | - |
| XYZ | 79.52 | 87.29 | 50.69 | - |
| YUV | 237.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 170 | 0 | 0.04 | 0.33 | 0.01 | 52.05 | 0.95 | 0.83 |
| Hex | FD | F2 | AA | 0 | 4 | 21 | 1 | 34 | 5F | 53 |
| Octal | 375 | 362 | 252 | 0 | 4 | 41 | 1 | 64 | 137 | 123 |
| Binary | 11111101 | 11110010 | 10101010 | 0 | 100 | 100001 | 1 | 110100 | 1011111 | 1010011 |
Color Harmonies of #FDF2AA
Complementary color
Monochromatic Colors of #FDF2AA
Black with #FDF2AA
Text Example
Text Example
White with #FDF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2AA; }
p { color: rgb(253,242,170); }
H1.HeaderClassName
{
color: #FDF2AA;
}
.AnyTagClassName
{
color: #FDF2AA;
}
</style>
background-color css
<style>
a { background-color: #FDF2AA; }
a { background-color: rgb(253,242,170); }
div.DivClassName
{
background-color: #FDF2AA;
}
.BgClassName
{
background-color: #FDF2AA;
}
</style>
border-color css
<style>
span { border-color: #FDF2AA; }
span { border-color: rgb(253,242,170); }
td.TdClassName
{
border-color: #FDF2AA;
}
.TagClassName
{
border-color: #FDF2AA;
}
</style>