Shades of Shalimar #FCF3AB
Tints of Shalimar #FCF3AB
RGB
CMYK
RGB Variations
Color information
#FCF3AB (or 0xFCF3AB) is known color: Shalimar. HEX triplet: FC, F3 and AB. RGB value is (252,243,171). Sum of RGB (Red+Green+Blue) = 252+243+171=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3AB is #030C54. Grayscale: #EDEDED. Windows color (decimal): -199765 or 11269116. OLE color: 11269116.
HSL color Cylindrical-coordinate representation of color #FCF3AB: hue angle of 53.33º 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 #FCF3AB is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 171 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.01 |
| HSL | 53.33º | 0.93% | 0.83% | - |
| HSV(B) | 53.33º | 0.32% | 0.99% | - |
| XYZ | 79.55 | 87.74 | 51.27 | - |
| YUV | 237.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 171 | 0 | 0.04 | 0.32 | 0.01 | 53.33 | 0.93 | 0.83 |
| Hex | FC | F3 | AB | 0 | 4 | 20 | 1 | 35 | 5D | 53 |
| Octal | 374 | 363 | 253 | 0 | 4 | 40 | 1 | 65 | 135 | 123 |
| Binary | 11111100 | 11110011 | 10101011 | 0 | 100 | 100000 | 1 | 110101 | 1011101 | 1010011 |
Color Harmonies of #FCF3AB
Complementary color
Monochromatic Colors of #FCF3AB
Black with #FCF3AB
Text Example
Text Example
White with #FCF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3AB; }
p { color: rgb(252,243,171); }
H1.HeaderClassName
{
color: #FCF3AB;
}
.AnyTagClassName
{
color: #FCF3AB;
}
</style>
background-color css
<style>
a { background-color: #FCF3AB; }
a { background-color: rgb(252,243,171); }
div.DivClassName
{
background-color: #FCF3AB;
}
.BgClassName
{
background-color: #FCF3AB;
}
</style>
border-color css
<style>
span { border-color: #FCF3AB; }
span { border-color: rgb(252,243,171); }
td.TdClassName
{
border-color: #FCF3AB;
}
.TagClassName
{
border-color: #FCF3AB;
}
</style>