Shades of Shalimar #FCF3A8
Tints of Shalimar #FCF3A8
RGB
CMYK
RGB Variations
Color information
#FCF3A8 (or 0xFCF3A8) is known color: Shalimar. HEX triplet: FC, F3 and A8. RGB value is (252,243,168). Sum of RGB (Red+Green+Blue) = 252+243+168=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 168 (66.02% from 255 or 25.34% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3A8 is #030C57. Grayscale: #EDEDED. Windows color (decimal): -199768 or 11072508. OLE color: 11072508.
HSL color Cylindrical-coordinate representation of color #FCF3A8: hue angle of 53.57º 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 #FCF3A8 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 168 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.01 |
| HSL | 53.57º | 0.93% | 0.82% | - |
| HSV(B) | 53.57º | 0.33% | 0.99% | - |
| XYZ | 79.26 | 87.62 | 49.78 | - |
| YUV | 237.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 168 | 0 | 0.04 | 0.33 | 0.01 | 53.57 | 0.93 | 0.82 |
| Hex | FC | F3 | A8 | 0 | 4 | 21 | 1 | 36 | 5D | 52 |
| Octal | 374 | 363 | 250 | 0 | 4 | 41 | 1 | 66 | 135 | 122 |
| Binary | 11111100 | 11110011 | 10101000 | 0 | 100 | 100001 | 1 | 110110 | 1011101 | 1010010 |
Color Harmonies of #FCF3A8
Complementary color
Monochromatic Colors of #FCF3A8
Black with #FCF3A8
Text Example
Text Example
White with #FCF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3A8; }
p { color: rgb(252,243,168); }
H1.HeaderClassName
{
color: #FCF3A8;
}
.AnyTagClassName
{
color: #FCF3A8;
}
</style>
background-color css
<style>
a { background-color: #FCF3A8; }
a { background-color: rgb(252,243,168); }
div.DivClassName
{
background-color: #FCF3A8;
}
.BgClassName
{
background-color: #FCF3A8;
}
</style>
border-color css
<style>
span { border-color: #FCF3A8; }
span { border-color: rgb(252,243,168); }
td.TdClassName
{
border-color: #FCF3A8;
}
.TagClassName
{
border-color: #FCF3A8;
}
</style>