Shades of Shalimar #FDFBB2
Tints of Shalimar #FDFBB2
RGB
CMYK
RGB Variations
Color information
#FDFBB2 (or 0xFDFBB2) is known color: Shalimar. HEX triplet: FD, FB and B2. RGB value is (253,251,178). Sum of RGB (Red+Green+Blue) = 253+251+178=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBB2 is #02044D. Grayscale: #F3F3F3. Windows color (decimal): -132174 or 11729917. OLE color: 11729917.
HSL color Cylindrical-coordinate representation of color #FDFBB2: hue angle of 58.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDFBB2 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 178 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.01 |
| HSL | 58.4º | 0.95% | 0.85% | - |
| HSV(B) | 58.4º | 0.3% | 0.99% | - |
| XYZ | 83.04 | 93.09 | 55.71 | - |
| YUV | 243.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 178 | 0 | 0.01 | 0.30 | 0.01 | 58.4 | 0.95 | 0.85 |
| Hex | FD | FB | B2 | 0 | 1 | 1E | 1 | 3A | 5F | 55 |
| Octal | 375 | 373 | 262 | 0 | 1 | 36 | 1 | 72 | 137 | 125 |
| Binary | 11111101 | 11111011 | 10110010 | 0 | 1 | 11110 | 1 | 111010 | 1011111 | 1010101 |
Color Harmonies of #FDFBB2
Complementary color
Monochromatic Colors of #FDFBB2
Black with #FDFBB2
Text Example
Text Example
White with #FDFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBB2; }
p { color: rgb(253,251,178); }
H1.HeaderClassName
{
color: #FDFBB2;
}
.AnyTagClassName
{
color: #FDFBB2;
}
</style>
background-color css
<style>
a { background-color: #FDFBB2; }
a { background-color: rgb(253,251,178); }
div.DivClassName
{
background-color: #FDFBB2;
}
.BgClassName
{
background-color: #FDFBB2;
}
</style>
border-color css
<style>
span { border-color: #FDFBB2; }
span { border-color: rgb(253,251,178); }
td.TdClassName
{
border-color: #FDFBB2;
}
.TagClassName
{
border-color: #FDFBB2;
}
</style>