#FE948D

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

Shades of Mona Lisa #FE948D

Tints of Mona Lisa #FE948D

Color information

#FE948D (or 0xFE948D) is unknown color: approx Mona Lisa. HEX triplet: FE, 94 and 8D. RGB value is (254,148,141). Sum of RGB (Red+Green+Blue) = 254+148+141=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE948D is #016B72. Grayscale: #B3B3B3. Windows color (decimal): -93043 or 9278718. OLE color: 9278718.

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

Color convert

RGB254148141-
CMYK00.420.440.00
HSL3.72º98.26%77.45%-
HSV(B)3.72º44.49%99.61%-
XYZ56.2744.1730.76-
YUV178.9106.62181.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=46.78%
G=27.26%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414814100.420.440.003.7298.2677.45
HexFE948D02A2C04624d
Octal3762242150525404142115
Binary1111111010010100100011010101010101100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE948D; }

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

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

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

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

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

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

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

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