Shades of Shalimar #FCF6A5
Tints of Shalimar #FCF6A5
RGB
CMYK
RGB Variations
Color information
#FCF6A5 (or 0xFCF6A5) is known color: Shalimar. HEX triplet: FC, F6 and A5. RGB value is (252,246,165). Sum of RGB (Red+Green+Blue) = 252+246+165=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 165 (64.84% from 255 or 24.89% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6A5 is #03095A. Grayscale: #EEEEEE. Windows color (decimal): -199003 or 10876668. OLE color: 10876668.
HSL color Cylindrical-coordinate representation of color #FCF6A5: hue angle of 55.86º 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 #FCF6A5 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 165 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 55.86º | 0.94% | 0.82% | - |
| HSV(B) | 55.86º | 0.35% | 0.99% | - |
| XYZ | 79.89 | 89.32 | 48.63 | - |
| YUV | 238.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 165 | 0 | 0.02 | 0.35 | 0.01 | 55.86 | 0.94 | 0.82 |
| Hex | FC | F6 | A5 | 0 | 2 | 23 | 1 | 38 | 5E | 52 |
| Octal | 374 | 366 | 245 | 0 | 2 | 43 | 1 | 70 | 136 | 122 |
| Binary | 11111100 | 11110110 | 10100101 | 0 | 10 | 100011 | 1 | 111000 | 1011110 | 1010010 |
Color Harmonies of #FCF6A5
Complementary color
Monochromatic Colors of #FCF6A5
Black with #FCF6A5
Text Example
Text Example
White with #FCF6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6A5; }
p { color: rgb(252,246,165); }
H1.HeaderClassName
{
color: #FCF6A5;
}
.AnyTagClassName
{
color: #FCF6A5;
}
</style>
background-color css
<style>
a { background-color: #FCF6A5; }
a { background-color: rgb(252,246,165); }
div.DivClassName
{
background-color: #FCF6A5;
}
.BgClassName
{
background-color: #FCF6A5;
}
</style>
border-color css
<style>
span { border-color: #FCF6A5; }
span { border-color: rgb(252,246,165); }
td.TdClassName
{
border-color: #FCF6A5;
}
.TagClassName
{
border-color: #FCF6A5;
}
</style>