Shades of Shalimar #FCF5B4
Tints of Shalimar #FCF5B4
RGB
CMYK
RGB Variations
Color information
#FCF5B4 (or 0xFCF5B4) is known color: Shalimar. HEX triplet: FC, F5 and B4. RGB value is (252,245,180). Sum of RGB (Red+Green+Blue) = 252+245+180=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 180 (70.70% from 255 or 26.59% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5B4 is #030A4B. Grayscale: #EFEFEF. Windows color (decimal): -199244 or 11859452. OLE color: 11859452.
HSL color Cylindrical-coordinate representation of color #FCF5B4: hue angle of 54.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCF5B4 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 180 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.01 |
| HSL | 54.17º | 0.92% | 0.85% | - |
| HSV(B) | 54.17º | 0.29% | 0.99% | - |
| XYZ | 81.04 | 89.3 | 56.14 | - |
| YUV | 239.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 180 | 0 | 0.03 | 0.29 | 0.01 | 54.17 | 0.92 | 0.85 |
| Hex | FC | F5 | B4 | 0 | 3 | 1D | 1 | 36 | 5C | 55 |
| Octal | 374 | 365 | 264 | 0 | 3 | 35 | 1 | 66 | 134 | 125 |
| Binary | 11111100 | 11110101 | 10110100 | 0 | 11 | 11101 | 1 | 110110 | 1011100 | 1010101 |
Color Harmonies of #FCF5B4
Complementary color
Monochromatic Colors of #FCF5B4
Black with #FCF5B4
Text Example
Text Example
White with #FCF5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5B4; }
p { color: rgb(252,245,180); }
H1.HeaderClassName
{
color: #FCF5B4;
}
.AnyTagClassName
{
color: #FCF5B4;
}
</style>
background-color css
<style>
a { background-color: #FCF5B4; }
a { background-color: rgb(252,245,180); }
div.DivClassName
{
background-color: #FCF5B4;
}
.BgClassName
{
background-color: #FCF5B4;
}
</style>
border-color css
<style>
span { border-color: #FCF5B4; }
span { border-color: rgb(252,245,180); }
td.TdClassName
{
border-color: #FCF5B4;
}
.TagClassName
{
border-color: #FCF5B4;
}
</style>