Shades of Shalimar #FDFBAB
Tints of Shalimar #FDFBAB
RGB
CMYK
RGB Variations
Color information
#FDFBAB (or 0xFDFBAB) is known color: Shalimar. HEX triplet: FD, FB and AB. RGB value is (253,251,171). Sum of RGB (Red+Green+Blue) = 253+251+171=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAB is #020454. Grayscale: #F2F2F2. Windows color (decimal): -132181 or 11271165. OLE color: 11271165.
HSL color Cylindrical-coordinate representation of color #FDFBAB: hue angle of 58.54º 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 #FDFBAB is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 171 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.01 |
| HSL | 58.54º | 0.95% | 0.83% | - |
| HSV(B) | 58.54º | 0.32% | 0.99% | - |
| XYZ | 82.36 | 92.82 | 52.1 | - |
| YUV | 242.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 171 | 0 | 0.01 | 0.32 | 0.01 | 58.54 | 0.95 | 0.83 |
| Hex | FD | FB | AB | 0 | 1 | 20 | 1 | 3B | 5F | 53 |
| Octal | 375 | 373 | 253 | 0 | 1 | 40 | 1 | 73 | 137 | 123 |
| Binary | 11111101 | 11111011 | 10101011 | 0 | 1 | 100000 | 1 | 111011 | 1011111 | 1010011 |
Color Harmonies of #FDFBAB
Complementary color
Monochromatic Colors of #FDFBAB
Black with #FDFBAB
Text Example
Text Example
White with #FDFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBAB; }
p { color: rgb(253,251,171); }
H1.HeaderClassName
{
color: #FDFBAB;
}
.AnyTagClassName
{
color: #FDFBAB;
}
</style>
background-color css
<style>
a { background-color: #FDFBAB; }
a { background-color: rgb(253,251,171); }
div.DivClassName
{
background-color: #FDFBAB;
}
.BgClassName
{
background-color: #FDFBAB;
}
</style>
border-color css
<style>
span { border-color: #FDFBAB; }
span { border-color: rgb(253,251,171); }
td.TdClassName
{
border-color: #FDFBAB;
}
.TagClassName
{
border-color: #FDFBAB;
}
</style>