Shades of Shalimar #FCF5A8
Tints of Shalimar #FCF5A8
RGB
CMYK
RGB Variations
Color information
#FCF5A8 (or 0xFCF5A8) is known color: Shalimar. HEX triplet: FC, F5 and A8. RGB value is (252,245,168). Sum of RGB (Red+Green+Blue) = 252+245+168=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 168 (66.02% from 255 or 25.26% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A8 is #030A57. Grayscale: #EEEEEE. Windows color (decimal): -199256 or 11073020. OLE color: 11073020.
HSL color Cylindrical-coordinate representation of color #FCF5A8: hue angle of 55º 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 #FCF5A8 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 168 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.01 |
| HSL | 55º | 0.93% | 0.82% | - |
| HSV(B) | 55º | 0.33% | 0.99% | - |
| XYZ | 79.87 | 88.83 | 49.98 | - |
| YUV | 238.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 168 | 0 | 0.03 | 0.33 | 0.01 | 55 | 0.93 | 0.82 |
| Hex | FC | F5 | A8 | 0 | 3 | 21 | 1 | 37 | 5D | 52 |
| Octal | 374 | 365 | 250 | 0 | 3 | 41 | 1 | 67 | 135 | 122 |
| Binary | 11111100 | 11110101 | 10101000 | 0 | 11 | 100001 | 1 | 110111 | 1011101 | 1010010 |
Color Harmonies of #FCF5A8
Complementary color
Monochromatic Colors of #FCF5A8
Black with #FCF5A8
Text Example
Text Example
White with #FCF5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5A8; }
p { color: rgb(252,245,168); }
H1.HeaderClassName
{
color: #FCF5A8;
}
.AnyTagClassName
{
color: #FCF5A8;
}
</style>
background-color css
<style>
a { background-color: #FCF5A8; }
a { background-color: rgb(252,245,168); }
div.DivClassName
{
background-color: #FCF5A8;
}
.BgClassName
{
background-color: #FCF5A8;
}
</style>
border-color css
<style>
span { border-color: #FCF5A8; }
span { border-color: rgb(252,245,168); }
td.TdClassName
{
border-color: #FCF5A8;
}
.TagClassName
{
border-color: #FCF5A8;
}
</style>