Shades of Shalimar #FCF9A5
Tints of Shalimar #FCF9A5
RGB
CMYK
RGB Variations
Color information
#FCF9A5 (or 0xFCF9A5) is known color: Shalimar. HEX triplet: FC, F9 and A5. RGB value is (252,249,165). Sum of RGB (Red+Green+Blue) = 252+249+165=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 165 (64.84% from 255 or 24.77% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9A5 is #03065A. Grayscale: #F0F0F0. Windows color (decimal): -198235 or 10877436. OLE color: 10877436.
HSL color Cylindrical-coordinate representation of color #FCF9A5: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCF9A5 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 165 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.01 |
| HSL | 57.93º | 0.94% | 0.82% | - |
| HSV(B) | 57.93º | 0.35% | 0.99% | - |
| XYZ | 80.81 | 91.16 | 48.93 | - |
| YUV | 240.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 165 | 0 | 0.01 | 0.35 | 0.01 | 57.93 | 0.94 | 0.82 |
| Hex | FC | F9 | A5 | 0 | 1 | 23 | 1 | 3A | 5E | 52 |
| Octal | 374 | 371 | 245 | 0 | 1 | 43 | 1 | 72 | 136 | 122 |
| Binary | 11111100 | 11111001 | 10100101 | 0 | 1 | 100011 | 1 | 111010 | 1011110 | 1010010 |
Color Harmonies of #FCF9A5
Complementary color
Monochromatic Colors of #FCF9A5
Black with #FCF9A5
Text Example
Text Example
White with #FCF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9A5; }
p { color: rgb(252,249,165); }
H1.HeaderClassName
{
color: #FCF9A5;
}
.AnyTagClassName
{
color: #FCF9A5;
}
</style>
background-color css
<style>
a { background-color: #FCF9A5; }
a { background-color: rgb(252,249,165); }
div.DivClassName
{
background-color: #FCF9A5;
}
.BgClassName
{
background-color: #FCF9A5;
}
</style>
border-color css
<style>
span { border-color: #FCF9A5; }
span { border-color: rgb(252,249,165); }
td.TdClassName
{
border-color: #FCF9A5;
}
.TagClassName
{
border-color: #FCF9A5;
}
</style>