Shades of Shalimar #FDF8A5
Tints of Shalimar #FDF8A5
RGB
CMYK
RGB Variations
Color information
#FDF8A5 (or 0xFDF8A5) is known color: Shalimar. HEX triplet: FD, F8 and A5. RGB value is (253,248,165). Sum of RGB (Red+Green+Blue) = 253+248+165=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 165 (64.84% from 255 or 24.77% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8A5 is #02075A. Grayscale: #F0F0F0. Windows color (decimal): -132955 or 10877181. OLE color: 10877181.
HSL color Cylindrical-coordinate representation of color #FDF8A5: hue angle of 56.59º 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 #FDF8A5 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 165 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 56.59º | 0.96% | 0.82% | - |
| HSV(B) | 56.59º | 0.35% | 0.99% | - |
| XYZ | 80.87 | 90.73 | 48.85 | - |
| YUV | 240.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 165 | 0 | 0.02 | 0.35 | 0.01 | 56.59 | 0.96 | 0.82 |
| Hex | FD | F8 | A5 | 0 | 2 | 23 | 1 | 39 | 60 | 52 |
| Octal | 375 | 370 | 245 | 0 | 2 | 43 | 1 | 71 | 140 | 122 |
| Binary | 11111101 | 11111000 | 10100101 | 0 | 10 | 100011 | 1 | 111001 | 1100000 | 1010010 |
Color Harmonies of #FDF8A5
Complementary color
Monochromatic Colors of #FDF8A5
Black with #FDF8A5
Text Example
Text Example
White with #FDF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8A5; }
p { color: rgb(253,248,165); }
H1.HeaderClassName
{
color: #FDF8A5;
}
.AnyTagClassName
{
color: #FDF8A5;
}
</style>
background-color css
<style>
a { background-color: #FDF8A5; }
a { background-color: rgb(253,248,165); }
div.DivClassName
{
background-color: #FDF8A5;
}
.BgClassName
{
background-color: #FDF8A5;
}
</style>
border-color css
<style>
span { border-color: #FDF8A5; }
span { border-color: rgb(253,248,165); }
td.TdClassName
{
border-color: #FDF8A5;
}
.TagClassName
{
border-color: #FDF8A5;
}
</style>