#FE918D

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

Shades of Mona Lisa #FE918D

Tints of Mona Lisa #FE918D

Color information

#FE918D (or 0xFE918D) is unknown color: approx Mona Lisa. HEX triplet: FE, 91 and 8D. RGB value is (254,145,141). Sum of RGB (Red+Green+Blue) = 254+145+141=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE918D is #016E72. Grayscale: #B1B1B1. Windows color (decimal): -93811 or 9277950. OLE color: 9277950.

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

Color convert

RGB254145141-
CMYK00.430.440.00
HSL2.12º98.26%77.45%-
HSV(B)2.12º44.49%99.61%-
XYZ55.8143.2430.61-
YUV177.14107.61182.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.04%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=47.04%
G=26.85%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414514100.430.440.002.1298.2677.45
HexFE918D02B2C02624d
Octal3762212150535402142115
Binary111111101001000110001101010101110110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE918D; }

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

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

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

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

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

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

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

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