#FE988D

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

Shades of Mona Lisa #FE988D

Tints of Mona Lisa #FE988D

Color information

#FE988D (or 0xFE988D) is unknown color: approx Mona Lisa. HEX triplet: FE, 98 and 8D. RGB value is (254,152,141). Sum of RGB (Red+Green+Blue) = 254+152+141=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE988D is #016772. Grayscale: #B5B5B5. Windows color (decimal): -92019 or 9279742. OLE color: 9279742.

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

Color convert

RGB254152141-
CMYK00.400.440.00
HSL5.84º98.26%77.45%-
HSV(B)5.84º44.49%99.61%-
XYZ56.9145.4530.97-
YUV181.24105.29179.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=46.44%
G=27.79%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415214100.400.440.005.8498.2677.45
HexFE988D0282C06624d
Octal3762302150505406142115
Binary1111111010011000100011010101000101100011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE988D; }

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

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

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

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

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

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

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

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