#FFB6B1

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

Shades of Melon #FFB6B1

Tints of Melon #FFB6B1

Color information

#FFB6B1 (or 0xFFB6B1) is unknown color: approx Melon. HEX triplet: FF, B6 and B1. RGB value is (255,182,177). Sum of RGB (Red+Green+Blue) = 255+182+177=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6B1 is #00494E. Grayscale: #CBCBCB. Windows color (decimal): -18767 or 11646719. OLE color: 11646719.

HSL color Cylindrical-coordinate representation of color #FFB6B1: hue angle of 3.85º 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 #FFB6B1 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255182177-
CMYK00.290.310
HSL3.85º100%84.71%-
HSV(B)3.85º30.59%100%-
XYZ65.957.8949.3-
YUV203.26113.18164.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 177 (69.53% from 255) = 28.83%
R=41.53%
G=29.64%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217700.290.3103.8510084.71
HexFFB6B101D1F046455
Octal3772662610353704144125
Binary11111111101101101011000101110111111010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6B1; }

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

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

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

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

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

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

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

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