Shades of Shalimar #FCFFAD
Tints of Shalimar #FCFFAD
RGB
CMYK
RGB Variations
Color information
#FCFFAD (or 0xFCFFAD) is known color: Shalimar. HEX triplet: FC, FF and AD. RGB value is (252,255,173). Sum of RGB (Red+Green+Blue) = 252+255+173=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 173 (67.97% from 255 or 25.44% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAD is #030052. Grayscale: #F5F5F5. Windows color (decimal): -196691 or 11403260. OLE color: 11403260.
HSL color Cylindrical-coordinate representation of color #FCFFAD: hue angle of 62.2º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCFFAD is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 173 | - |
| CMYK | 0.01 | 0 | 0.32 | 0 |
| HSL | 62.2º | 1% | 0.84% | - |
| HSV(B) | 62.2º | 0.32% | 1% | - |
| XYZ | 83.45 | 95.23 | 53.52 | - |
| YUV | 244.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 173 | 0.01 | 0 | 0.32 | 0 | 62.2 | 1 | 0.84 |
| Hex | FC | FF | AD | 1 | 0 | 20 | 0 | 3E | 64 | 54 |
| Octal | 374 | 377 | 255 | 1 | 0 | 40 | 0 | 76 | 144 | 124 |
| Binary | 11111100 | 11111111 | 10101101 | 1 | 0 | 100000 | 0 | 111110 | 1100100 | 1010100 |
Color Harmonies of #FCFFAD
Complementary color
Monochromatic Colors of #FCFFAD
Black with #FCFFAD
Text Example
Text Example
White with #FCFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFAD; }
p { color: rgb(252,255,173); }
H1.HeaderClassName
{
color: #FCFFAD;
}
.AnyTagClassName
{
color: #FCFFAD;
}
</style>
background-color css
<style>
a { background-color: #FCFFAD; }
a { background-color: rgb(252,255,173); }
div.DivClassName
{
background-color: #FCFFAD;
}
.BgClassName
{
background-color: #FCFFAD;
}
</style>
border-color css
<style>
span { border-color: #FCFFAD; }
span { border-color: rgb(252,255,173); }
td.TdClassName
{
border-color: #FCFFAD;
}
.TagClassName
{
border-color: #FCFFAD;
}
</style>