Shades of Milan #FCFB8C
Tints of Milan #FCFB8C
RGB
CMYK
RGB Variations
Color information
#FCFB8C (or 0xFCFB8C) is known color: Milan. HEX triplet: FC, FB and 8C. RGB value is (252,251,140). Sum of RGB (Red+Green+Blue) = 252+251+140=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB8C is #030473. Grayscale: #EFEFEF. Windows color (decimal): -197748 or 9239548. OLE color: 9239548.
HSL color Cylindrical-coordinate representation of color #FCFB8C: hue angle of 59.46º 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 #FCFB8C is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 140 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.01 |
| HSL | 59.46º | 0.95% | 0.77% | - |
| HSV(B) | 59.46º | 0.44% | 0.99% | - |
| XYZ | 79.38 | 91.58 | 38.3 | - |
| YUV | 238.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 140 | 0 | 0.00 | 0.44 | 0.01 | 59.46 | 0.95 | 0.77 |
| Hex | FC | FB | 8C | 0 | 0 | 2C | 1 | 3B | 5F | 4D |
| Octal | 374 | 373 | 214 | 0 | 0 | 54 | 1 | 73 | 137 | 115 |
| Binary | 11111100 | 11111011 | 10001100 | 0 | 0 | 101100 | 1 | 111011 | 1011111 | 1001101 |
Color Harmonies of #FCFB8C
Complementary color
Monochromatic Colors of #FCFB8C
Black with #FCFB8C
Text Example
Text Example
White with #FCFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB8C; }
p { color: rgb(252,251,140); }
H1.HeaderClassName
{
color: #FCFB8C;
}
.AnyTagClassName
{
color: #FCFB8C;
}
</style>
background-color css
<style>
a { background-color: #FCFB8C; }
a { background-color: rgb(252,251,140); }
div.DivClassName
{
background-color: #FCFB8C;
}
.BgClassName
{
background-color: #FCFB8C;
}
</style>
border-color css
<style>
span { border-color: #FCFB8C; }
span { border-color: rgb(252,251,140); }
td.TdClassName
{
border-color: #FCFB8C;
}
.TagClassName
{
border-color: #FCFB8C;
}
</style>