Shades of Mona Lisa #FF9B8F
Tints of Mona Lisa #FF9B8F
RGB
CMYK
RGB Variations
Color information
#FF9B8F (or 0xFF9B8F) is known color: Mona Lisa. HEX triplet: FF, 9B and 8F. RGB value is (255,155,143). Sum of RGB (Red+Green+Blue) = 255+155+143=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B8F is #006470. Grayscale: #B7B7B7. Windows color (decimal): -25713 or 9411583. OLE color: 9411583.
HSL color Cylindrical-coordinate representation of color #FF9B8F: hue angle of 6.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9B8F is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 143 | - |
| CMYK | 0 | 0.39 | 0.44 | 0 |
| HSL | 6.43º | 1% | 0.78% | - |
| HSV(B) | 6.43º | 0.44% | 1% | - |
| XYZ | 57.92 | 46.69 | 31.95 | - |
| YUV | 183.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 143 | 0 | 0.39 | 0.44 | 0 | 6.43 | 1 | 0.78 |
| Hex | FF | 9B | 8F | 0 | 27 | 2C | 0 | 6 | 64 | 4E |
| Octal | 377 | 233 | 217 | 0 | 47 | 54 | 0 | 6 | 144 | 116 |
| Binary | 11111111 | 10011011 | 10001111 | 0 | 100111 | 101100 | 0 | 110 | 1100100 | 1001110 |
Color Harmonies of #FF9B8F
Complementary color
Monochromatic Colors of #FF9B8F
Black with #FF9B8F
Text Example
Text Example
White with #FF9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B8F; }
p { color: rgb(255,155,143); }
H1.HeaderClassName
{
color: #FF9B8F;
}
.AnyTagClassName
{
color: #FF9B8F;
}
</style>
background-color css
<style>
a { background-color: #FF9B8F; }
a { background-color: rgb(255,155,143); }
div.DivClassName
{
background-color: #FF9B8F;
}
.BgClassName
{
background-color: #FF9B8F;
}
</style>
border-color css
<style>
span { border-color: #FF9B8F; }
span { border-color: rgb(255,155,143); }
td.TdClassName
{
border-color: #FF9B8F;
}
.TagClassName
{
border-color: #FF9B8F;
}
</style>