Shades of Shalimar #FCFEB0
Tints of Shalimar #FCFEB0
RGB
CMYK
RGB Variations
Color information
#FCFEB0 (or 0xFCFEB0) is known color: Shalimar. HEX triplet: FC, FE and B0. RGB value is (252,254,176). Sum of RGB (Red+Green+Blue) = 252+254+176=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 176 (69.14% from 255 or 25.81% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEB0 is #03014F. Grayscale: #F4F4F4. Windows color (decimal): -196944 or 11599612. OLE color: 11599612.
HSL color Cylindrical-coordinate representation of color #FCFEB0: hue angle of 61.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCFEB0 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 176 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.00 |
| HSL | 61.54º | 0.98% | 0.84% | - |
| HSV(B) | 61.54º | 0.31% | 1% | - |
| XYZ | 83.42 | 94.71 | 54.96 | - |
| YUV | 244.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 176 | 0.01 | 0 | 0.31 | 0.00 | 61.54 | 0.98 | 0.84 |
| Hex | FC | FE | B0 | 1 | 0 | 1F | 0 | 3E | 62 | 54 |
| Octal | 374 | 376 | 260 | 1 | 0 | 37 | 0 | 76 | 142 | 124 |
| Binary | 11111100 | 11111110 | 10110000 | 1 | 0 | 11111 | 0 | 111110 | 1100010 | 1010100 |
Color Harmonies of #FCFEB0
Complementary color
Monochromatic Colors of #FCFEB0
Black with #FCFEB0
Text Example
Text Example
White with #FCFEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEB0; }
p { color: rgb(252,254,176); }
H1.HeaderClassName
{
color: #FCFEB0;
}
.AnyTagClassName
{
color: #FCFEB0;
}
</style>
background-color css
<style>
a { background-color: #FCFEB0; }
a { background-color: rgb(252,254,176); }
div.DivClassName
{
background-color: #FCFEB0;
}
.BgClassName
{
background-color: #FCFEB0;
}
</style>
border-color css
<style>
span { border-color: #FCFEB0; }
span { border-color: rgb(252,254,176); }
td.TdClassName
{
border-color: #FCFEB0;
}
.TagClassName
{
border-color: #FCFEB0;
}
</style>