#F8A38D

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

Shades of Mona Lisa #F8A38D

Tints of Mona Lisa #F8A38D

Color information

#F8A38D (or 0xF8A38D) is unknown color: approx Mona Lisa. HEX triplet: F8, A3 and 8D. RGB value is (248,163,141). Sum of RGB (Red+Green+Blue) = 248+163+141=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A38D is #075C72. Grayscale: #BABABA. Windows color (decimal): -482419 or 9282552. OLE color: 9282552.

HSL color Cylindrical-coordinate representation of color #F8A38D: hue angle of 12.34º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8A38D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248163141-
CMYK00.340.430.03
HSL12.34º88.43%76.27%-
HSV(B)12.34º43.15%97.25%-
XYZ56.6248.0731.49-
YUV185.91102.66172.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 163 (64.06% from 255) = 29.53%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=44.93%
G=29.53%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816314100.340.430.0312.3488.4376.27
HexF8A38D0222B3c584c
Octal37024321504253314130114
Binary111110001010001110001101010001010101111110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A38D; }

 p { color: rgb(248,163,141); }

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

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

 a { background-color: rgb(248,163,141); }

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

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

 span { border-color: rgb(248,163,141); }

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