Shades of Mona Lisa #FB9085
Tints of Mona Lisa #FB9085
RGB
CMYK
RGB Variations
Color information
#FB9085 (or 0xFB9085) is known color: Mona Lisa. HEX triplet: FB, 90 and 85. RGB value is (251,144,133). Sum of RGB (Red+Green+Blue) = 251+144+133=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9085 is #046F7A. Grayscale: #AEAEAE. Windows color (decimal): -290683 or 8753403. OLE color: 8753403.
HSL color Cylindrical-coordinate representation of color #FB9085: hue angle of 5.59º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB9085 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 133 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.02 |
| HSL | 5.59º | 0.94% | 0.75% | - |
| HSV(B) | 5.59º | 0.47% | 0.98% | - |
| XYZ | 53.99 | 42.15 | 27.48 | - |
| YUV | 174.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 133 | 0 | 0.43 | 0.47 | 0.02 | 5.59 | 0.94 | 0.75 |
| Hex | FB | 90 | 85 | 0 | 2B | 2F | 2 | 6 | 5E | 4B |
| Octal | 373 | 220 | 205 | 0 | 53 | 57 | 2 | 6 | 136 | 113 |
| Binary | 11111011 | 10010000 | 10000101 | 0 | 101011 | 101111 | 10 | 110 | 1011110 | 1001011 |
Color Harmonies of #FB9085
Complementary color
Monochromatic Colors of #FB9085
Black with #FB9085
Text Example
Text Example
White with #FB9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9085; }
p { color: rgb(251,144,133); }
H1.HeaderClassName
{
color: #FB9085;
}
.AnyTagClassName
{
color: #FB9085;
}
</style>
background-color css
<style>
a { background-color: #FB9085; }
a { background-color: rgb(251,144,133); }
div.DivClassName
{
background-color: #FB9085;
}
.BgClassName
{
background-color: #FB9085;
}
</style>
border-color css
<style>
span { border-color: #FB9085; }
span { border-color: rgb(251,144,133); }
td.TdClassName
{
border-color: #FB9085;
}
.TagClassName
{
border-color: #FB9085;
}
</style>