#FFB6B0

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

Shades of Melon #FFB6B0

Tints of Melon #FFB6B0

Color information

#FFB6B0 (or 0xFFB6B0) is unknown color: approx Melon. HEX triplet: FF, B6 and B0. RGB value is (255,182,176). Sum of RGB (Red+Green+Blue) = 255+182+176=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6B0 is #00494F. Grayscale: #CBCBCB. Windows color (decimal): -18768 or 11581183. OLE color: 11581183.

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

Color convert

RGB255182176-
CMYK00.290.310
HSL4.56º100%84.51%-
HSV(B)4.56º30.98%100%-
XYZ65.857.8548.77-
YUV203.14112.68164.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 176 (69.14% from 255) = 28.71%
R=41.60%
G=29.69%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217600.290.3104.5610084.51
HexFFB6B001D1F056455
Octal3772662600353705144125
Binary11111111101101101011000001110111111010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6B0; }

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

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

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

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

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

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

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

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