#FE9B9A

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

Shades of Mona Lisa #FE9B9A

Tints of Mona Lisa #FE9B9A

Color information

#FE9B9A (or 0xFE9B9A) is unknown color: approx Mona Lisa. HEX triplet: FE, 9B and 9A. RGB value is (254,155,154). Sum of RGB (Red+Green+Blue) = 254+155+154=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9B9A is #016465. Grayscale: #B8B8B8. Windows color (decimal): -91238 or 10132478. OLE color: 10132478.

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

Color convert

RGB254155154-
CMYK00.390.390.00
HSL0.6º98.04%80%-
HSV(B)0.6º39.37%99.61%-
XYZ58.4346.8536.53-
YUV184.49110.8177.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=45.12%
G=27.53%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415515400.390.390.000.698.0480
HexFE9B9A02727016250
Octal3762332320474701142120
Binary11111110100110111001101001001111001110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9B9A; }

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

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

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

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

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

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

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

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