#F6A28D

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

Shades of Mona Lisa #F6A28D

Tints of Mona Lisa #F6A28D

Color information

#F6A28D (or 0xF6A28D) is unknown color: approx Mona Lisa. HEX triplet: F6, A2 and 8D. RGB value is (246,162,141). Sum of RGB (Red+Green+Blue) = 246+162+141=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A28D is #095D72. Grayscale: #B8B8B8. Windows color (decimal): -613747 or 9282294. OLE color: 9282294.

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

Color convert

RGB246162141-
CMYK00.340.430.04
HSL12º85.37%75.88%-
HSV(B)12º42.68%96.47%-
XYZ55.7347.3631.4-
YUV184.72103.33171.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=44.81%
G=29.51%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616214100.340.430.041285.3775.88
HexF6A28D0222B4c554c
Octal36624221504253414125114
Binary1111011010100010100011010100010101011100110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A28D; }

 p { color: rgb(246,162,141); }

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

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

 a { background-color: rgb(246,162,141); }

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

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

 span { border-color: rgb(246,162,141); }

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