#FFB6B2

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

Shades of Melon #FFB6B2

Tints of Melon #FFB6B2

Color information

#FFB6B2 (or 0xFFB6B2) is unknown color: approx Melon. HEX triplet: FF, B6 and B2. RGB value is (255,182,178). Sum of RGB (Red+Green+Blue) = 255+182+178=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6B2 is #00494D. Grayscale: #CBCBCB. Windows color (decimal): -18766 or 11712255. OLE color: 11712255.

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

Color convert

RGB255182178-
CMYK00.290.300
HSL3.12º100%84.9%-
HSV(B)3.12º30.2%100%-
XYZ6657.9349.82-
YUV203.37113.68164.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 182 (71.48% from 255) = 29.59%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=41.46%
G=29.59%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217800.290.3003.1210084.9
HexFFB6B201D1E036455
Octal3772662620353603144125
Binary1111111110110110101100100111011111001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6B2; }

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

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

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

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

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

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

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

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