Shades of Shalimar #FCFAB5
Tints of Shalimar #FCFAB5
RGB
CMYK
RGB Variations
Color information
#FCFAB5 (or 0xFCFAB5) is known color: Shalimar. HEX triplet: FC, FA and B5. RGB value is (252,250,181). Sum of RGB (Red+Green+Blue) = 252+250+181=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAB5 is #03054A. Grayscale: #F3F3F3. Windows color (decimal): -197963 or 11926268. OLE color: 11926268.
HSL color Cylindrical-coordinate representation of color #FCFAB5: hue angle of 58.31º 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 #FCFAB5 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 181 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.01 |
| HSL | 58.31º | 0.92% | 0.85% | - |
| HSV(B) | 58.31º | 0.28% | 0.99% | - |
| XYZ | 82.67 | 92.4 | 57.19 | - |
| YUV | 242.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 181 | 0 | 0.01 | 0.28 | 0.01 | 58.31 | 0.92 | 0.85 |
| Hex | FC | FA | B5 | 0 | 1 | 1C | 1 | 3A | 5C | 55 |
| Octal | 374 | 372 | 265 | 0 | 1 | 34 | 1 | 72 | 134 | 125 |
| Binary | 11111100 | 11111010 | 10110101 | 0 | 1 | 11100 | 1 | 111010 | 1011100 | 1010101 |
Color Harmonies of #FCFAB5
Complementary color
Monochromatic Colors of #FCFAB5
Black with #FCFAB5
Text Example
Text Example
White with #FCFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAB5; }
p { color: rgb(252,250,181); }
H1.HeaderClassName
{
color: #FCFAB5;
}
.AnyTagClassName
{
color: #FCFAB5;
}
</style>
background-color css
<style>
a { background-color: #FCFAB5; }
a { background-color: rgb(252,250,181); }
div.DivClassName
{
background-color: #FCFAB5;
}
.BgClassName
{
background-color: #FCFAB5;
}
</style>
border-color css
<style>
span { border-color: #FCFAB5; }
span { border-color: rgb(252,250,181); }
td.TdClassName
{
border-color: #FCFAB5;
}
.TagClassName
{
border-color: #FCFAB5;
}
</style>