Shades of Shalimar #FCF7A6
Tints of Shalimar #FCF7A6
RGB
CMYK
RGB Variations
Color information
#FCF7A6 (or 0xFCF7A6) is known color: Shalimar. HEX triplet: FC, F7 and A6. RGB value is (252,247,166). Sum of RGB (Red+Green+Blue) = 252+247+166=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 166 (65.23% from 255 or 24.96% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7A6 is #030859. Grayscale: #EFEFEF. Windows color (decimal): -198746 or 10942460. OLE color: 10942460.
HSL color Cylindrical-coordinate representation of color #FCF7A6: hue angle of 56.51º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCF7A6 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 166 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.01 |
| HSL | 56.51º | 0.93% | 0.82% | - |
| HSV(B) | 56.51º | 0.34% | 0.99% | - |
| XYZ | 80.29 | 89.97 | 49.21 | - |
| YUV | 239.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 166 | 0 | 0.02 | 0.34 | 0.01 | 56.51 | 0.93 | 0.82 |
| Hex | FC | F7 | A6 | 0 | 2 | 22 | 1 | 39 | 5D | 52 |
| Octal | 374 | 367 | 246 | 0 | 2 | 42 | 1 | 71 | 135 | 122 |
| Binary | 11111100 | 11110111 | 10100110 | 0 | 10 | 100010 | 1 | 111001 | 1011101 | 1010010 |
Color Harmonies of #FCF7A6
Complementary color
Monochromatic Colors of #FCF7A6
Black with #FCF7A6
Text Example
Text Example
White with #FCF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7A6; }
p { color: rgb(252,247,166); }
H1.HeaderClassName
{
color: #FCF7A6;
}
.AnyTagClassName
{
color: #FCF7A6;
}
</style>
background-color css
<style>
a { background-color: #FCF7A6; }
a { background-color: rgb(252,247,166); }
div.DivClassName
{
background-color: #FCF7A6;
}
.BgClassName
{
background-color: #FCF7A6;
}
</style>
border-color css
<style>
span { border-color: #FCF7A6; }
span { border-color: rgb(252,247,166); }
td.TdClassName
{
border-color: #FCF7A6;
}
.TagClassName
{
border-color: #FCF7A6;
}
</style>