#FFB6A1

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

Shades of Melon #FFB6A1

Tints of Melon #FFB6A1

Color information

#FFB6A1 (or 0xFFB6A1) is unknown color: approx Melon. HEX triplet: FF, B6 and A1. RGB value is (255,182,161). Sum of RGB (Red+Green+Blue) = 255+182+161=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6A1 is #00495E. Grayscale: #C9C9C9. Windows color (decimal): -18783 or 10598143. OLE color: 10598143.

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

Color convert

RGB255182161-
CMYK00.290.370
HSL13.4º100%81.57%-
HSV(B)13.4º36.86%100%-
XYZ64.457.2941.38-
YUV201.43105.18166.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=42.64%
G=30.43%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518216100.290.37013.410081.57
HexFFB6A101D250d6452
Octal37726624103545015144122
Binary1111111110110110101000010111011001010110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6A1; }

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

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

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

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

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

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

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

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