Shades of Milan #FCF690
Tints of Milan #FCF690
RGB
CMYK
RGB Variations
Color information
#FCF690 (or 0xFCF690) is known color: Milan. HEX triplet: FC, F6 and 90. RGB value is (252,246,144). Sum of RGB (Red+Green+Blue) = 252+246+144=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 144 (56.64% from 255 or 22.43% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF690 is #03096F. Grayscale: #ECECEC. Windows color (decimal): -199024 or 9500412. OLE color: 9500412.
HSL color Cylindrical-coordinate representation of color #FCF690: hue angle of 56.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCF690 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 144 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.01 |
| HSL | 56.67º | 0.95% | 0.78% | - |
| HSV(B) | 56.67º | 0.43% | 0.99% | - |
| XYZ | 78.13 | 88.62 | 39.37 | - |
| YUV | 236.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 144 | 0 | 0.02 | 0.43 | 0.01 | 56.67 | 0.95 | 0.78 |
| Hex | FC | F6 | 90 | 0 | 2 | 2B | 1 | 39 | 5F | 4E |
| Octal | 374 | 366 | 220 | 0 | 2 | 53 | 1 | 71 | 137 | 116 |
| Binary | 11111100 | 11110110 | 10010000 | 0 | 10 | 101011 | 1 | 111001 | 1011111 | 1001110 |
Color Harmonies of #FCF690
Complementary color
Monochromatic Colors of #FCF690
Black with #FCF690
Text Example
Text Example
White with #FCF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF690; }
p { color: rgb(252,246,144); }
H1.HeaderClassName
{
color: #FCF690;
}
.AnyTagClassName
{
color: #FCF690;
}
</style>
background-color css
<style>
a { background-color: #FCF690; }
a { background-color: rgb(252,246,144); }
div.DivClassName
{
background-color: #FCF690;
}
.BgClassName
{
background-color: #FCF690;
}
</style>
border-color css
<style>
span { border-color: #FCF690; }
span { border-color: rgb(252,246,144); }
td.TdClassName
{
border-color: #FCF690;
}
.TagClassName
{
border-color: #FCF690;
}
</style>