Shades of Mona Lisa #FF8C83
Tints of Mona Lisa #FF8C83
RGB
CMYK
RGB Variations
Color information
#FF8C83 (or 0xFF8C83) is known color: Mona Lisa. HEX triplet: FF, 8C and 83. RGB value is (255,140,131). Sum of RGB (Red+Green+Blue) = 255+140+131=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C83 is #00737C. Grayscale: #ADADAD. Windows color (decimal): -29565 or 8621311. OLE color: 8621311.
HSL color Cylindrical-coordinate representation of color #FF8C83: hue angle of 4.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8C83 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 131 | - |
| CMYK | 0 | 0.45 | 0.49 | 0 |
| HSL | 4.35º | 1% | 0.76% | - |
| HSV(B) | 4.35º | 0.49% | 1% | - |
| XYZ | 54.71 | 41.65 | 26.63 | - |
| YUV | 173.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 131 | 0 | 0.45 | 0.49 | 0 | 4.35 | 1 | 0.76 |
| Hex | FF | 8C | 83 | 0 | 2D | 31 | 0 | 4 | 64 | 4C |
| Octal | 377 | 214 | 203 | 0 | 55 | 61 | 0 | 4 | 144 | 114 |
| Binary | 11111111 | 10001100 | 10000011 | 0 | 101101 | 110001 | 0 | 100 | 1100100 | 1001100 |
Color Harmonies of #FF8C83
Complementary color
Monochromatic Colors of #FF8C83
Black with #FF8C83
Text Example
Text Example
White with #FF8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C83; }
p { color: rgb(255,140,131); }
H1.HeaderClassName
{
color: #FF8C83;
}
.AnyTagClassName
{
color: #FF8C83;
}
</style>
background-color css
<style>
a { background-color: #FF8C83; }
a { background-color: rgb(255,140,131); }
div.DivClassName
{
background-color: #FF8C83;
}
.BgClassName
{
background-color: #FF8C83;
}
</style>
border-color css
<style>
span { border-color: #FF8C83; }
span { border-color: rgb(255,140,131); }
td.TdClassName
{
border-color: #FF8C83;
}
.TagClassName
{
border-color: #FF8C83;
}
</style>