Shades of Shalimar #FCF6AB
Tints of Shalimar #FCF6AB
RGB
CMYK
RGB Variations
Color information
#FCF6AB (or 0xFCF6AB) is known color: Shalimar. HEX triplet: FC, F6 and AB. RGB value is (252,246,171). Sum of RGB (Red+Green+Blue) = 252+246+171=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 171 (67.19% from 255 or 25.56% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6AB is #030954. Grayscale: #EFEFEF. Windows color (decimal): -198997 or 11269884. OLE color: 11269884.
HSL color Cylindrical-coordinate representation of color #FCF6AB: hue angle of 55.56º 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 #FCF6AB is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 171 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.01 |
| HSL | 55.56º | 0.93% | 0.83% | - |
| HSV(B) | 55.56º | 0.32% | 0.99% | - |
| XYZ | 80.45 | 89.55 | 51.57 | - |
| YUV | 239.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 171 | 0 | 0.02 | 0.32 | 0.01 | 55.56 | 0.93 | 0.83 |
| Hex | FC | F6 | AB | 0 | 2 | 20 | 1 | 38 | 5D | 53 |
| Octal | 374 | 366 | 253 | 0 | 2 | 40 | 1 | 70 | 135 | 123 |
| Binary | 11111100 | 11110110 | 10101011 | 0 | 10 | 100000 | 1 | 111000 | 1011101 | 1010011 |
Color Harmonies of #FCF6AB
Complementary color
Monochromatic Colors of #FCF6AB
Black with #FCF6AB
Text Example
Text Example
White with #FCF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6AB; }
p { color: rgb(252,246,171); }
H1.HeaderClassName
{
color: #FCF6AB;
}
.AnyTagClassName
{
color: #FCF6AB;
}
</style>
background-color css
<style>
a { background-color: #FCF6AB; }
a { background-color: rgb(252,246,171); }
div.DivClassName
{
background-color: #FCF6AB;
}
.BgClassName
{
background-color: #FCF6AB;
}
</style>
border-color css
<style>
span { border-color: #FCF6AB; }
span { border-color: rgb(252,246,171); }
td.TdClassName
{
border-color: #FCF6AB;
}
.TagClassName
{
border-color: #FCF6AB;
}
</style>