Shades of Shalimar #FCF9B2
Tints of Shalimar #FCF9B2
RGB
CMYK
RGB Variations
Color information
#FCF9B2 (or 0xFCF9B2) is known color: Shalimar. HEX triplet: FC, F9 and B2. RGB value is (252,249,178). Sum of RGB (Red+Green+Blue) = 252+249+178=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 178 (69.92% from 255 or 26.22% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9B2 is #03064D. Grayscale: #F2F2F2. Windows color (decimal): -198222 or 11729404. OLE color: 11729404.
HSL color Cylindrical-coordinate representation of color #FCF9B2: hue angle of 57.57º 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 #FCF9B2 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 178 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.01 |
| HSL | 57.57º | 0.93% | 0.84% | - |
| HSV(B) | 57.57º | 0.29% | 0.99% | - |
| XYZ | 82.06 | 91.66 | 55.49 | - |
| YUV | 241.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 178 | 0 | 0.01 | 0.29 | 0.01 | 57.57 | 0.93 | 0.84 |
| Hex | FC | F9 | B2 | 0 | 1 | 1D | 1 | 3A | 5C | 54 |
| Octal | 374 | 371 | 262 | 0 | 1 | 35 | 1 | 72 | 134 | 124 |
| Binary | 11111100 | 11111001 | 10110010 | 0 | 1 | 11101 | 1 | 111010 | 1011100 | 1010100 |
Color Harmonies of #FCF9B2
Complementary color
Monochromatic Colors of #FCF9B2
Black with #FCF9B2
Text Example
Text Example
White with #FCF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9B2; }
p { color: rgb(252,249,178); }
H1.HeaderClassName
{
color: #FCF9B2;
}
.AnyTagClassName
{
color: #FCF9B2;
}
</style>
background-color css
<style>
a { background-color: #FCF9B2; }
a { background-color: rgb(252,249,178); }
div.DivClassName
{
background-color: #FCF9B2;
}
.BgClassName
{
background-color: #FCF9B2;
}
</style>
border-color css
<style>
span { border-color: #FCF9B2; }
span { border-color: rgb(252,249,178); }
td.TdClassName
{
border-color: #FCF9B2;
}
.TagClassName
{
border-color: #FCF9B2;
}
</style>