Shades of Shalimar #FDF4AB
Tints of Shalimar #FDF4AB
RGB
CMYK
RGB Variations
Color information
#FDF4AB (or 0xFDF4AB) is known color: Shalimar. HEX triplet: FD, F4 and AB. RGB value is (253,244,171). Sum of RGB (Red+Green+Blue) = 253+244+171=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 171 (67.19% from 255 or 25.60% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AB is #020B54. Grayscale: #EEEEEE. Windows color (decimal): -133973 or 11269373. OLE color: 11269373.
HSL color Cylindrical-coordinate representation of color #FDF4AB: hue angle of 53.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDF4AB is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 171 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.01 |
| HSL | 53.41º | 0.95% | 0.83% | - |
| HSV(B) | 53.41º | 0.32% | 0.99% | - |
| XYZ | 80.21 | 88.52 | 51.39 | - |
| YUV | 238.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 171 | 0 | 0.04 | 0.32 | 0.01 | 53.41 | 0.95 | 0.83 |
| Hex | FD | F4 | AB | 0 | 4 | 20 | 1 | 35 | 5F | 53 |
| Octal | 375 | 364 | 253 | 0 | 4 | 40 | 1 | 65 | 137 | 123 |
| Binary | 11111101 | 11110100 | 10101011 | 0 | 100 | 100000 | 1 | 110101 | 1011111 | 1010011 |
Color Harmonies of #FDF4AB
Complementary color
Monochromatic Colors of #FDF4AB
Black with #FDF4AB
Text Example
Text Example
White with #FDF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4AB; }
p { color: rgb(253,244,171); }
H1.HeaderClassName
{
color: #FDF4AB;
}
.AnyTagClassName
{
color: #FDF4AB;
}
</style>
background-color css
<style>
a { background-color: #FDF4AB; }
a { background-color: rgb(253,244,171); }
div.DivClassName
{
background-color: #FDF4AB;
}
.BgClassName
{
background-color: #FDF4AB;
}
</style>
border-color css
<style>
span { border-color: #FDF4AB; }
span { border-color: rgb(253,244,171); }
td.TdClassName
{
border-color: #FDF4AB;
}
.TagClassName
{
border-color: #FDF4AB;
}
</style>