Shades of Shalimar #FCFEAC
Tints of Shalimar #FCFEAC
RGB
CMYK
RGB Variations
Color information
#FCFEAC (or 0xFCFEAC) is known color: Shalimar. HEX triplet: FC, FE and AC. RGB value is (252,254,172). Sum of RGB (Red+Green+Blue) = 252+254+172=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAC is #030153. Grayscale: #F4F4F4. Windows color (decimal): -196948 or 11337468. OLE color: 11337468.
HSL color Cylindrical-coordinate representation of color #FCFEAC: hue angle of 61.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCFEAC is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 172 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.00 |
| HSL | 61.46º | 0.98% | 0.84% | - |
| HSV(B) | 61.46º | 0.32% | 1% | - |
| XYZ | 83.03 | 94.56 | 52.9 | - |
| YUV | 244.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 172 | 0.01 | 0 | 0.32 | 0.00 | 61.46 | 0.98 | 0.84 |
| Hex | FC | FE | AC | 1 | 0 | 20 | 0 | 3D | 62 | 54 |
| Octal | 374 | 376 | 254 | 1 | 0 | 40 | 0 | 75 | 142 | 124 |
| Binary | 11111100 | 11111110 | 10101100 | 1 | 0 | 100000 | 0 | 111101 | 1100010 | 1010100 |
Color Harmonies of #FCFEAC
Complementary color
Monochromatic Colors of #FCFEAC
Black with #FCFEAC
Text Example
Text Example
White with #FCFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEAC; }
p { color: rgb(252,254,172); }
H1.HeaderClassName
{
color: #FCFEAC;
}
.AnyTagClassName
{
color: #FCFEAC;
}
</style>
background-color css
<style>
a { background-color: #FCFEAC; }
a { background-color: rgb(252,254,172); }
div.DivClassName
{
background-color: #FCFEAC;
}
.BgClassName
{
background-color: #FCFEAC;
}
</style>
border-color css
<style>
span { border-color: #FCFEAC; }
span { border-color: rgb(252,254,172); }
td.TdClassName
{
border-color: #FCFEAC;
}
.TagClassName
{
border-color: #FCFEAC;
}
</style>