Shades of Milan #FCF696
Tints of Milan #FCF696
RGB
CMYK
RGB Variations
Color information
#FCF696 (or 0xFCF696) is known color: Milan. HEX triplet: FC, F6 and 96. RGB value is (252,246,150). Sum of RGB (Red+Green+Blue) = 252+246+150=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 150 (58.98% from 255 or 23.15% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF696 is #030969. Grayscale: #EDEDED. Windows color (decimal): -199018 or 9893628. OLE color: 9893628.
HSL color Cylindrical-coordinate representation of color #FCF696: hue angle of 56.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF696 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 150 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.01 |
| HSL | 56.47º | 0.94% | 0.79% | - |
| HSV(B) | 56.47º | 0.4% | 0.99% | - |
| XYZ | 78.61 | 88.81 | 41.85 | - |
| YUV | 236.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 150 | 0 | 0.02 | 0.40 | 0.01 | 56.47 | 0.94 | 0.79 |
| Hex | FC | F6 | 96 | 0 | 2 | 28 | 1 | 38 | 5E | 4F |
| Octal | 374 | 366 | 226 | 0 | 2 | 50 | 1 | 70 | 136 | 117 |
| Binary | 11111100 | 11110110 | 10010110 | 0 | 10 | 101000 | 1 | 111000 | 1011110 | 1001111 |
Color Harmonies of #FCF696
Complementary color
Monochromatic Colors of #FCF696
Black with #FCF696
Text Example
Text Example
White with #FCF696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF696; }
p { color: rgb(252,246,150); }
H1.HeaderClassName
{
color: #FCF696;
}
.AnyTagClassName
{
color: #FCF696;
}
</style>
background-color css
<style>
a { background-color: #FCF696; }
a { background-color: rgb(252,246,150); }
div.DivClassName
{
background-color: #FCF696;
}
.BgClassName
{
background-color: #FCF696;
}
</style>
border-color css
<style>
span { border-color: #FCF696; }
span { border-color: rgb(252,246,150); }
td.TdClassName
{
border-color: #FCF696;
}
.TagClassName
{
border-color: #FCF696;
}
</style>