Shades of Shalimar #FCF5AB
Tints of Shalimar #FCF5AB
RGB
CMYK
RGB Variations
Color information
#FCF5AB (or 0xFCF5AB) is known color: Shalimar. HEX triplet: FC, F5 and AB. RGB value is (252,245,171). Sum of RGB (Red+Green+Blue) = 252+245+171=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 171 (67.19% from 255 or 25.60% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5AB is #030A54. Grayscale: #EEEEEE. Windows color (decimal): -199253 or 11269628. OLE color: 11269628.
HSL color Cylindrical-coordinate representation of color #FCF5AB: hue angle of 54.81º 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 #FCF5AB is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 171 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.01 |
| HSL | 54.81º | 0.93% | 0.83% | - |
| HSV(B) | 54.81º | 0.32% | 0.99% | - |
| XYZ | 80.15 | 88.94 | 51.47 | - |
| YUV | 238.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 171 | 0 | 0.03 | 0.32 | 0.01 | 54.81 | 0.93 | 0.83 |
| Hex | FC | F5 | AB | 0 | 3 | 20 | 1 | 37 | 5D | 53 |
| Octal | 374 | 365 | 253 | 0 | 3 | 40 | 1 | 67 | 135 | 123 |
| Binary | 11111100 | 11110101 | 10101011 | 0 | 11 | 100000 | 1 | 110111 | 1011101 | 1010011 |
Color Harmonies of #FCF5AB
Complementary color
Monochromatic Colors of #FCF5AB
Black with #FCF5AB
Text Example
Text Example
White with #FCF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5AB; }
p { color: rgb(252,245,171); }
H1.HeaderClassName
{
color: #FCF5AB;
}
.AnyTagClassName
{
color: #FCF5AB;
}
</style>
background-color css
<style>
a { background-color: #FCF5AB; }
a { background-color: rgb(252,245,171); }
div.DivClassName
{
background-color: #FCF5AB;
}
.BgClassName
{
background-color: #FCF5AB;
}
</style>
border-color css
<style>
span { border-color: #FCF5AB; }
span { border-color: rgb(252,245,171); }
td.TdClassName
{
border-color: #FCF5AB;
}
.TagClassName
{
border-color: #FCF5AB;
}
</style>