#FE9D8C

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

Shades of Mona Lisa #FE9D8C

Tints of Mona Lisa #FE9D8C

Color information

#FE9D8C (or 0xFE9D8C) is unknown color: approx Mona Lisa. HEX triplet: FE, 9D and 8C. RGB value is (254,157,140). Sum of RGB (Red+Green+Blue) = 254+157+140=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9D8C is #016273. Grayscale: #B8B8B8. Windows color (decimal): -90740 or 9215486. OLE color: 9215486.

HSL color Cylindrical-coordinate representation of color #FE9D8C: hue angle of 8.95º 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 #FE9D8C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254157140-
CMYK00.380.450.00
HSL8.95º98.28%77.25%-
HSV(B)8.95º44.88%99.61%-
XYZ57.6647.0830.86-
YUV184.06103.14177.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=46.10%
G=28.49%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415714000.380.450.008.9598.2877.25
HexFE9D8C0262D09624d
Octal37623521404655011142115
Binary11111110100111011000110001001101011010100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D8C; }

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

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

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

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

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

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

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

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