Shades of Shalimar #FDF4AA
Tints of Shalimar #FDF4AA
RGB
CMYK
RGB Variations
Color information
#FDF4AA (or 0xFDF4AA) is known color: Shalimar. HEX triplet: FD, F4 and AA. RGB value is (253,244,170). Sum of RGB (Red+Green+Blue) = 253+244+170=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 170 (66.80% from 255 or 25.49% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AA is #020B55. Grayscale: #EEEEEE. Windows color (decimal): -133974 or 11203837. OLE color: 11203837.
HSL color Cylindrical-coordinate representation of color #FDF4AA: hue angle of 53.49º 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 #FDF4AA is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 170 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.01 |
| HSL | 53.49º | 0.95% | 0.83% | - |
| HSV(B) | 53.49º | 0.33% | 0.99% | - |
| XYZ | 80.11 | 88.49 | 50.89 | - |
| YUV | 238.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 170 | 0 | 0.04 | 0.33 | 0.01 | 53.49 | 0.95 | 0.83 |
| Hex | FD | F4 | AA | 0 | 4 | 21 | 1 | 35 | 5F | 53 |
| Octal | 375 | 364 | 252 | 0 | 4 | 41 | 1 | 65 | 137 | 123 |
| Binary | 11111101 | 11110100 | 10101010 | 0 | 100 | 100001 | 1 | 110101 | 1011111 | 1010011 |
Color Harmonies of #FDF4AA
Complementary color
Monochromatic Colors of #FDF4AA
Black with #FDF4AA
Text Example
Text Example
White with #FDF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4AA; }
p { color: rgb(253,244,170); }
H1.HeaderClassName
{
color: #FDF4AA;
}
.AnyTagClassName
{
color: #FDF4AA;
}
</style>
background-color css
<style>
a { background-color: #FDF4AA; }
a { background-color: rgb(253,244,170); }
div.DivClassName
{
background-color: #FDF4AA;
}
.BgClassName
{
background-color: #FDF4AA;
}
</style>
border-color css
<style>
span { border-color: #FDF4AA; }
span { border-color: rgb(253,244,170); }
td.TdClassName
{
border-color: #FDF4AA;
}
.TagClassName
{
border-color: #FDF4AA;
}
</style>