Shades of Milan #FAFC8B
Tints of Milan #FAFC8B
RGB
CMYK
RGB Variations
Color information
#FAFC8B (or 0xFAFC8B) is known color: Milan. HEX triplet: FA, FC and 8B. RGB value is (250,252,139). Sum of RGB (Red+Green+Blue) = 250+252+139=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 139 (54.69% from 255 or 21.68% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC8B is #050374. Grayscale: #EEEEEE. Windows color (decimal): -328565 or 9174266. OLE color: 9174266.
HSL color Cylindrical-coordinate representation of color #FAFC8B: hue angle of 61.06º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFC8B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 139 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.01 |
| HSL | 61.06º | 0.95% | 0.77% | - |
| HSV(B) | 61.06º | 0.45% | 0.99% | - |
| XYZ | 78.89 | 91.81 | 37.99 | - |
| YUV | 238.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 139 | 0.01 | 0 | 0.45 | 0.01 | 61.06 | 0.95 | 0.77 |
| Hex | FA | FC | 8B | 1 | 0 | 2D | 1 | 3D | 5F | 4D |
| Octal | 372 | 374 | 213 | 1 | 0 | 55 | 1 | 75 | 137 | 115 |
| Binary | 11111010 | 11111100 | 10001011 | 1 | 0 | 101101 | 1 | 111101 | 1011111 | 1001101 |
Color Harmonies of #FAFC8B
Complementary color
Monochromatic Colors of #FAFC8B
Black with #FAFC8B
Text Example
Text Example
White with #FAFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC8B; }
p { color: rgb(250,252,139); }
H1.HeaderClassName
{
color: #FAFC8B;
}
.AnyTagClassName
{
color: #FAFC8B;
}
</style>
background-color css
<style>
a { background-color: #FAFC8B; }
a { background-color: rgb(250,252,139); }
div.DivClassName
{
background-color: #FAFC8B;
}
.BgClassName
{
background-color: #FAFC8B;
}
</style>
border-color css
<style>
span { border-color: #FAFC8B; }
span { border-color: rgb(250,252,139); }
td.TdClassName
{
border-color: #FAFC8B;
}
.TagClassName
{
border-color: #FAFC8B;
}
</style>