Shades of Shalimar #FDFDAA
Tints of Shalimar #FDFDAA
RGB
CMYK
RGB Variations
Color information
#FDFDAA (or 0xFDFDAA) is known color: Shalimar. HEX triplet: FD, FD and AA. RGB value is (253,253,170). Sum of RGB (Red+Green+Blue) = 253+253+170=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 170 (66.80% from 255 or 25.15% from 676); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDAA is #020255. Grayscale: #F3F3F3. Windows color (decimal): -131670 or 11206141. OLE color: 11206141.
HSL color Cylindrical-coordinate representation of color #FDFDAA: hue angle of 60º 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 #FDFDAA is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 170 | - |
| CMYK | 0 | 0 | 0.33 | 0.01 |
| HSL | 60º | 0.95% | 0.83% | - |
| HSV(B) | 60º | 0.33% | 0.99% | - |
| XYZ | 82.89 | 94.04 | 51.81 | - |
| YUV | 243.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 170 | 0 | 0 | 0.33 | 0.01 | 60 | 0.95 | 0.83 |
| Hex | FD | FD | AA | 0 | 0 | 21 | 1 | 3C | 5F | 53 |
| Octal | 375 | 375 | 252 | 0 | 0 | 41 | 1 | 74 | 137 | 123 |
| Binary | 11111101 | 11111101 | 10101010 | 0 | 0 | 100001 | 1 | 111100 | 1011111 | 1010011 |
Color Harmonies of #FDFDAA
Complementary color
Monochromatic Colors of #FDFDAA
Black with #FDFDAA
Text Example
Text Example
White with #FDFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDAA; }
p { color: rgb(253,253,170); }
H1.HeaderClassName
{
color: #FDFDAA;
}
.AnyTagClassName
{
color: #FDFDAA;
}
</style>
background-color css
<style>
a { background-color: #FDFDAA; }
a { background-color: rgb(253,253,170); }
div.DivClassName
{
background-color: #FDFDAA;
}
.BgClassName
{
background-color: #FDFDAA;
}
</style>
border-color css
<style>
span { border-color: #FDFDAA; }
span { border-color: rgb(253,253,170); }
td.TdClassName
{
border-color: #FDFDAA;
}
.TagClassName
{
border-color: #FDFDAA;
}
</style>