#FFB5B2

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

Shades of Melon #FFB5B2

Tints of Melon #FFB5B2

Color information

#FFB5B2 (or 0xFFB5B2) is unknown color: approx Melon. HEX triplet: FF, B5 and B2. RGB value is (255,181,178). Sum of RGB (Red+Green+Blue) = 255+181+178=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5B2 is #004A4D. Grayscale: #CACACA. Windows color (decimal): -19022 or 11711999. OLE color: 11711999.

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

Color convert

RGB255181178-
CMYK00.290.300
HSL2.34º100%84.9%-
HSV(B)2.34º30.2%100%-
XYZ65.857.5249.75-
YUV202.78114.02165.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 178 (69.92% from 255) = 28.99%
R=41.53%
G=29.48%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518117800.290.3002.3410084.9
HexFFB5B201D1E026455
Octal3772652620353602144125
Binary1111111110110101101100100111011111001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5B2; }

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

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

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

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

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

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

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

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