Shades of Shalimar #FCFAAB
Tints of Shalimar #FCFAAB
RGB
CMYK
RGB Variations
Color information
#FCFAAB (or 0xFCFAAB) is known color: Shalimar. HEX triplet: FC, FA and AB. RGB value is (252,250,171). Sum of RGB (Red+Green+Blue) = 252+250+171=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAB is #030554. Grayscale: #F1F1F1. Windows color (decimal): -197973 or 11270908. OLE color: 11270908.
HSL color Cylindrical-coordinate representation of color #FCFAAB: hue angle of 58.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCFAAB is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 171 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.01 |
| HSL | 58.52º | 0.93% | 0.83% | - |
| HSV(B) | 58.52º | 0.32% | 0.99% | - |
| XYZ | 81.68 | 92.01 | 51.98 | - |
| YUV | 241.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 171 | 0 | 0.01 | 0.32 | 0.01 | 58.52 | 0.93 | 0.83 |
| Hex | FC | FA | AB | 0 | 1 | 20 | 1 | 3B | 5D | 53 |
| Octal | 374 | 372 | 253 | 0 | 1 | 40 | 1 | 73 | 135 | 123 |
| Binary | 11111100 | 11111010 | 10101011 | 0 | 1 | 100000 | 1 | 111011 | 1011101 | 1010011 |
Color Harmonies of #FCFAAB
Complementary color
Monochromatic Colors of #FCFAAB
Black with #FCFAAB
Text Example
Text Example
White with #FCFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAAB; }
p { color: rgb(252,250,171); }
H1.HeaderClassName
{
color: #FCFAAB;
}
.AnyTagClassName
{
color: #FCFAAB;
}
</style>
background-color css
<style>
a { background-color: #FCFAAB; }
a { background-color: rgb(252,250,171); }
div.DivClassName
{
background-color: #FCFAAB;
}
.BgClassName
{
background-color: #FCFAAB;
}
</style>
border-color css
<style>
span { border-color: #FCFAAB; }
span { border-color: rgb(252,250,171); }
td.TdClassName
{
border-color: #FCFAAB;
}
.TagClassName
{
border-color: #FCFAAB;
}
</style>