Shades of Mona Lisa #FF9C8B
Tints of Mona Lisa #FF9C8B
RGB
CMYK
RGB Variations
Color information
#FF9C8B (or 0xFF9C8B) is known color: Mona Lisa. HEX triplet: FF, 9C and 8B. RGB value is (255,156,139). Sum of RGB (Red+Green+Blue) = 255+156+139=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C8B is #006374. Grayscale: #B7B7B7. Windows color (decimal): -25461 or 9149695. OLE color: 9149695.
HSL color Cylindrical-coordinate representation of color #FF9C8B: hue angle of 8.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF9C8B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 139 | - |
| CMYK | 0 | 0.39 | 0.45 | 0 |
| HSL | 8.79º | 1% | 0.77% | - |
| HSV(B) | 8.79º | 0.45% | 1% | - |
| XYZ | 57.79 | 46.9 | 30.43 | - |
| YUV | 183.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 139 | 0 | 0.39 | 0.45 | 0 | 8.79 | 1 | 0.77 |
| Hex | FF | 9C | 8B | 0 | 27 | 2D | 0 | 9 | 64 | 4D |
| Octal | 377 | 234 | 213 | 0 | 47 | 55 | 0 | 11 | 144 | 115 |
| Binary | 11111111 | 10011100 | 10001011 | 0 | 100111 | 101101 | 0 | 1001 | 1100100 | 1001101 |
Color Harmonies of #FF9C8B
Complementary color
Monochromatic Colors of #FF9C8B
Black with #FF9C8B
Text Example
Text Example
White with #FF9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C8B; }
p { color: rgb(255,156,139); }
H1.HeaderClassName
{
color: #FF9C8B;
}
.AnyTagClassName
{
color: #FF9C8B;
}
</style>
background-color css
<style>
a { background-color: #FF9C8B; }
a { background-color: rgb(255,156,139); }
div.DivClassName
{
background-color: #FF9C8B;
}
.BgClassName
{
background-color: #FF9C8B;
}
</style>
border-color css
<style>
span { border-color: #FF9C8B; }
span { border-color: rgb(255,156,139); }
td.TdClassName
{
border-color: #FF9C8B;
}
.TagClassName
{
border-color: #FF9C8B;
}
</style>