Shades of Shalimar #FCF6AA
Tints of Shalimar #FCF6AA
RGB
CMYK
RGB Variations
Color information
#FCF6AA (or 0xFCF6AA) is known color: Shalimar. HEX triplet: FC, F6 and AA. RGB value is (252,246,170). Sum of RGB (Red+Green+Blue) = 252+246+170=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6AA is #030955. Grayscale: #EFEFEF. Windows color (decimal): -198998 or 11204348. OLE color: 11204348.
HSL color Cylindrical-coordinate representation of color #FCF6AA: hue angle of 55.61º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCF6AA is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 170 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.01 |
| HSL | 55.61º | 0.93% | 0.83% | - |
| HSV(B) | 55.61º | 0.33% | 0.99% | - |
| XYZ | 80.36 | 89.51 | 51.07 | - |
| YUV | 239.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 170 | 0 | 0.02 | 0.33 | 0.01 | 55.61 | 0.93 | 0.83 |
| Hex | FC | F6 | AA | 0 | 2 | 21 | 1 | 38 | 5D | 53 |
| Octal | 374 | 366 | 252 | 0 | 2 | 41 | 1 | 70 | 135 | 123 |
| Binary | 11111100 | 11110110 | 10101010 | 0 | 10 | 100001 | 1 | 111000 | 1011101 | 1010011 |
Color Harmonies of #FCF6AA
Complementary color
Monochromatic Colors of #FCF6AA
Black with #FCF6AA
Text Example
Text Example
White with #FCF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6AA; }
p { color: rgb(252,246,170); }
H1.HeaderClassName
{
color: #FCF6AA;
}
.AnyTagClassName
{
color: #FCF6AA;
}
</style>
background-color css
<style>
a { background-color: #FCF6AA; }
a { background-color: rgb(252,246,170); }
div.DivClassName
{
background-color: #FCF6AA;
}
.BgClassName
{
background-color: #FCF6AA;
}
</style>
border-color css
<style>
span { border-color: #FCF6AA; }
span { border-color: rgb(252,246,170); }
td.TdClassName
{
border-color: #FCF6AA;
}
.TagClassName
{
border-color: #FCF6AA;
}
</style>