#F5A18D

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

Shades of Mona Lisa #F5A18D

Tints of Mona Lisa #F5A18D

Color information

#F5A18D (or 0xF5A18D) is unknown color: approx Mona Lisa. HEX triplet: F5, A1 and 8D. RGB value is (245,161,141). Sum of RGB (Red+Green+Blue) = 245+161+141=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A18D is #0A5E72. Grayscale: #B8B8B8. Windows color (decimal): -679539 or 9282037. OLE color: 9282037.

HSL color Cylindrical-coordinate representation of color #F5A18D: hue angle of 11.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A18D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245161141-
CMYK00.340.420.04
HSL11.54º83.87%75.69%-
HSV(B)11.54º42.45%96.08%-
XYZ55.2146.8331.33-
YUV183.84103.83171.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=44.79%
G=29.43%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516114100.340.420.0411.5483.8775.69
HexF5A18D0222A4c544c
Octal36524121504252414124114
Binary1111010110100001100011010100010101010100110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A18D; }

 p { color: rgb(245,161,141); }

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

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

 a { background-color: rgb(245,161,141); }

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

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

 span { border-color: rgb(245,161,141); }

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