#FE948C

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

Shades of Mona Lisa #FE948C

Tints of Mona Lisa #FE948C

Color information

#FE948C (or 0xFE948C) is unknown color: approx Mona Lisa. HEX triplet: FE, 94 and 8C. RGB value is (254,148,140). Sum of RGB (Red+Green+Blue) = 254+148+140=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE948C is #016B73. Grayscale: #B2B2B2. Windows color (decimal): -93044 or 9213182. OLE color: 9213182.

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

Color convert

RGB254148140-
CMYK00.420.450.00
HSL4.21º98.28%77.25%-
HSV(B)4.21º44.88%99.61%-
XYZ56.244.1430.37-
YUV178.78106.12181.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.86%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 140 (55.08% from 255) = 25.83%
R=46.86%
G=27.31%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414814000.420.450.004.2198.2877.25
HexFE948C02A2D04624d
Octal3762242140525504142115
Binary1111111010010100100011000101010101101010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE948C; }

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

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

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

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

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

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

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

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