#FE9A8C

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

Shades of Mona Lisa #FE9A8C

Tints of Mona Lisa #FE9A8C

Color information

#FE9A8C (or 0xFE9A8C) is unknown color: approx Mona Lisa. HEX triplet: FE, 9A and 8C. RGB value is (254,154,140). Sum of RGB (Red+Green+Blue) = 254+154+140=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A8C is #016573. Grayscale: #B6B6B6. Windows color (decimal): -91508 or 9214718. OLE color: 9214718.

HSL color Cylindrical-coordinate representation of color #FE9A8C: hue angle of 7.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE9A8C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254154140-
CMYK00.390.450.00
HSL7.37º98.28%77.25%-
HSV(B)7.37º44.88%99.61%-
XYZ57.1646.0830.69-
YUV182.3104.13179.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=46.35%
G=28.10%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415414000.390.450.007.3798.2877.25
HexFE9A8C0272D07624d
Octal3762322140475507142115
Binary1111111010011010100011000100111101101011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9A8C; }

 p { color: rgb(254,154,140); }

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

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

 a { background-color: rgb(254,154,140); }

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

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

 span { border-color: rgb(254,154,140); }

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