Shades of Shalimar #FDF3AB
Tints of Shalimar #FDF3AB
RGB
CMYK
RGB Variations
Color information
#FDF3AB (or 0xFDF3AB) is known color: Shalimar. HEX triplet: FD, F3 and AB. RGB value is (253,243,171). Sum of RGB (Red+Green+Blue) = 253+243+171=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AB is #020C54. Grayscale: #EEEEEE. Windows color (decimal): -134229 or 11269117. OLE color: 11269117.
HSL color Cylindrical-coordinate representation of color #FDF3AB: hue angle of 52.68º 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 #FDF3AB is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 171 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.01 |
| HSL | 52.68º | 0.95% | 0.83% | - |
| HSV(B) | 52.68º | 0.32% | 0.99% | - |
| XYZ | 79.91 | 87.92 | 51.29 | - |
| YUV | 237.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 171 | 0 | 0.04 | 0.32 | 0.01 | 52.68 | 0.95 | 0.83 |
| Hex | FD | F3 | AB | 0 | 4 | 20 | 1 | 35 | 5F | 53 |
| Octal | 375 | 363 | 253 | 0 | 4 | 40 | 1 | 65 | 137 | 123 |
| Binary | 11111101 | 11110011 | 10101011 | 0 | 100 | 100000 | 1 | 110101 | 1011111 | 1010011 |
Color Harmonies of #FDF3AB
Complementary color
Monochromatic Colors of #FDF3AB
Black with #FDF3AB
Text Example
Text Example
White with #FDF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3AB; }
p { color: rgb(253,243,171); }
H1.HeaderClassName
{
color: #FDF3AB;
}
.AnyTagClassName
{
color: #FDF3AB;
}
</style>
background-color css
<style>
a { background-color: #FDF3AB; }
a { background-color: rgb(253,243,171); }
div.DivClassName
{
background-color: #FDF3AB;
}
.BgClassName
{
background-color: #FDF3AB;
}
</style>
border-color css
<style>
span { border-color: #FDF3AB; }
span { border-color: rgb(253,243,171); }
td.TdClassName
{
border-color: #FDF3AB;
}
.TagClassName
{
border-color: #FDF3AB;
}
</style>