Shades of Shalimar #FCF3AD
Tints of Shalimar #FCF3AD
RGB
CMYK
RGB Variations
Color information
#FCF3AD (or 0xFCF3AD) is known color: Shalimar. HEX triplet: FC, F3 and AD. RGB value is (252,243,173). Sum of RGB (Red+Green+Blue) = 252+243+173=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 173 (67.97% from 255 or 25.90% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3AD is #030C52. Grayscale: #EEEEEE. Windows color (decimal): -199763 or 11400188. OLE color: 11400188.
HSL color Cylindrical-coordinate representation of color #FCF3AD: hue angle of 53.16º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCF3AD is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 173 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.01 |
| HSL | 53.16º | 0.93% | 0.83% | - |
| HSV(B) | 53.16º | 0.31% | 0.99% | - |
| XYZ | 79.74 | 87.81 | 52.28 | - |
| YUV | 237.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 173 | 0 | 0.04 | 0.31 | 0.01 | 53.16 | 0.93 | 0.83 |
| Hex | FC | F3 | AD | 0 | 4 | 1F | 1 | 35 | 5D | 53 |
| Octal | 374 | 363 | 255 | 0 | 4 | 37 | 1 | 65 | 135 | 123 |
| Binary | 11111100 | 11110011 | 10101101 | 0 | 100 | 11111 | 1 | 110101 | 1011101 | 1010011 |
Color Harmonies of #FCF3AD
Complementary color
Monochromatic Colors of #FCF3AD
Black with #FCF3AD
Text Example
Text Example
White with #FCF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3AD; }
p { color: rgb(252,243,173); }
H1.HeaderClassName
{
color: #FCF3AD;
}
.AnyTagClassName
{
color: #FCF3AD;
}
</style>
background-color css
<style>
a { background-color: #FCF3AD; }
a { background-color: rgb(252,243,173); }
div.DivClassName
{
background-color: #FCF3AD;
}
.BgClassName
{
background-color: #FCF3AD;
}
</style>
border-color css
<style>
span { border-color: #FCF3AD; }
span { border-color: rgb(252,243,173); }
td.TdClassName
{
border-color: #FCF3AD;
}
.TagClassName
{
border-color: #FCF3AD;
}
</style>