Shades of Shalimar #FCFAAC
Tints of Shalimar #FCFAAC
RGB
CMYK
RGB Variations
Color information
#FCFAAC (or 0xFCFAAC) is known color: Shalimar. HEX triplet: FC, FA and AC. RGB value is (252,250,172). Sum of RGB (Red+Green+Blue) = 252+250+172=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAC is #030553. Grayscale: #F2F2F2. Windows color (decimal): -197972 or 11336444. OLE color: 11336444.
HSL color Cylindrical-coordinate representation of color #FCFAAC: hue angle of 58.5º 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 #FCFAAC is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 172 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.01 |
| HSL | 58.5º | 0.93% | 0.83% | - |
| HSV(B) | 58.5º | 0.32% | 0.99% | - |
| XYZ | 81.78 | 92.05 | 52.49 | - |
| YUV | 241.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 172 | 0 | 0.01 | 0.32 | 0.01 | 58.5 | 0.93 | 0.83 |
| Hex | FC | FA | AC | 0 | 1 | 20 | 1 | 3A | 5D | 53 |
| Octal | 374 | 372 | 254 | 0 | 1 | 40 | 1 | 72 | 135 | 123 |
| Binary | 11111100 | 11111010 | 10101100 | 0 | 1 | 100000 | 1 | 111010 | 1011101 | 1010011 |
Color Harmonies of #FCFAAC
Complementary color
Monochromatic Colors of #FCFAAC
Black with #FCFAAC
Text Example
Text Example
White with #FCFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAAC; }
p { color: rgb(252,250,172); }
H1.HeaderClassName
{
color: #FCFAAC;
}
.AnyTagClassName
{
color: #FCFAAC;
}
</style>
background-color css
<style>
a { background-color: #FCFAAC; }
a { background-color: rgb(252,250,172); }
div.DivClassName
{
background-color: #FCFAAC;
}
.BgClassName
{
background-color: #FCFAAC;
}
</style>
border-color css
<style>
span { border-color: #FCFAAC; }
span { border-color: rgb(252,250,172); }
td.TdClassName
{
border-color: #FCFAAC;
}
.TagClassName
{
border-color: #FCFAAC;
}
</style>