Shades of Shalimar #FCF2B2
Tints of Shalimar #FCF2B2
RGB
CMYK
RGB Variations
Color information
#FCF2B2 (or 0xFCF2B2) is known color: Shalimar. HEX triplet: FC, F2 and B2. RGB value is (252,242,178). Sum of RGB (Red+Green+Blue) = 252+242+178=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2B2 is #030D4D. Grayscale: #EDEDED. Windows color (decimal): -200014 or 11727612. OLE color: 11727612.
HSL color Cylindrical-coordinate representation of color #FCF2B2: hue angle of 51.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCF2B2 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 178 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.01 |
| HSL | 51.89º | 0.93% | 0.84% | - |
| HSV(B) | 51.89º | 0.29% | 0.99% | - |
| XYZ | 79.93 | 87.41 | 54.78 | - |
| YUV | 237.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 178 | 0 | 0.04 | 0.29 | 0.01 | 51.89 | 0.93 | 0.84 |
| Hex | FC | F2 | B2 | 0 | 4 | 1D | 1 | 34 | 5C | 54 |
| Octal | 374 | 362 | 262 | 0 | 4 | 35 | 1 | 64 | 134 | 124 |
| Binary | 11111100 | 11110010 | 10110010 | 0 | 100 | 11101 | 1 | 110100 | 1011100 | 1010100 |
Color Harmonies of #FCF2B2
Complementary color
Monochromatic Colors of #FCF2B2
Black with #FCF2B2
Text Example
Text Example
White with #FCF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2B2; }
p { color: rgb(252,242,178); }
H1.HeaderClassName
{
color: #FCF2B2;
}
.AnyTagClassName
{
color: #FCF2B2;
}
</style>
background-color css
<style>
a { background-color: #FCF2B2; }
a { background-color: rgb(252,242,178); }
div.DivClassName
{
background-color: #FCF2B2;
}
.BgClassName
{
background-color: #FCF2B2;
}
</style>
border-color css
<style>
span { border-color: #FCF2B2; }
span { border-color: rgb(252,242,178); }
td.TdClassName
{
border-color: #FCF2B2;
}
.TagClassName
{
border-color: #FCF2B2;
}
</style>