Shades of Shalimar #FCF3B1
Tints of Shalimar #FCF3B1
RGB
CMYK
RGB Variations
Color information
#FCF3B1 (or 0xFCF3B1) is known color: Shalimar. HEX triplet: FC, F3 and B1. RGB value is (252,243,177). Sum of RGB (Red+Green+Blue) = 252+243+177=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 177 (69.53% from 255 or 26.34% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3B1 is #030C4E. Grayscale: #EEEEEE. Windows color (decimal): -199759 or 11662332. OLE color: 11662332.
HSL color Cylindrical-coordinate representation of color #FCF3B1: hue angle of 52.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCF3B1 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 177 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.01 |
| HSL | 52.8º | 0.93% | 0.84% | - |
| HSV(B) | 52.8º | 0.3% | 0.99% | - |
| XYZ | 80.13 | 87.97 | 54.35 | - |
| YUV | 238.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 177 | 0 | 0.04 | 0.30 | 0.01 | 52.8 | 0.93 | 0.84 |
| Hex | FC | F3 | B1 | 0 | 4 | 1E | 1 | 35 | 5D | 54 |
| Octal | 374 | 363 | 261 | 0 | 4 | 36 | 1 | 65 | 135 | 124 |
| Binary | 11111100 | 11110011 | 10110001 | 0 | 100 | 11110 | 1 | 110101 | 1011101 | 1010100 |
Color Harmonies of #FCF3B1
Complementary color
Monochromatic Colors of #FCF3B1
Black with #FCF3B1
Text Example
Text Example
White with #FCF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3B1; }
p { color: rgb(252,243,177); }
H1.HeaderClassName
{
color: #FCF3B1;
}
.AnyTagClassName
{
color: #FCF3B1;
}
</style>
background-color css
<style>
a { background-color: #FCF3B1; }
a { background-color: rgb(252,243,177); }
div.DivClassName
{
background-color: #FCF3B1;
}
.BgClassName
{
background-color: #FCF3B1;
}
</style>
border-color css
<style>
span { border-color: #FCF3B1; }
span { border-color: rgb(252,243,177); }
td.TdClassName
{
border-color: #FCF3B1;
}
.TagClassName
{
border-color: #FCF3B1;
}
</style>