#F89885

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

Shades of Mona Lisa #F89885

Tints of Mona Lisa #F89885

Color information

#F89885 (or 0xF89885) is unknown color: approx Mona Lisa. HEX triplet: F8, 98 and 85. RGB value is (248,152,133). Sum of RGB (Red+Green+Blue) = 248+152+133=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F89885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89885 is #07677A. Grayscale: #B2B2B2. Windows color (decimal): -485243 or 8755448. OLE color: 8755448.

HSL color Cylindrical-coordinate representation of color #F89885: hue angle of 9.91º 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 #F89885 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248152133-
CMYK00.390.460.03
HSL9.91º89.15%74.71%-
HSV(B)9.91º46.37%97.25%-
XYZ54.1744.1127.85-
YUV178.54102.3177.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.53%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=46.53%
G=28.52%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815213300.390.460.039.9189.1574.71
HexF898850272E3a594b
Octal37023020504756312131113
Binary111110001001100010000101010011110111011101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89885; }

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

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

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

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

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

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

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

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