Shades of Shalimar #FCFAAD
Tints of Shalimar #FCFAAD
RGB
CMYK
RGB Variations
Color information
#FCFAAD (or 0xFCFAAD) is known color: Shalimar. HEX triplet: FC, FA and AD. RGB value is (252,250,173). Sum of RGB (Red+Green+Blue) = 252+250+173=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAAD is #030552. Grayscale: #F2F2F2. Windows color (decimal): -197971 or 11401980. OLE color: 11401980.
HSL color Cylindrical-coordinate representation of color #FCFAAD: hue angle of 58.48º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCFAAD is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 173 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.01 |
| HSL | 58.48º | 0.93% | 0.83% | - |
| HSV(B) | 58.48º | 0.31% | 0.99% | - |
| XYZ | 81.87 | 92.08 | 52.99 | - |
| YUV | 241.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 173 | 0 | 0.01 | 0.31 | 0.01 | 58.48 | 0.93 | 0.83 |
| Hex | FC | FA | AD | 0 | 1 | 1F | 1 | 3A | 5D | 53 |
| Octal | 374 | 372 | 255 | 0 | 1 | 37 | 1 | 72 | 135 | 123 |
| Binary | 11111100 | 11111010 | 10101101 | 0 | 1 | 11111 | 1 | 111010 | 1011101 | 1010011 |
Color Harmonies of #FCFAAD
Complementary color
Monochromatic Colors of #FCFAAD
Black with #FCFAAD
Text Example
Text Example
White with #FCFAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAAD; }
p { color: rgb(252,250,173); }
H1.HeaderClassName
{
color: #FCFAAD;
}
.AnyTagClassName
{
color: #FCFAAD;
}
</style>
background-color css
<style>
a { background-color: #FCFAAD; }
a { background-color: rgb(252,250,173); }
div.DivClassName
{
background-color: #FCFAAD;
}
.BgClassName
{
background-color: #FCFAAD;
}
</style>
border-color css
<style>
span { border-color: #FCFAAD; }
span { border-color: rgb(252,250,173); }
td.TdClassName
{
border-color: #FCFAAD;
}
.TagClassName
{
border-color: #FCFAAD;
}
</style>