Shades of Shalimar #FCFBB5
Tints of Shalimar #FCFBB5
RGB
CMYK
RGB Variations
Color information
#FCFBB5 (or 0xFCFBB5) is known color: Shalimar. HEX triplet: FC, FB and B5. RGB value is (252,251,181). Sum of RGB (Red+Green+Blue) = 252+251+181=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 181 (71.09% from 255 or 26.46% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBB5 is #03044A. Grayscale: #F3F3F3. Windows color (decimal): -197707 or 11926524. OLE color: 11926524.
HSL color Cylindrical-coordinate representation of color #FCFBB5: hue angle of 59.15º degrees, saturation: 0.92, 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 #FCFBB5 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 181 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.01 |
| HSL | 59.15º | 0.92% | 0.85% | - |
| HSV(B) | 59.15º | 0.28% | 0.99% | - |
| XYZ | 82.98 | 93.03 | 57.3 | - |
| YUV | 243.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 181 | 0 | 0.00 | 0.28 | 0.01 | 59.15 | 0.92 | 0.85 |
| Hex | FC | FB | B5 | 0 | 0 | 1C | 1 | 3B | 5C | 55 |
| Octal | 374 | 373 | 265 | 0 | 0 | 34 | 1 | 73 | 134 | 125 |
| Binary | 11111100 | 11111011 | 10110101 | 0 | 0 | 11100 | 1 | 111011 | 1011100 | 1010101 |
Color Harmonies of #FCFBB5
Complementary color
Monochromatic Colors of #FCFBB5
Black with #FCFBB5
Text Example
Text Example
White with #FCFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBB5; }
p { color: rgb(252,251,181); }
H1.HeaderClassName
{
color: #FCFBB5;
}
.AnyTagClassName
{
color: #FCFBB5;
}
</style>
background-color css
<style>
a { background-color: #FCFBB5; }
a { background-color: rgb(252,251,181); }
div.DivClassName
{
background-color: #FCFBB5;
}
.BgClassName
{
background-color: #FCFBB5;
}
</style>
border-color css
<style>
span { border-color: #FCFBB5; }
span { border-color: rgb(252,251,181); }
td.TdClassName
{
border-color: #FCFBB5;
}
.TagClassName
{
border-color: #FCFBB5;
}
</style>