Shades of Milan #FAFC8D
Tints of Milan #FAFC8D
RGB
CMYK
RGB Variations
Color information
#FAFC8D (or 0xFAFC8D) is known color: Milan. HEX triplet: FA, FC and 8D. RGB value is (250,252,141). Sum of RGB (Red+Green+Blue) = 250+252+141=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 141 (55.47% from 255 or 21.93% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC8D is #050372. Grayscale: #EFEFEF. Windows color (decimal): -328563 or 9305338. OLE color: 9305338.
HSL color Cylindrical-coordinate representation of color #FAFC8D: hue angle of 61.08º 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 #FAFC8D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 141 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.01 |
| HSL | 61.08º | 0.95% | 0.77% | - |
| HSV(B) | 61.08º | 0.44% | 0.99% | - |
| XYZ | 79.04 | 91.87 | 38.77 | - |
| YUV | 238.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 141 | 0.01 | 0 | 0.44 | 0.01 | 61.08 | 0.95 | 0.77 |
| Hex | FA | FC | 8D | 1 | 0 | 2C | 1 | 3D | 5F | 4D |
| Octal | 372 | 374 | 215 | 1 | 0 | 54 | 1 | 75 | 137 | 115 |
| Binary | 11111010 | 11111100 | 10001101 | 1 | 0 | 101100 | 1 | 111101 | 1011111 | 1001101 |
Color Harmonies of #FAFC8D
Complementary color
Monochromatic Colors of #FAFC8D
Black with #FAFC8D
Text Example
Text Example
White with #FAFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC8D; }
p { color: rgb(250,252,141); }
H1.HeaderClassName
{
color: #FAFC8D;
}
.AnyTagClassName
{
color: #FAFC8D;
}
</style>
background-color css
<style>
a { background-color: #FAFC8D; }
a { background-color: rgb(250,252,141); }
div.DivClassName
{
background-color: #FAFC8D;
}
.BgClassName
{
background-color: #FAFC8D;
}
</style>
border-color css
<style>
span { border-color: #FAFC8D; }
span { border-color: rgb(250,252,141); }
td.TdClassName
{
border-color: #FAFC8D;
}
.TagClassName
{
border-color: #FAFC8D;
}
</style>