#FFB6A2

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

Shades of Melon #FFB6A2

Tints of Melon #FFB6A2

Color information

#FFB6A2 (or 0xFFB6A2) is unknown color: approx Melon. HEX triplet: FF, B6 and A2. RGB value is (255,182,162). Sum of RGB (Red+Green+Blue) = 255+182+162=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6A2 is #00495D. Grayscale: #C9C9C9. Windows color (decimal): -18782 or 10663679. OLE color: 10663679.

HSL color Cylindrical-coordinate representation of color #FFB6A2: hue angle of 12.9º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFB6A2 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255182162-
CMYK00.290.360
HSL12.9º100%81.76%-
HSV(B)12.9º36.47%100%-
XYZ64.4957.3241.85-
YUV201.55105.68166.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=42.57%
G=30.38%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518216200.290.36012.910081.76
HexFFB6A201D240d6452
Octal37726624203544015144122
Binary1111111110110110101000100111011001000110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6A2; }

 p { color: rgb(255,182,162); }

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

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

 a { background-color: rgb(255,182,162); }

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

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

 span { border-color: rgb(255,182,162); }

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