#F89685

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

Shades of Mona Lisa #F89685

Tints of Mona Lisa #F89685

Color information

#F89685 (or 0xF89685) is unknown color: approx Mona Lisa. HEX triplet: F8, 96 and 85. RGB value is (248,150,133). Sum of RGB (Red+Green+Blue) = 248+150+133=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F89685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89685 is #07697A. Grayscale: #B1B1B1. Windows color (decimal): -485755 or 8754936. OLE color: 8754936.

HSL color Cylindrical-coordinate representation of color #F89685: hue angle of 8.87º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F89685 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248150133-
CMYK00.400.460.03
HSL8.87º89.15%74.71%-
HSV(B)8.87º46.37%97.25%-
XYZ53.8543.4627.74-
YUV177.36102.97178.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=46.70%
G=28.25%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815013300.400.460.038.8789.1574.71
HexF896850282E39594b
Octal37022620505056311131113
Binary111110001001011010000101010100010111011100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89685; }

 p { color: rgb(248,150,133); }

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

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

 a { background-color: rgb(248,150,133); }

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

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

 span { border-color: rgb(248,150,133); }

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