Shades of Shalimar #FDFAB5
Tints of Shalimar #FDFAB5
RGB
CMYK
RGB Variations
Color information
#FDFAB5 (or 0xFDFAB5) is known color: Shalimar. HEX triplet: FD, FA and B5. RGB value is (253,250,181). Sum of RGB (Red+Green+Blue) = 253+250+181=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 181 (71.09% from 255 or 26.46% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB5 is #02054A. Grayscale: #F3F3F3. Windows color (decimal): -132427 or 11926269. OLE color: 11926269.
HSL color Cylindrical-coordinate representation of color #FDFAB5: hue angle of 57.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDFAB5 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 181 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.01 |
| HSL | 57.5º | 0.95% | 0.85% | - |
| HSV(B) | 57.5º | 0.28% | 0.99% | - |
| XYZ | 83.03 | 92.59 | 57.21 | - |
| YUV | 243.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 181 | 0 | 0.01 | 0.28 | 0.01 | 57.5 | 0.95 | 0.85 |
| Hex | FD | FA | B5 | 0 | 1 | 1C | 1 | 3A | 5F | 55 |
| Octal | 375 | 372 | 265 | 0 | 1 | 34 | 1 | 72 | 137 | 125 |
| Binary | 11111101 | 11111010 | 10110101 | 0 | 1 | 11100 | 1 | 111010 | 1011111 | 1010101 |
Color Harmonies of #FDFAB5
Complementary color
Monochromatic Colors of #FDFAB5
Black with #FDFAB5
Text Example
Text Example
White with #FDFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAB5; }
p { color: rgb(253,250,181); }
H1.HeaderClassName
{
color: #FDFAB5;
}
.AnyTagClassName
{
color: #FDFAB5;
}
</style>
background-color css
<style>
a { background-color: #FDFAB5; }
a { background-color: rgb(253,250,181); }
div.DivClassName
{
background-color: #FDFAB5;
}
.BgClassName
{
background-color: #FDFAB5;
}
</style>
border-color css
<style>
span { border-color: #FDFAB5; }
span { border-color: rgb(253,250,181); }
td.TdClassName
{
border-color: #FDFAB5;
}
.TagClassName
{
border-color: #FDFAB5;
}
</style>