Shades of Shalimar #FCF0A8
Tints of Shalimar #FCF0A8
RGB
CMYK
RGB Variations
Color information
#FCF0A8 (or 0xFCF0A8) is known color: Shalimar. HEX triplet: FC, F0 and A8. RGB value is (252,240,168). Sum of RGB (Red+Green+Blue) = 252+240+168=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 168 (66.02% from 255 or 25.45% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0A8 is #030F57. Grayscale: #EBEBEB. Windows color (decimal): -200536 or 11071740. OLE color: 11071740.
HSL color Cylindrical-coordinate representation of color #FCF0A8: hue angle of 51.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCF0A8 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 168 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.01 |
| HSL | 51.43º | 0.93% | 0.82% | - |
| HSV(B) | 51.43º | 0.33% | 0.99% | - |
| XYZ | 78.37 | 85.84 | 49.48 | - |
| YUV | 235.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 168 | 0 | 0.05 | 0.33 | 0.01 | 51.43 | 0.93 | 0.82 |
| Hex | FC | F0 | A8 | 0 | 5 | 21 | 1 | 33 | 5D | 52 |
| Octal | 374 | 360 | 250 | 0 | 5 | 41 | 1 | 63 | 135 | 122 |
| Binary | 11111100 | 11110000 | 10101000 | 0 | 101 | 100001 | 1 | 110011 | 1011101 | 1010010 |
Color Harmonies of #FCF0A8
Complementary color
Monochromatic Colors of #FCF0A8
Black with #FCF0A8
Text Example
Text Example
White with #FCF0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0A8; }
p { color: rgb(252,240,168); }
H1.HeaderClassName
{
color: #FCF0A8;
}
.AnyTagClassName
{
color: #FCF0A8;
}
</style>
background-color css
<style>
a { background-color: #FCF0A8; }
a { background-color: rgb(252,240,168); }
div.DivClassName
{
background-color: #FCF0A8;
}
.BgClassName
{
background-color: #FCF0A8;
}
</style>
border-color css
<style>
span { border-color: #FCF0A8; }
span { border-color: rgb(252,240,168); }
td.TdClassName
{
border-color: #FCF0A8;
}
.TagClassName
{
border-color: #FCF0A8;
}
</style>