Shades of Milan #FCF28D
Tints of Milan #FCF28D
RGB
CMYK
RGB Variations
Color information
#FCF28D (or 0xFCF28D) is known color: Milan. HEX triplet: FC, F2 and 8D. RGB value is (252,242,141). Sum of RGB (Red+Green+Blue) = 252+242+141=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 141 (55.47% from 255 or 22.20% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF28D is #030D72. Grayscale: #E9E9E9. Windows color (decimal): -200051 or 9302780. OLE color: 9302780.
HSL color Cylindrical-coordinate representation of color #FCF28D: hue angle of 54.59º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCF28D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 141 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.01 |
| HSL | 54.59º | 0.95% | 0.77% | - |
| HSV(B) | 54.59º | 0.44% | 0.99% | - |
| XYZ | 76.7 | 86.12 | 37.78 | - |
| YUV | 233.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 141 | 0 | 0.04 | 0.44 | 0.01 | 54.59 | 0.95 | 0.77 |
| Hex | FC | F2 | 8D | 0 | 4 | 2C | 1 | 37 | 5F | 4D |
| Octal | 374 | 362 | 215 | 0 | 4 | 54 | 1 | 67 | 137 | 115 |
| Binary | 11111100 | 11110010 | 10001101 | 0 | 100 | 101100 | 1 | 110111 | 1011111 | 1001101 |
Color Harmonies of #FCF28D
Complementary color
Monochromatic Colors of #FCF28D
Black with #FCF28D
Text Example
Text Example
White with #FCF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF28D; }
p { color: rgb(252,242,141); }
H1.HeaderClassName
{
color: #FCF28D;
}
.AnyTagClassName
{
color: #FCF28D;
}
</style>
background-color css
<style>
a { background-color: #FCF28D; }
a { background-color: rgb(252,242,141); }
div.DivClassName
{
background-color: #FCF28D;
}
.BgClassName
{
background-color: #FCF28D;
}
</style>
border-color css
<style>
span { border-color: #FCF28D; }
span { border-color: rgb(252,242,141); }
td.TdClassName
{
border-color: #FCF28D;
}
.TagClassName
{
border-color: #FCF28D;
}
</style>