#FE9A98

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

Shades of Mona Lisa #FE9A98

Tints of Mona Lisa #FE9A98

Color information

#FE9A98 (or 0xFE9A98) is unknown color: approx Mona Lisa. HEX triplet: FE, 9A and 98. RGB value is (254,154,152). Sum of RGB (Red+Green+Blue) = 254+154+152=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A98 is #016567. Grayscale: #B7B7B7. Windows color (decimal): -91496 or 10001150. OLE color: 10001150.

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

Color convert

RGB254154152-
CMYK00.390.400.00
HSL1.18º98.08%79.61%-
HSV(B)1.18º40.16%99.61%-
XYZ58.146.4535.61-
YUV183.67110.13178.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=45.36%
G=27.5%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415415200.390.400.001.1898.0879.61
HexFE9A9802728016250
Octal3762322300475001142120
Binary11111110100110101001100001001111010000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9A98; }

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

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

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

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

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

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

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

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