Shades of Shalimar #FFFDAA
Tints of Shalimar #FFFDAA
RGB
CMYK
RGB Variations
Color information
#FFFDAA (or 0xFFFDAA) is known color: Shalimar. HEX triplet: FF, FD and AA. RGB value is (255,253,170). Sum of RGB (Red+Green+Blue) = 255+253+170=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 170 (66.80% from 255 or 25.07% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDAA is #000255. Grayscale: #F4F4F4. Windows color (decimal): -598 or 11206143. OLE color: 11206143.
HSL color Cylindrical-coordinate representation of color #FFFDAA: hue angle of 58.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFFDAA is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 170 | - |
| CMYK | 0 | 0.01 | 0.33 | 0 |
| HSL | 58.59º | 1% | 0.83% | - |
| HSV(B) | 58.59º | 0.33% | 1% | - |
| XYZ | 83.62 | 94.41 | 51.85 | - |
| YUV | 244.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 170 | 0 | 0.01 | 0.33 | 0 | 58.59 | 1 | 0.83 |
| Hex | FF | FD | AA | 0 | 1 | 21 | 0 | 3B | 64 | 53 |
| Octal | 377 | 375 | 252 | 0 | 1 | 41 | 0 | 73 | 144 | 123 |
| Binary | 11111111 | 11111101 | 10101010 | 0 | 1 | 100001 | 0 | 111011 | 1100100 | 1010011 |
Color Harmonies of #FFFDAA
Complementary color
Monochromatic Colors of #FFFDAA
Black with #FFFDAA
Text Example
Text Example
White with #FFFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDAA; }
p { color: rgb(255,253,170); }
H1.HeaderClassName
{
color: #FFFDAA;
}
.AnyTagClassName
{
color: #FFFDAA;
}
</style>
background-color css
<style>
a { background-color: #FFFDAA; }
a { background-color: rgb(255,253,170); }
div.DivClassName
{
background-color: #FFFDAA;
}
.BgClassName
{
background-color: #FFFDAA;
}
</style>
border-color css
<style>
span { border-color: #FFFDAA; }
span { border-color: rgb(255,253,170); }
td.TdClassName
{
border-color: #FFFDAA;
}
.TagClassName
{
border-color: #FFFDAA;
}
</style>