Shades of Shalimar #FDFBA6
Tints of Shalimar #FDFBA6
RGB
CMYK
RGB Variations
Color information
#FDFBA6 (or 0xFDFBA6) is known color: Shalimar. HEX triplet: FD, FB and A6. RGB value is (253,251,166). Sum of RGB (Red+Green+Blue) = 253+251+166=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA6 is #020459. Grayscale: #F2F2F2. Windows color (decimal): -132186 or 10943485. OLE color: 10943485.
HSL color Cylindrical-coordinate representation of color #FDFBA6: hue angle of 58.62º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDFBA6 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 166 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.01 |
| HSL | 58.62º | 0.96% | 0.82% | - |
| HSV(B) | 58.62º | 0.34% | 0.99% | - |
| XYZ | 81.89 | 92.63 | 49.64 | - |
| YUV | 241.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 166 | 0 | 0.01 | 0.34 | 0.01 | 58.62 | 0.96 | 0.82 |
| Hex | FD | FB | A6 | 0 | 1 | 22 | 1 | 3B | 60 | 52 |
| Octal | 375 | 373 | 246 | 0 | 1 | 42 | 1 | 73 | 140 | 122 |
| Binary | 11111101 | 11111011 | 10100110 | 0 | 1 | 100010 | 1 | 111011 | 1100000 | 1010010 |
Color Harmonies of #FDFBA6
Complementary color
Monochromatic Colors of #FDFBA6
Black with #FDFBA6
Text Example
Text Example
White with #FDFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBA6; }
p { color: rgb(253,251,166); }
H1.HeaderClassName
{
color: #FDFBA6;
}
.AnyTagClassName
{
color: #FDFBA6;
}
</style>
background-color css
<style>
a { background-color: #FDFBA6; }
a { background-color: rgb(253,251,166); }
div.DivClassName
{
background-color: #FDFBA6;
}
.BgClassName
{
background-color: #FDFBA6;
}
</style>
border-color css
<style>
span { border-color: #FDFBA6; }
span { border-color: rgb(253,251,166); }
td.TdClassName
{
border-color: #FDFBA6;
}
.TagClassName
{
border-color: #FDFBA6;
}
</style>