Shades of Shalimar #FCFEAD
Tints of Shalimar #FCFEAD
RGB
CMYK
RGB Variations
Color information
#FCFEAD (or 0xFCFEAD) is known color: Shalimar. HEX triplet: FC, FE and AD. RGB value is (252,254,173). Sum of RGB (Red+Green+Blue) = 252+254+173=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 173 (67.97% from 255 or 25.48% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAD is #030152. Grayscale: #F4F4F4. Windows color (decimal): -196947 or 11403004. OLE color: 11403004.
HSL color Cylindrical-coordinate representation of color #FCFEAD: hue angle of 61.48º 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 #FCFEAD is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 173 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.00 |
| HSL | 61.48º | 0.98% | 0.84% | - |
| HSV(B) | 61.48º | 0.32% | 1% | - |
| XYZ | 83.13 | 94.6 | 53.41 | - |
| YUV | 244.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 173 | 0.01 | 0 | 0.32 | 0.00 | 61.48 | 0.98 | 0.84 |
| Hex | FC | FE | AD | 1 | 0 | 20 | 0 | 3D | 62 | 54 |
| Octal | 374 | 376 | 255 | 1 | 0 | 40 | 0 | 75 | 142 | 124 |
| Binary | 11111100 | 11111110 | 10101101 | 1 | 0 | 100000 | 0 | 111101 | 1100010 | 1010100 |
Color Harmonies of #FCFEAD
Complementary color
Monochromatic Colors of #FCFEAD
Black with #FCFEAD
Text Example
Text Example
White with #FCFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEAD; }
p { color: rgb(252,254,173); }
H1.HeaderClassName
{
color: #FCFEAD;
}
.AnyTagClassName
{
color: #FCFEAD;
}
</style>
background-color css
<style>
a { background-color: #FCFEAD; }
a { background-color: rgb(252,254,173); }
div.DivClassName
{
background-color: #FCFEAD;
}
.BgClassName
{
background-color: #FCFEAD;
}
</style>
border-color css
<style>
span { border-color: #FCFEAD; }
span { border-color: rgb(252,254,173); }
td.TdClassName
{
border-color: #FCFEAD;
}
.TagClassName
{
border-color: #FCFEAD;
}
</style>