Shades of Shalimar #FDFBAD
Tints of Shalimar #FDFBAD
RGB
CMYK
RGB Variations
Color information
#FDFBAD (or 0xFDFBAD) is known color: Shalimar. HEX triplet: FD, FB and AD. RGB value is (253,251,173). Sum of RGB (Red+Green+Blue) = 253+251+173=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 173 (67.97% from 255 or 25.55% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAD is #020452. Grayscale: #F3F3F3. Windows color (decimal): -132179 or 11402237. OLE color: 11402237.
HSL color Cylindrical-coordinate representation of color #FDFBAD: hue angle of 58.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDFBAD is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 173 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.01 |
| HSL | 58.5º | 0.95% | 0.84% | - |
| HSV(B) | 58.5º | 0.32% | 0.99% | - |
| XYZ | 82.55 | 92.89 | 53.11 | - |
| YUV | 242.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 173 | 0 | 0.01 | 0.32 | 0.01 | 58.5 | 0.95 | 0.84 |
| Hex | FD | FB | AD | 0 | 1 | 20 | 1 | 3A | 5F | 54 |
| Octal | 375 | 373 | 255 | 0 | 1 | 40 | 1 | 72 | 137 | 124 |
| Binary | 11111101 | 11111011 | 10101101 | 0 | 1 | 100000 | 1 | 111010 | 1011111 | 1010100 |
Color Harmonies of #FDFBAD
Complementary color
Monochromatic Colors of #FDFBAD
Black with #FDFBAD
Text Example
Text Example
White with #FDFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBAD; }
p { color: rgb(253,251,173); }
H1.HeaderClassName
{
color: #FDFBAD;
}
.AnyTagClassName
{
color: #FDFBAD;
}
</style>
background-color css
<style>
a { background-color: #FDFBAD; }
a { background-color: rgb(253,251,173); }
div.DivClassName
{
background-color: #FDFBAD;
}
.BgClassName
{
background-color: #FDFBAD;
}
</style>
border-color css
<style>
span { border-color: #FDFBAD; }
span { border-color: rgb(253,251,173); }
td.TdClassName
{
border-color: #FDFBAD;
}
.TagClassName
{
border-color: #FDFBAD;
}
</style>