#FE9A94

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

Shades of Mona Lisa #FE9A94

Tints of Mona Lisa #FE9A94

Color information

#FE9A94 (or 0xFE9A94) is unknown color: approx Mona Lisa. HEX triplet: FE, 9A and 94. RGB value is (254,154,148). Sum of RGB (Red+Green+Blue) = 254+154+148=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A94 is #01656B. Grayscale: #B7B7B7. Windows color (decimal): -91500 or 9739006. OLE color: 9739006.

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

Color convert

RGB254154148-
CMYK00.390.420.00
HSL3.4º98.15%78.82%-
HSV(B)3.4º41.73%99.61%-
XYZ57.7746.3233.91-
YUV183.22108.13178.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=45.68%
G=27.70%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415414800.390.420.003.498.1578.82
HexFE9A940272A03624f
Octal3762322240475203142117
Binary111111101001101010010100010011110101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9A94; }

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

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

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

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

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

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

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

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