Shades of Shalimar #FFFDA6
Tints of Shalimar #FFFDA6
RGB
CMYK
RGB Variations
Color information
#FFFDA6 (or 0xFFFDA6) is known color: Shalimar. HEX triplet: FF, FD and A6. RGB value is (255,253,166). Sum of RGB (Red+Green+Blue) = 255+253+166=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 166 (65.23% from 255 or 24.63% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA6 is #000259. Grayscale: #F4F4F4. Windows color (decimal): -602 or 10943999. OLE color: 10943999.
HSL color Cylindrical-coordinate representation of color #FFFDA6: hue angle of 58.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFFDA6 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 166 | - |
| CMYK | 0 | 0.01 | 0.35 | 0 |
| HSL | 58.65º | 1% | 0.83% | - |
| HSV(B) | 58.65º | 0.35% | 1% | - |
| XYZ | 83.25 | 94.26 | 49.88 | - |
| YUV | 243.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 166 | 0 | 0.01 | 0.35 | 0 | 58.65 | 1 | 0.83 |
| Hex | FF | FD | A6 | 0 | 1 | 23 | 0 | 3B | 64 | 53 |
| Octal | 377 | 375 | 246 | 0 | 1 | 43 | 0 | 73 | 144 | 123 |
| Binary | 11111111 | 11111101 | 10100110 | 0 | 1 | 100011 | 0 | 111011 | 1100100 | 1010011 |
Color Harmonies of #FFFDA6
Complementary color
Monochromatic Colors of #FFFDA6
Black with #FFFDA6
Text Example
Text Example
White with #FFFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDA6; }
p { color: rgb(255,253,166); }
H1.HeaderClassName
{
color: #FFFDA6;
}
.AnyTagClassName
{
color: #FFFDA6;
}
</style>
background-color css
<style>
a { background-color: #FFFDA6; }
a { background-color: rgb(255,253,166); }
div.DivClassName
{
background-color: #FFFDA6;
}
.BgClassName
{
background-color: #FFFDA6;
}
</style>
border-color css
<style>
span { border-color: #FFFDA6; }
span { border-color: rgb(255,253,166); }
td.TdClassName
{
border-color: #FFFDA6;
}
.TagClassName
{
border-color: #FFFDA6;
}
</style>