#FE9A8D

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

Shades of Mona Lisa #FE9A8D

Tints of Mona Lisa #FE9A8D

Color information

#FE9A8D (or 0xFE9A8D) is unknown color: approx Mona Lisa. HEX triplet: FE, 9A and 8D. RGB value is (254,154,141). Sum of RGB (Red+Green+Blue) = 254+154+141=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A8D is #016572. Grayscale: #B6B6B6. Windows color (decimal): -91507 or 9280254. OLE color: 9280254.

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

Color convert

RGB254154141-
CMYK00.390.440.00
HSL6.9º98.26%77.45%-
HSV(B)6.9º44.49%99.61%-
XYZ57.2446.1131.08-
YUV182.42104.63179.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=46.27%
G=28.05%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415414100.390.440.006.998.2677.45
HexFE9A8D0272C07624d
Octal3762322150475407142115
Binary1111111010011010100011010100111101100011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9A8D; }

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

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

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

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

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

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

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

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