Shades of Shalimar #FCF5AD
Tints of Shalimar #FCF5AD
RGB
CMYK
RGB Variations
Color information
#FCF5AD (or 0xFCF5AD) is known color: Shalimar. HEX triplet: FC, F5 and AD. RGB value is (252,245,173). Sum of RGB (Red+Green+Blue) = 252+245+173=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 173 (67.97% from 255 or 25.82% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5AD is #030A52. Grayscale: #EFEFEF. Windows color (decimal): -199251 or 11400700. OLE color: 11400700.
HSL color Cylindrical-coordinate representation of color #FCF5AD: hue angle of 54.68º 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 #FCF5AD is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 173 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.01 |
| HSL | 54.68º | 0.93% | 0.83% | - |
| HSV(B) | 54.68º | 0.31% | 0.99% | - |
| XYZ | 80.34 | 89.02 | 52.48 | - |
| YUV | 238.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 173 | 0 | 0.03 | 0.31 | 0.01 | 54.68 | 0.93 | 0.83 |
| Hex | FC | F5 | AD | 0 | 3 | 1F | 1 | 37 | 5D | 53 |
| Octal | 374 | 365 | 255 | 0 | 3 | 37 | 1 | 67 | 135 | 123 |
| Binary | 11111100 | 11110101 | 10101101 | 0 | 11 | 11111 | 1 | 110111 | 1011101 | 1010011 |
Color Harmonies of #FCF5AD
Complementary color
Monochromatic Colors of #FCF5AD
Black with #FCF5AD
Text Example
Text Example
White with #FCF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5AD; }
p { color: rgb(252,245,173); }
H1.HeaderClassName
{
color: #FCF5AD;
}
.AnyTagClassName
{
color: #FCF5AD;
}
</style>
background-color css
<style>
a { background-color: #FCF5AD; }
a { background-color: rgb(252,245,173); }
div.DivClassName
{
background-color: #FCF5AD;
}
.BgClassName
{
background-color: #FCF5AD;
}
</style>
border-color css
<style>
span { border-color: #FCF5AD; }
span { border-color: rgb(252,245,173); }
td.TdClassName
{
border-color: #FCF5AD;
}
.TagClassName
{
border-color: #FCF5AD;
}
</style>