Shades of Shalimar #FCF6A9
Tints of Shalimar #FCF6A9
RGB
CMYK
RGB Variations
Color information
#FCF6A9 (or 0xFCF6A9) is known color: Shalimar. HEX triplet: FC, F6 and A9. RGB value is (252,246,169). Sum of RGB (Red+Green+Blue) = 252+246+169=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 169 (66.41% from 255 or 25.34% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6A9 is #030956. Grayscale: #EFEFEF. Windows color (decimal): -198999 or 11138812. OLE color: 11138812.
HSL color Cylindrical-coordinate representation of color #FCF6A9: hue angle of 55.66º 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 #FCF6A9 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 169 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.01 |
| HSL | 55.66º | 0.93% | 0.83% | - |
| HSV(B) | 55.66º | 0.33% | 0.99% | - |
| XYZ | 80.26 | 89.47 | 50.58 | - |
| YUV | 239.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 169 | 0 | 0.02 | 0.33 | 0.01 | 55.66 | 0.93 | 0.83 |
| Hex | FC | F6 | A9 | 0 | 2 | 21 | 1 | 38 | 5D | 53 |
| Octal | 374 | 366 | 251 | 0 | 2 | 41 | 1 | 70 | 135 | 123 |
| Binary | 11111100 | 11110110 | 10101001 | 0 | 10 | 100001 | 1 | 111000 | 1011101 | 1010011 |
Color Harmonies of #FCF6A9
Complementary color
Monochromatic Colors of #FCF6A9
Black with #FCF6A9
Text Example
Text Example
White with #FCF6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6A9; }
p { color: rgb(252,246,169); }
H1.HeaderClassName
{
color: #FCF6A9;
}
.AnyTagClassName
{
color: #FCF6A9;
}
</style>
background-color css
<style>
a { background-color: #FCF6A9; }
a { background-color: rgb(252,246,169); }
div.DivClassName
{
background-color: #FCF6A9;
}
.BgClassName
{
background-color: #FCF6A9;
}
</style>
border-color css
<style>
span { border-color: #FCF6A9; }
span { border-color: rgb(252,246,169); }
td.TdClassName
{
border-color: #FCF6A9;
}
.TagClassName
{
border-color: #FCF6A9;
}
</style>