Shades of Shalimar #FDF9A4
Tints of Shalimar #FDF9A4
RGB
CMYK
RGB Variations
Color information
#FDF9A4 (or 0xFDF9A4) is known color: Shalimar. HEX triplet: FD, F9 and A4. RGB value is (253,249,164). Sum of RGB (Red+Green+Blue) = 253+249+164=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 164 (64.45% from 255 or 24.62% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF9A4 is #02065B. Grayscale: #F0F0F0. Windows color (decimal): -132700 or 10811901. OLE color: 10811901.
HSL color Cylindrical-coordinate representation of color #FDF9A4: hue angle of 57.3º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDF9A4 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 164 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 57.3º | 0.96% | 0.82% | - |
| HSV(B) | 57.3º | 0.35% | 0.99% | - |
| XYZ | 81.08 | 91.31 | 48.47 | - |
| YUV | 240.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 164 | 0 | 0.02 | 0.35 | 0.01 | 57.3 | 0.96 | 0.82 |
| Hex | FD | F9 | A4 | 0 | 2 | 23 | 1 | 39 | 60 | 52 |
| Octal | 375 | 371 | 244 | 0 | 2 | 43 | 1 | 71 | 140 | 122 |
| Binary | 11111101 | 11111001 | 10100100 | 0 | 10 | 100011 | 1 | 111001 | 1100000 | 1010010 |
Color Harmonies of #FDF9A4
Complementary color
Monochromatic Colors of #FDF9A4
Black with #FDF9A4
Text Example
Text Example
White with #FDF9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9A4; }
p { color: rgb(253,249,164); }
H1.HeaderClassName
{
color: #FDF9A4;
}
.AnyTagClassName
{
color: #FDF9A4;
}
</style>
background-color css
<style>
a { background-color: #FDF9A4; }
a { background-color: rgb(253,249,164); }
div.DivClassName
{
background-color: #FDF9A4;
}
.BgClassName
{
background-color: #FDF9A4;
}
</style>
border-color css
<style>
span { border-color: #FDF9A4; }
span { border-color: rgb(253,249,164); }
td.TdClassName
{
border-color: #FDF9A4;
}
.TagClassName
{
border-color: #FDF9A4;
}
</style>