#FA8C85

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

Shades of Mona Lisa #FA8C85

Tints of Mona Lisa #FA8C85

Color information

#FA8C85 (or 0xFA8C85) is unknown color: approx Mona Lisa. HEX triplet: FA, 8C and 85. RGB value is (250,140,133). Sum of RGB (Red+Green+Blue) = 250+140+133=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C85 is #05737A. Grayscale: #ACACAC. Windows color (decimal): -357243 or 8752378. OLE color: 8752378.

HSL color Cylindrical-coordinate representation of color #FA8C85: hue angle of 3.59º degrees, saturation: 0.92, 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 #FA8C85 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250140133-
CMYK00.440.470.02
HSL3.59º92.13%75.1%-
HSV(B)3.59º46.8%98.04%-
XYZ53.0440.7727.27-
YUV172.09105.94183.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=47.80%
G=26.77%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014013300.440.470.023.5992.1375.1
HexFA8C8502C2F245c4b
Octal3722142050545724134113
Binary11111010100011001000010101011001011111010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C85; }

 p { color: rgb(250,140,133); }

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

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

 a { background-color: rgb(250,140,133); }

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

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

 span { border-color: rgb(250,140,133); }

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