Shades of Shalimar #FCF1AD
Tints of Shalimar #FCF1AD
RGB
CMYK
RGB Variations
Color information
#FCF1AD (or 0xFCF1AD) is known color: Shalimar. HEX triplet: FC, F1 and AD. RGB value is (252,241,173). Sum of RGB (Red+Green+Blue) = 252+241+173=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AD is #030E52. Grayscale: #ECECEC. Windows color (decimal): -200275 or 11399676. OLE color: 11399676.
HSL color Cylindrical-coordinate representation of color #FCF1AD: hue angle of 51.65º 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 #FCF1AD is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 173 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.01 |
| HSL | 51.65º | 0.93% | 0.83% | - |
| HSV(B) | 51.65º | 0.31% | 0.99% | - |
| XYZ | 79.14 | 86.62 | 52.08 | - |
| YUV | 236.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 173 | 0 | 0.04 | 0.31 | 0.01 | 51.65 | 0.93 | 0.83 |
| Hex | FC | F1 | AD | 0 | 4 | 1F | 1 | 34 | 5D | 53 |
| Octal | 374 | 361 | 255 | 0 | 4 | 37 | 1 | 64 | 135 | 123 |
| Binary | 11111100 | 11110001 | 10101101 | 0 | 100 | 11111 | 1 | 110100 | 1011101 | 1010011 |
Color Harmonies of #FCF1AD
Complementary color
Monochromatic Colors of #FCF1AD
Black with #FCF1AD
Text Example
Text Example
White with #FCF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1AD; }
p { color: rgb(252,241,173); }
H1.HeaderClassName
{
color: #FCF1AD;
}
.AnyTagClassName
{
color: #FCF1AD;
}
</style>
background-color css
<style>
a { background-color: #FCF1AD; }
a { background-color: rgb(252,241,173); }
div.DivClassName
{
background-color: #FCF1AD;
}
.BgClassName
{
background-color: #FCF1AD;
}
</style>
border-color css
<style>
span { border-color: #FCF1AD; }
span { border-color: rgb(252,241,173); }
td.TdClassName
{
border-color: #FCF1AD;
}
.TagClassName
{
border-color: #FCF1AD;
}
</style>