Shades of Shalimar #FCF8A8
Tints of Shalimar #FCF8A8
RGB
CMYK
RGB Variations
Color information
#FCF8A8 (or 0xFCF8A8) is known color: Shalimar. HEX triplet: FC, F8 and A8. RGB value is (252,248,168). Sum of RGB (Red+Green+Blue) = 252+248+168=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 168 (66.02% from 255 or 25.15% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8A8 is #030757. Grayscale: #F0F0F0. Windows color (decimal): -198488 or 11073788. OLE color: 11073788.
HSL color Cylindrical-coordinate representation of color #FCF8A8: hue angle of 57.14º 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 #FCF8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 168 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.01 |
| HSL | 57.14º | 0.93% | 0.82% | - |
| HSV(B) | 57.14º | 0.33% | 0.99% | - |
| XYZ | 80.78 | 90.66 | 50.29 | - |
| YUV | 240.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 168 | 0 | 0.02 | 0.33 | 0.01 | 57.14 | 0.93 | 0.82 |
| Hex | FC | F8 | A8 | 0 | 2 | 21 | 1 | 39 | 5D | 52 |
| Octal | 374 | 370 | 250 | 0 | 2 | 41 | 1 | 71 | 135 | 122 |
| Binary | 11111100 | 11111000 | 10101000 | 0 | 10 | 100001 | 1 | 111001 | 1011101 | 1010010 |
Color Harmonies of #FCF8A8
Complementary color
Monochromatic Colors of #FCF8A8
Black with #FCF8A8
Text Example
Text Example
White with #FCF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8A8; }
p { color: rgb(252,248,168); }
H1.HeaderClassName
{
color: #FCF8A8;
}
.AnyTagClassName
{
color: #FCF8A8;
}
</style>
background-color css
<style>
a { background-color: #FCF8A8; }
a { background-color: rgb(252,248,168); }
div.DivClassName
{
background-color: #FCF8A8;
}
.BgClassName
{
background-color: #FCF8A8;
}
</style>
border-color css
<style>
span { border-color: #FCF8A8; }
span { border-color: rgb(252,248,168); }
td.TdClassName
{
border-color: #FCF8A8;
}
.TagClassName
{
border-color: #FCF8A8;
}
</style>