Shades of Milan #FCF188
Tints of Milan #FCF188
RGB
CMYK
RGB Variations
Color information
#FCF188 (or 0xFCF188) is known color: Milan. HEX triplet: FC, F1 and 88. RGB value is (252,241,136). Sum of RGB (Red+Green+Blue) = 252+241+136=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 136 (53.52% from 255 or 21.62% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF188 is #030E77. Grayscale: #E8E8E8. Windows color (decimal): -200312 or 8974844. OLE color: 8974844.
HSL color Cylindrical-coordinate representation of color #FCF188: hue angle of 54.31º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCF188 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 136 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.01 |
| HSL | 54.31º | 0.95% | 0.76% | - |
| HSV(B) | 54.31º | 0.46% | 0.99% | - |
| XYZ | 76.04 | 85.38 | 35.77 | - |
| YUV | 232.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 136 | 0 | 0.04 | 0.46 | 0.01 | 54.31 | 0.95 | 0.76 |
| Hex | FC | F1 | 88 | 0 | 4 | 2E | 1 | 36 | 5F | 4C |
| Octal | 374 | 361 | 210 | 0 | 4 | 56 | 1 | 66 | 137 | 114 |
| Binary | 11111100 | 11110001 | 10001000 | 0 | 100 | 101110 | 1 | 110110 | 1011111 | 1001100 |
Color Harmonies of #FCF188
Complementary color
Monochromatic Colors of #FCF188
Black with #FCF188
Text Example
Text Example
White with #FCF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF188; }
p { color: rgb(252,241,136); }
H1.HeaderClassName
{
color: #FCF188;
}
.AnyTagClassName
{
color: #FCF188;
}
</style>
background-color css
<style>
a { background-color: #FCF188; }
a { background-color: rgb(252,241,136); }
div.DivClassName
{
background-color: #FCF188;
}
.BgClassName
{
background-color: #FCF188;
}
</style>
border-color css
<style>
span { border-color: #FCF188; }
span { border-color: rgb(252,241,136); }
td.TdClassName
{
border-color: #FCF188;
}
.TagClassName
{
border-color: #FCF188;
}
</style>