Shades of Shalimar #FDF3AA
Tints of Shalimar #FDF3AA
RGB
CMYK
RGB Variations
Color information
#FDF3AA (or 0xFDF3AA) is known color: Shalimar. HEX triplet: FD, F3 and AA. RGB value is (253,243,170). Sum of RGB (Red+Green+Blue) = 253+243+170=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AA is #020C55. Grayscale: #EDEDED. Windows color (decimal): -134230 or 11203581. OLE color: 11203581.
HSL color Cylindrical-coordinate representation of color #FDF3AA: hue angle of 52.77º 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 #FDF3AA is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 170 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.01 |
| HSL | 52.77º | 0.95% | 0.83% | - |
| HSV(B) | 52.77º | 0.33% | 0.99% | - |
| XYZ | 79.81 | 87.89 | 50.79 | - |
| YUV | 237.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 170 | 0 | 0.04 | 0.33 | 0.01 | 52.77 | 0.95 | 0.83 |
| Hex | FD | F3 | AA | 0 | 4 | 21 | 1 | 35 | 5F | 53 |
| Octal | 375 | 363 | 252 | 0 | 4 | 41 | 1 | 65 | 137 | 123 |
| Binary | 11111101 | 11110011 | 10101010 | 0 | 100 | 100001 | 1 | 110101 | 1011111 | 1010011 |
Color Harmonies of #FDF3AA
Complementary color
Monochromatic Colors of #FDF3AA
Black with #FDF3AA
Text Example
Text Example
White with #FDF3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3AA; }
p { color: rgb(253,243,170); }
H1.HeaderClassName
{
color: #FDF3AA;
}
.AnyTagClassName
{
color: #FDF3AA;
}
</style>
background-color css
<style>
a { background-color: #FDF3AA; }
a { background-color: rgb(253,243,170); }
div.DivClassName
{
background-color: #FDF3AA;
}
.BgClassName
{
background-color: #FDF3AA;
}
</style>
border-color css
<style>
span { border-color: #FDF3AA; }
span { border-color: rgb(253,243,170); }
td.TdClassName
{
border-color: #FDF3AA;
}
.TagClassName
{
border-color: #FDF3AA;
}
</style>