Shades of Shalimar #FCF4A9
Tints of Shalimar #FCF4A9
RGB
CMYK
RGB Variations
Color information
#FCF4A9 (or 0xFCF4A9) is known color: Shalimar. HEX triplet: FC, F4 and A9. RGB value is (252,244,169). Sum of RGB (Red+Green+Blue) = 252+244+169=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 169 (66.41% from 255 or 25.41% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4A9 is #030B56. Grayscale: #EEEEEE. Windows color (decimal): -199511 or 11138300. OLE color: 11138300.
HSL color Cylindrical-coordinate representation of color #FCF4A9: hue angle of 54.22º 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 #FCF4A9 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 169 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.01 |
| HSL | 54.22º | 0.93% | 0.83% | - |
| HSV(B) | 54.22º | 0.33% | 0.99% | - |
| XYZ | 79.66 | 88.26 | 50.37 | - |
| YUV | 237.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 169 | 0 | 0.03 | 0.33 | 0.01 | 54.22 | 0.93 | 0.83 |
| Hex | FC | F4 | A9 | 0 | 3 | 21 | 1 | 36 | 5D | 53 |
| Octal | 374 | 364 | 251 | 0 | 3 | 41 | 1 | 66 | 135 | 123 |
| Binary | 11111100 | 11110100 | 10101001 | 0 | 11 | 100001 | 1 | 110110 | 1011101 | 1010011 |
Color Harmonies of #FCF4A9
Complementary color
Monochromatic Colors of #FCF4A9
Black with #FCF4A9
Text Example
Text Example
White with #FCF4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4A9; }
p { color: rgb(252,244,169); }
H1.HeaderClassName
{
color: #FCF4A9;
}
.AnyTagClassName
{
color: #FCF4A9;
}
</style>
background-color css
<style>
a { background-color: #FCF4A9; }
a { background-color: rgb(252,244,169); }
div.DivClassName
{
background-color: #FCF4A9;
}
.BgClassName
{
background-color: #FCF4A9;
}
</style>
border-color css
<style>
span { border-color: #FCF4A9; }
span { border-color: rgb(252,244,169); }
td.TdClassName
{
border-color: #FCF4A9;
}
.TagClassName
{
border-color: #FCF4A9;
}
</style>