Shades of Mona Lisa #FD9A8F
Tints of Mona Lisa #FD9A8F
RGB
CMYK
RGB Variations
Color information
#FD9A8F (or 0xFD9A8F) is known color: Mona Lisa. HEX triplet: FD, 9A and 8F. RGB value is (253,154,143). Sum of RGB (Red+Green+Blue) = 253+154+143=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9A8F is #026570. Grayscale: #B6B6B6. Windows color (decimal): -157041 or 9411325. OLE color: 9411325.
HSL color Cylindrical-coordinate representation of color #FD9A8F: hue angle of 6º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD9A8F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 154 | 143 | - |
CMYK | 0 | 0.39 | 0.43 | 0.01 |
HSL | 6º | 0.96% | 0.78% | - |
HSV(B) | 6º | 0.43% | 0.99% | - |
XYZ | 57.02 | 45.98 | 31.86 | - |
YUV | 182.35 | 105.8 | 178.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 154 | 143 | 0 | 0.39 | 0.43 | 0.01 | 6 | 0.96 | 0.78 |
Hex | FD | 9A | 8F | 0 | 27 | 2B | 1 | 6 | 60 | 4E |
Octal | 375 | 232 | 217 | 0 | 47 | 53 | 1 | 6 | 140 | 116 |
Binary | 11111101 | 10011010 | 10001111 | 0 | 100111 | 101011 | 1 | 110 | 1100000 | 1001110 |
Color Harmonies of #FD9A8F
Complementary color
Monochromatic Colors of #FD9A8F
Black with #FD9A8F
Text Example
Text Example
White with #FD9A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A8F; }
p { color: rgb(253,154,143); }
H1.HeaderClassName
{
color: #FD9A8F;
}
.AnyTagClassName
{
color: #FD9A8F;
}
</style>
background-color css
<style>
a { background-color: #FD9A8F; }
a { background-color: rgb(253,154,143); }
div.DivClassName
{
background-color: #FD9A8F;
}
.BgClassName
{
background-color: #FD9A8F;
}
</style>
border-color css
<style>
span { border-color: #FD9A8F; }
span { border-color: rgb(253,154,143); }
td.TdClassName
{
border-color: #FD9A8F;
}
.TagClassName
{
border-color: #FD9A8F;
}
</style>