#FE8C83

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

Shades of Mona Lisa #FE8C83

Tints of Mona Lisa #FE8C83

Color information

#FE8C83 (or 0xFE8C83) is unknown color: approx Mona Lisa. HEX triplet: FE, 8C and 83. RGB value is (254,140,131). Sum of RGB (Red+Green+Blue) = 254+140+131=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C83 is #01737C. Grayscale: #ADADAD. Windows color (decimal): -95101 or 8621310. OLE color: 8621310.

HSL color Cylindrical-coordinate representation of color #FE8C83: hue angle of 4.39º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8C83 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254140131-
CMYK00.450.480.00
HSL4.39º98.4%75.49%-
HSV(B)4.39º48.43%99.61%-
XYZ54.3541.4726.61-
YUV173.06104.27185.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=48.38%
G=26.67%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414013100.450.480.004.3998.475.49
HexFE8C8302D3004624b
Octal3762142030556004142113
Binary1111111010001100100000110101101110000010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C83; }

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

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

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

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

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

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

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

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