Shades of Shalimar #FDFFAA
Tints of Shalimar #FDFFAA
RGB
CMYK
RGB Variations
Color information
#FDFFAA (or 0xFDFFAA) is known color: Shalimar. HEX triplet: FD, FF and AA. RGB value is (253,255,170). Sum of RGB (Red+Green+Blue) = 253+255+170=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 170 (66.80% from 255 or 25.07% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAA is #020055. Grayscale: #F5F5F5. Windows color (decimal): -131158 or 11206653. OLE color: 11206653.
HSL color Cylindrical-coordinate representation of color #FDFFAA: hue angle of 61.41º 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 #FDFFAA is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 170 | - |
| CMYK | 0.01 | 0 | 0.33 | 0 |
| HSL | 61.41º | 1% | 0.83% | - |
| HSV(B) | 61.41º | 0.33% | 1% | - |
| XYZ | 83.52 | 95.3 | 52.02 | - |
| YUV | 244.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 170 | 0.01 | 0 | 0.33 | 0 | 61.41 | 1 | 0.83 |
| Hex | FD | FF | AA | 1 | 0 | 21 | 0 | 3D | 64 | 53 |
| Octal | 375 | 377 | 252 | 1 | 0 | 41 | 0 | 75 | 144 | 123 |
| Binary | 11111101 | 11111111 | 10101010 | 1 | 0 | 100001 | 0 | 111101 | 1100100 | 1010011 |
Color Harmonies of #FDFFAA
Complementary color
Monochromatic Colors of #FDFFAA
Black with #FDFFAA
Text Example
Text Example
White with #FDFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFAA; }
p { color: rgb(253,255,170); }
H1.HeaderClassName
{
color: #FDFFAA;
}
.AnyTagClassName
{
color: #FDFFAA;
}
</style>
background-color css
<style>
a { background-color: #FDFFAA; }
a { background-color: rgb(253,255,170); }
div.DivClassName
{
background-color: #FDFFAA;
}
.BgClassName
{
background-color: #FDFFAA;
}
</style>
border-color css
<style>
span { border-color: #FDFFAA; }
span { border-color: rgb(253,255,170); }
td.TdClassName
{
border-color: #FDFFAA;
}
.TagClassName
{
border-color: #FDFFAA;
}
</style>