Shades of Shalimar #FDFAB3
Tints of Shalimar #FDFAB3
RGB
CMYK
RGB Variations
Color information
#FDFAB3 (or 0xFDFAB3) is known color: Shalimar. HEX triplet: FD, FA and B3. RGB value is (253,250,179). Sum of RGB (Red+Green+Blue) = 253+250+179=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 179 (70.31% from 255 or 26.25% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB3 is #02054C. Grayscale: #F3F3F3. Windows color (decimal): -132429 or 11795197. OLE color: 11795197.
HSL color Cylindrical-coordinate representation of color #FDFAB3: hue angle of 57.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDFAB3 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 179 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.01 |
| HSL | 57.57º | 0.95% | 0.85% | - |
| HSV(B) | 57.57º | 0.29% | 0.99% | - |
| XYZ | 82.83 | 92.51 | 56.14 | - |
| YUV | 242.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 179 | 0 | 0.01 | 0.29 | 0.01 | 57.57 | 0.95 | 0.85 |
| Hex | FD | FA | B3 | 0 | 1 | 1D | 1 | 3A | 5F | 55 |
| Octal | 375 | 372 | 263 | 0 | 1 | 35 | 1 | 72 | 137 | 125 |
| Binary | 11111101 | 11111010 | 10110011 | 0 | 1 | 11101 | 1 | 111010 | 1011111 | 1010101 |
Color Harmonies of #FDFAB3
Complementary color
Monochromatic Colors of #FDFAB3
Black with #FDFAB3
Text Example
Text Example
White with #FDFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAB3; }
p { color: rgb(253,250,179); }
H1.HeaderClassName
{
color: #FDFAB3;
}
.AnyTagClassName
{
color: #FDFAB3;
}
</style>
background-color css
<style>
a { background-color: #FDFAB3; }
a { background-color: rgb(253,250,179); }
div.DivClassName
{
background-color: #FDFAB3;
}
.BgClassName
{
background-color: #FDFAB3;
}
</style>
border-color css
<style>
span { border-color: #FDFAB3; }
span { border-color: rgb(253,250,179); }
td.TdClassName
{
border-color: #FDFAB3;
}
.TagClassName
{
border-color: #FDFAB3;
}
</style>