#FA928D

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

Shades of Mona Lisa #FA928D

Tints of Mona Lisa #FA928D

Color information

#FA928D (or 0xFA928D) is unknown color: approx Mona Lisa. HEX triplet: FA, 92 and 8D. RGB value is (250,146,141). Sum of RGB (Red+Green+Blue) = 250+146+141=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA928D is #056D72. Grayscale: #B0B0B0. Windows color (decimal): -355699 or 9278202. OLE color: 9278202.

HSL color Cylindrical-coordinate representation of color #FA928D: hue angle of 2.75º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA928D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250146141-
CMYK00.420.440.02
HSL2.75º91.6%76.67%-
HSV(B)2.75º43.6%98.04%-
XYZ54.5142.830.59-
YUV176.53107.96180.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=46.55%
G=27.19%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014614100.420.440.022.7591.676.67
HexFA928D02A2C235c4d
Octal3722222150525423134115
Binary1111101010010010100011010101010101100101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA928D; }

 p { color: rgb(250,146,141); }

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

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

 a { background-color: rgb(250,146,141); }

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

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

 span { border-color: rgb(250,146,141); }

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