Shades of Shalimar #FCF2AF
Tints of Shalimar #FCF2AF
RGB
CMYK
RGB Variations
Color information
#FCF2AF (or 0xFCF2AF) is known color: Shalimar. HEX triplet: FC, F2 and AF. RGB value is (252,242,175). Sum of RGB (Red+Green+Blue) = 252+242+175=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2AF is #030D50. Grayscale: #EDEDED. Windows color (decimal): -200017 or 11531004. OLE color: 11531004.
HSL color Cylindrical-coordinate representation of color #FCF2AF: hue angle of 52.21º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCF2AF is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 175 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.01 |
| HSL | 52.21º | 0.93% | 0.84% | - |
| HSV(B) | 52.21º | 0.31% | 0.99% | - |
| XYZ | 79.63 | 87.29 | 53.21 | - |
| YUV | 237.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 175 | 0 | 0.04 | 0.31 | 0.01 | 52.21 | 0.93 | 0.84 |
| Hex | FC | F2 | AF | 0 | 4 | 1F | 1 | 34 | 5D | 54 |
| Octal | 374 | 362 | 257 | 0 | 4 | 37 | 1 | 64 | 135 | 124 |
| Binary | 11111100 | 11110010 | 10101111 | 0 | 100 | 11111 | 1 | 110100 | 1011101 | 1010100 |
Color Harmonies of #FCF2AF
Complementary color
Monochromatic Colors of #FCF2AF
Black with #FCF2AF
Text Example
Text Example
White with #FCF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2AF; }
p { color: rgb(252,242,175); }
H1.HeaderClassName
{
color: #FCF2AF;
}
.AnyTagClassName
{
color: #FCF2AF;
}
</style>
background-color css
<style>
a { background-color: #FCF2AF; }
a { background-color: rgb(252,242,175); }
div.DivClassName
{
background-color: #FCF2AF;
}
.BgClassName
{
background-color: #FCF2AF;
}
</style>
border-color css
<style>
span { border-color: #FCF2AF; }
span { border-color: rgb(252,242,175); }
td.TdClassName
{
border-color: #FCF2AF;
}
.TagClassName
{
border-color: #FCF2AF;
}
</style>