Shades of Shalimar #FDF8A8
Tints of Shalimar #FDF8A8
RGB
CMYK
RGB Variations
Color information
#FDF8A8 (or 0xFDF8A8) is known color: Shalimar. HEX triplet: FD, F8 and A8. RGB value is (253,248,168). Sum of RGB (Red+Green+Blue) = 253+248+168=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 168 (66.02% from 255 or 25.11% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8A8 is #020757. Grayscale: #F0F0F0. Windows color (decimal): -132952 or 11073789. OLE color: 11073789.
HSL color Cylindrical-coordinate representation of color #FDF8A8: hue angle of 56.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDF8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 168 | - |
CMYK | 0 | 0.02 | 0.34 | 0.01 |
HSL | 56.47º | 0.96% | 0.83% | - |
HSV(B) | 56.47º | 0.34% | 0.99% | - |
XYZ | 81.14 | 90.84 | 50.3 | - |
YUV | 240.38 | 87.16 | 137 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 168 | 0 | 0.02 | 0.34 | 0.01 | 56.47 | 0.96 | 0.83 |
Hex | FD | F8 | A8 | 0 | 2 | 22 | 1 | 38 | 60 | 53 |
Octal | 375 | 370 | 250 | 0 | 2 | 42 | 1 | 70 | 140 | 123 |
Binary | 11111101 | 11111000 | 10101000 | 0 | 10 | 100010 | 1 | 111000 | 1100000 | 1010011 |
Color Harmonies of #FDF8A8
Complementary color
Monochromatic Colors of #FDF8A8
Black with #FDF8A8
Text Example
Text Example
White with #FDF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8A8; }
p { color: rgb(253,248,168); }
H1.HeaderClassName
{
color: #FDF8A8;
}
.AnyTagClassName
{
color: #FDF8A8;
}
</style>
background-color css
<style>
a { background-color: #FDF8A8; }
a { background-color: rgb(253,248,168); }
div.DivClassName
{
background-color: #FDF8A8;
}
.BgClassName
{
background-color: #FDF8A8;
}
</style>
border-color css
<style>
span { border-color: #FDF8A8; }
span { border-color: rgb(253,248,168); }
td.TdClassName
{
border-color: #FDF8A8;
}
.TagClassName
{
border-color: #FDF8A8;
}
</style>