Shades of Shalimar #FCFAB4
Tints of Shalimar #FCFAB4
RGB
CMYK
RGB Variations
Color information
#FCFAB4 (or 0xFCFAB4) is known color: Shalimar. HEX triplet: FC, FA and B4. RGB value is (252,250,180). Sum of RGB (Red+Green+Blue) = 252+250+180=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 180 (70.70% from 255 or 26.39% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAB4 is #03054B. Grayscale: #F2F2F2. Windows color (decimal): -197964 or 11860732. OLE color: 11860732.
HSL color Cylindrical-coordinate representation of color #FCFAB4: hue angle of 58.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCFAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 180 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.01 |
| HSL | 58.33º | 0.92% | 0.85% | - |
| HSV(B) | 58.33º | 0.29% | 0.99% | - |
| XYZ | 82.57 | 92.36 | 56.66 | - |
| YUV | 242.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 180 | 0 | 0.01 | 0.29 | 0.01 | 58.33 | 0.92 | 0.85 |
| Hex | FC | FA | B4 | 0 | 1 | 1D | 1 | 3A | 5C | 55 |
| Octal | 374 | 372 | 264 | 0 | 1 | 35 | 1 | 72 | 134 | 125 |
| Binary | 11111100 | 11111010 | 10110100 | 0 | 1 | 11101 | 1 | 111010 | 1011100 | 1010101 |
Color Harmonies of #FCFAB4
Complementary color
Monochromatic Colors of #FCFAB4
Black with #FCFAB4
Text Example
Text Example
White with #FCFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAB4; }
p { color: rgb(252,250,180); }
H1.HeaderClassName
{
color: #FCFAB4;
}
.AnyTagClassName
{
color: #FCFAB4;
}
</style>
background-color css
<style>
a { background-color: #FCFAB4; }
a { background-color: rgb(252,250,180); }
div.DivClassName
{
background-color: #FCFAB4;
}
.BgClassName
{
background-color: #FCFAB4;
}
</style>
border-color css
<style>
span { border-color: #FCFAB4; }
span { border-color: rgb(252,250,180); }
td.TdClassName
{
border-color: #FCFAB4;
}
.TagClassName
{
border-color: #FCFAB4;
}
</style>