Shades of Shalimar #FCFEB3
Tints of Shalimar #FCFEB3
RGB
CMYK
RGB Variations
Color information
#FCFEB3 (or 0xFCFEB3) is known color: Shalimar. HEX triplet: FC, FE and B3. RGB value is (252,254,179). Sum of RGB (Red+Green+Blue) = 252+254+179=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 179 (70.31% from 255 or 26.13% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEB3 is #03014C. Grayscale: #F5F5F5. Windows color (decimal): -196941 or 11796220. OLE color: 11796220.
HSL color Cylindrical-coordinate representation of color #FCFEB3: hue angle of 61.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCFEB3 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 179 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.00 |
| HSL | 61.6º | 0.97% | 0.85% | - |
| HSV(B) | 61.6º | 0.3% | 1% | - |
| XYZ | 83.72 | 94.83 | 56.54 | - |
| YUV | 244.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 179 | 0.01 | 0 | 0.30 | 0.00 | 61.6 | 0.97 | 0.85 |
| Hex | FC | FE | B3 | 1 | 0 | 1E | 0 | 3E | 61 | 55 |
| Octal | 374 | 376 | 263 | 1 | 0 | 36 | 0 | 76 | 141 | 125 |
| Binary | 11111100 | 11111110 | 10110011 | 1 | 0 | 11110 | 0 | 111110 | 1100001 | 1010101 |
Color Harmonies of #FCFEB3
Complementary color
Monochromatic Colors of #FCFEB3
Black with #FCFEB3
Text Example
Text Example
White with #FCFEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEB3; }
p { color: rgb(252,254,179); }
H1.HeaderClassName
{
color: #FCFEB3;
}
.AnyTagClassName
{
color: #FCFEB3;
}
</style>
background-color css
<style>
a { background-color: #FCFEB3; }
a { background-color: rgb(252,254,179); }
div.DivClassName
{
background-color: #FCFEB3;
}
.BgClassName
{
background-color: #FCFEB3;
}
</style>
border-color css
<style>
span { border-color: #FCFEB3; }
span { border-color: rgb(252,254,179); }
td.TdClassName
{
border-color: #FCFEB3;
}
.TagClassName
{
border-color: #FCFEB3;
}
</style>