#FDA190

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

Shades of Mona Lisa #FDA190

Tints of Mona Lisa #FDA190

Color information

#FDA190 (or 0xFDA190) is unknown color: approx Mona Lisa. HEX triplet: FD, A1 and 90. RGB value is (253,161,144). Sum of RGB (Red+Green+Blue) = 253+161+144=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA190 is #025E6F. Grayscale: #BABABA. Windows color (decimal): -155248 or 9478653. OLE color: 9478653.

HSL color Cylindrical-coordinate representation of color #FDA190: hue angle of 9.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA190 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253161144-
CMYK00.360.430.01
HSL9.36º96.46%77.84%-
HSV(B)9.36º43.08%99.22%-
XYZ58.2948.3932.65-
YUV186.57103.98175.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=45.34%
G=28.85%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316114400.360.430.019.3696.4677.84
HexFDA1900242B19604e
Octal37524122004453111140116
Binary11111101101000011001000001001001010111100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA190; }

 p { color: rgb(253,161,144); }

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

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

 a { background-color: rgb(253,161,144); }

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

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

 span { border-color: rgb(253,161,144); }

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