Shades of Shalimar #FDFBA4
Tints of Shalimar #FDFBA4
RGB
CMYK
RGB Variations
Color information
#FDFBA4 (or 0xFDFBA4) is known color: Shalimar. HEX triplet: FD, FB and A4. RGB value is (253,251,164). Sum of RGB (Red+Green+Blue) = 253+251+164=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 164 (64.45% from 255 or 24.55% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA4 is #02045B. Grayscale: #F2F2F2. Windows color (decimal): -132188 or 10812413. OLE color: 10812413.
HSL color Cylindrical-coordinate representation of color #FDFBA4: hue angle of 58.65º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDFBA4 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 164 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.01 |
| HSL | 58.65º | 0.96% | 0.82% | - |
| HSV(B) | 58.65º | 0.35% | 0.99% | - |
| XYZ | 81.71 | 92.56 | 48.68 | - |
| YUV | 241.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 164 | 0 | 0.01 | 0.35 | 0.01 | 58.65 | 0.96 | 0.82 |
| Hex | FD | FB | A4 | 0 | 1 | 23 | 1 | 3B | 60 | 52 |
| Octal | 375 | 373 | 244 | 0 | 1 | 43 | 1 | 73 | 140 | 122 |
| Binary | 11111101 | 11111011 | 10100100 | 0 | 1 | 100011 | 1 | 111011 | 1100000 | 1010010 |
Color Harmonies of #FDFBA4
Complementary color
Monochromatic Colors of #FDFBA4
Black with #FDFBA4
Text Example
Text Example
White with #FDFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBA4; }
p { color: rgb(253,251,164); }
H1.HeaderClassName
{
color: #FDFBA4;
}
.AnyTagClassName
{
color: #FDFBA4;
}
</style>
background-color css
<style>
a { background-color: #FDFBA4; }
a { background-color: rgb(253,251,164); }
div.DivClassName
{
background-color: #FDFBA4;
}
.BgClassName
{
background-color: #FDFBA4;
}
</style>
border-color css
<style>
span { border-color: #FDFBA4; }
span { border-color: rgb(253,251,164); }
td.TdClassName
{
border-color: #FDFBA4;
}
.TagClassName
{
border-color: #FDFBA4;
}
</style>