Shades of Shalimar #FCF0A9
Tints of Shalimar #FCF0A9
RGB
CMYK
RGB Variations
Color information
#FCF0A9 (or 0xFCF0A9) is known color: Shalimar. HEX triplet: FC, F0 and A9. RGB value is (252,240,169). Sum of RGB (Red+Green+Blue) = 252+240+169=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A9 is #030F56. Grayscale: #EBEBEB. Windows color (decimal): -200535 or 11137276. OLE color: 11137276.
HSL color Cylindrical-coordinate representation of color #FCF0A9: hue angle of 51.33º 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 #FCF0A9 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 169 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.01 |
| HSL | 51.33º | 0.93% | 0.83% | - |
| HSV(B) | 51.33º | 0.33% | 0.99% | - |
| XYZ | 78.47 | 85.88 | 49.98 | - |
| YUV | 235.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 169 | 0 | 0.05 | 0.33 | 0.01 | 51.33 | 0.93 | 0.83 |
| Hex | FC | F0 | A9 | 0 | 5 | 21 | 1 | 33 | 5D | 53 |
| Octal | 374 | 360 | 251 | 0 | 5 | 41 | 1 | 63 | 135 | 123 |
| Binary | 11111100 | 11110000 | 10101001 | 0 | 101 | 100001 | 1 | 110011 | 1011101 | 1010011 |
Color Harmonies of #FCF0A9
Complementary color
Monochromatic Colors of #FCF0A9
Black with #FCF0A9
Text Example
Text Example
White with #FCF0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0A9; }
p { color: rgb(252,240,169); }
H1.HeaderClassName
{
color: #FCF0A9;
}
.AnyTagClassName
{
color: #FCF0A9;
}
</style>
background-color css
<style>
a { background-color: #FCF0A9; }
a { background-color: rgb(252,240,169); }
div.DivClassName
{
background-color: #FCF0A9;
}
.BgClassName
{
background-color: #FCF0A9;
}
</style>
border-color css
<style>
span { border-color: #FCF0A9; }
span { border-color: rgb(252,240,169); }
td.TdClassName
{
border-color: #FCF0A9;
}
.TagClassName
{
border-color: #FCF0A9;
}
</style>