#FF8D8C

Color #FF8D8C Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #FF8D8C

Tints of Mona Lisa #FF8D8C

Color information

#FF8D8C (or 0xFF8D8C) is unknown color: approx Mona Lisa. HEX triplet: FF, 8D and 8C. RGB value is (255,141,140). Sum of RGB (Red+Green+Blue) = 255+141+140=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D8C is #007273. Grayscale: #AFAFAF. Windows color (decimal): -29300 or 9211391. OLE color: 9211391.

HSL color Cylindrical-coordinate representation of color #FF8D8C: hue angle of 0.52º 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 #FF8D8C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255141140-
CMYK00.450.450
HSL0.52º100%77.45%-
HSV(B)0.52º45.1%100%-
XYZ55.542.230.03-
YUV174.97108.27185.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=47.57%
G=26.31%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514114000.450.4500.5210077.45
HexFF8D8C02D2D01644d
Octal3772152140555501144115
Binary11111111100011011000110001011011011010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8D8C; }

 p { color: rgb(255,141,140); }

 H1.HeaderClassName
 {
   color: #FF8D8C;
 }
 .AnyTagClassName
 {
   color: #FF8D8C;
 }
</style>
background-color css

<style>
 a { background-color: #FF8D8C; }

 a { background-color: rgb(255,141,140); }

 div.DivClassName
 {
   background-color: #FF8D8C;
 }
 .BgClassName
 {
   background-color: #FF8D8C;
 }
</style>
border-color css

<style>
 span { border-color: #FF8D8C; }

 span { border-color: rgb(255,141,140); }

 td.TdClassName
 {
   border-color: #FF8D8C;
 }
 .TagClassName
 {
   border-color: #FF8D8C;
 }
</style>