Shades of Shalimar #FCF8AC
Tints of Shalimar #FCF8AC
RGB
CMYK
RGB Variations
Color information
#FCF8AC (or 0xFCF8AC) is known color: Shalimar. HEX triplet: FC, F8 and AC. RGB value is (252,248,172). Sum of RGB (Red+Green+Blue) = 252+248+172=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF8AC is #030753. Grayscale: #F0F0F0. Windows color (decimal): -198484 or 11335932. OLE color: 11335932.
HSL color Cylindrical-coordinate representation of color #FCF8AC: hue angle of 57º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCF8AC is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 172 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.01 |
| HSL | 57º | 0.93% | 0.83% | - |
| HSV(B) | 57º | 0.32% | 0.99% | - |
| XYZ | 81.16 | 90.81 | 52.28 | - |
| YUV | 240.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 172 | 0 | 0.02 | 0.32 | 0.01 | 57 | 0.93 | 0.83 |
| Hex | FC | F8 | AC | 0 | 2 | 20 | 1 | 39 | 5D | 53 |
| Octal | 374 | 370 | 254 | 0 | 2 | 40 | 1 | 71 | 135 | 123 |
| Binary | 11111100 | 11111000 | 10101100 | 0 | 10 | 100000 | 1 | 111001 | 1011101 | 1010011 |
Color Harmonies of #FCF8AC
Complementary color
Monochromatic Colors of #FCF8AC
Black with #FCF8AC
Text Example
Text Example
White with #FCF8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8AC; }
p { color: rgb(252,248,172); }
H1.HeaderClassName
{
color: #FCF8AC;
}
.AnyTagClassName
{
color: #FCF8AC;
}
</style>
background-color css
<style>
a { background-color: #FCF8AC; }
a { background-color: rgb(252,248,172); }
div.DivClassName
{
background-color: #FCF8AC;
}
.BgClassName
{
background-color: #FCF8AC;
}
</style>
border-color css
<style>
span { border-color: #FCF8AC; }
span { border-color: rgb(252,248,172); }
td.TdClassName
{
border-color: #FCF8AC;
}
.TagClassName
{
border-color: #FCF8AC;
}
</style>