Shades of Shalimar #FDFAB1
Tints of Shalimar #FDFAB1
RGB
CMYK
RGB Variations
Color information
#FDFAB1 (or 0xFDFAB1) is known color: Shalimar. HEX triplet: FD, FA and B1. RGB value is (253,250,177). Sum of RGB (Red+Green+Blue) = 253+250+177=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 177 (69.53% from 255 or 26.03% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAB1 is #02054E. Grayscale: #F2F2F2. Windows color (decimal): -132431 or 11664125. OLE color: 11664125.
HSL color Cylindrical-coordinate representation of color #FDFAB1: hue angle of 57.63º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDFAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 177 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.01 |
| HSL | 57.63º | 0.95% | 0.84% | - |
| HSV(B) | 57.63º | 0.3% | 0.99% | - |
| XYZ | 82.63 | 92.43 | 55.08 | - |
| YUV | 242.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 177 | 0 | 0.01 | 0.30 | 0.01 | 57.63 | 0.95 | 0.84 |
| Hex | FD | FA | B1 | 0 | 1 | 1E | 1 | 3A | 5F | 54 |
| Octal | 375 | 372 | 261 | 0 | 1 | 36 | 1 | 72 | 137 | 124 |
| Binary | 11111101 | 11111010 | 10110001 | 0 | 1 | 11110 | 1 | 111010 | 1011111 | 1010100 |
Color Harmonies of #FDFAB1
Complementary color
Monochromatic Colors of #FDFAB1
Black with #FDFAB1
Text Example
Text Example
White with #FDFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAB1; }
p { color: rgb(253,250,177); }
H1.HeaderClassName
{
color: #FDFAB1;
}
.AnyTagClassName
{
color: #FDFAB1;
}
</style>
background-color css
<style>
a { background-color: #FDFAB1; }
a { background-color: rgb(253,250,177); }
div.DivClassName
{
background-color: #FDFAB1;
}
.BgClassName
{
background-color: #FDFAB1;
}
</style>
border-color css
<style>
span { border-color: #FDFAB1; }
span { border-color: rgb(253,250,177); }
td.TdClassName
{
border-color: #FDFAB1;
}
.TagClassName
{
border-color: #FDFAB1;
}
</style>