Shades of Shalimar #FCF9AB
Tints of Shalimar #FCF9AB
RGB
CMYK
RGB Variations
Color information
#FCF9AB (or 0xFCF9AB) is known color: Shalimar. HEX triplet: FC, F9 and AB. RGB value is (252,249,171). Sum of RGB (Red+Green+Blue) = 252+249+171=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9AB is #030654. Grayscale: #F1F1F1. Windows color (decimal): -198229 or 11270652. OLE color: 11270652.
HSL color Cylindrical-coordinate representation of color #FCF9AB: hue angle of 57.78º 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 #FCF9AB is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 171 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.01 |
| HSL | 57.78º | 0.93% | 0.83% | - |
| HSV(B) | 57.78º | 0.32% | 0.99% | - |
| XYZ | 81.37 | 91.39 | 51.88 | - |
| YUV | 241.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 171 | 0 | 0.01 | 0.32 | 0.01 | 57.78 | 0.93 | 0.83 |
| Hex | FC | F9 | AB | 0 | 1 | 20 | 1 | 3A | 5D | 53 |
| Octal | 374 | 371 | 253 | 0 | 1 | 40 | 1 | 72 | 135 | 123 |
| Binary | 11111100 | 11111001 | 10101011 | 0 | 1 | 100000 | 1 | 111010 | 1011101 | 1010011 |
Color Harmonies of #FCF9AB
Complementary color
Monochromatic Colors of #FCF9AB
Black with #FCF9AB
Text Example
Text Example
White with #FCF9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9AB; }
p { color: rgb(252,249,171); }
H1.HeaderClassName
{
color: #FCF9AB;
}
.AnyTagClassName
{
color: #FCF9AB;
}
</style>
background-color css
<style>
a { background-color: #FCF9AB; }
a { background-color: rgb(252,249,171); }
div.DivClassName
{
background-color: #FCF9AB;
}
.BgClassName
{
background-color: #FCF9AB;
}
</style>
border-color css
<style>
span { border-color: #FCF9AB; }
span { border-color: rgb(252,249,171); }
td.TdClassName
{
border-color: #FCF9AB;
}
.TagClassName
{
border-color: #FCF9AB;
}
</style>