Shades of Milan #FAFB8D
Tints of Milan #FAFB8D
RGB
CMYK
RGB Variations
Color information
#FAFB8D (or 0xFAFB8D) is known color: Milan. HEX triplet: FA, FB and 8D. RGB value is (250,251,141). Sum of RGB (Red+Green+Blue) = 250+251+141=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 141 (55.47% from 255 or 21.96% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB8D is #050472. Grayscale: #EEEEEE. Windows color (decimal): -328819 or 9305082. OLE color: 9305082.
HSL color Cylindrical-coordinate representation of color #FAFB8D: hue angle of 60.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAFB8D is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 141 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.02 |
| HSL | 60.55º | 0.93% | 0.77% | - |
| HSV(B) | 60.55º | 0.44% | 0.98% | - |
| XYZ | 78.73 | 91.24 | 38.66 | - |
| YUV | 238.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 141 | 0.00 | 0 | 0.44 | 0.02 | 60.55 | 0.93 | 0.77 |
| Hex | FA | FB | 8D | 0 | 0 | 2C | 2 | 3D | 5D | 4D |
| Octal | 372 | 373 | 215 | 0 | 0 | 54 | 2 | 75 | 135 | 115 |
| Binary | 11111010 | 11111011 | 10001101 | 0 | 0 | 101100 | 10 | 111101 | 1011101 | 1001101 |
Color Harmonies of #FAFB8D
Complementary color
Monochromatic Colors of #FAFB8D
Black with #FAFB8D
Text Example
Text Example
White with #FAFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB8D; }
p { color: rgb(250,251,141); }
H1.HeaderClassName
{
color: #FAFB8D;
}
.AnyTagClassName
{
color: #FAFB8D;
}
</style>
background-color css
<style>
a { background-color: #FAFB8D; }
a { background-color: rgb(250,251,141); }
div.DivClassName
{
background-color: #FAFB8D;
}
.BgClassName
{
background-color: #FAFB8D;
}
</style>
border-color css
<style>
span { border-color: #FAFB8D; }
span { border-color: rgb(250,251,141); }
td.TdClassName
{
border-color: #FAFB8D;
}
.TagClassName
{
border-color: #FAFB8D;
}
</style>