#FFB5B0

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

Shades of Melon #FFB5B0

Tints of Melon #FFB5B0

Color information

#FFB5B0 (or 0xFFB5B0) is unknown color: approx Melon. HEX triplet: FF, B5 and B0. RGB value is (255,181,176). Sum of RGB (Red+Green+Blue) = 255+181+176=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5B0 is #004A4F. Grayscale: #CACACA. Windows color (decimal): -19024 or 11580927. OLE color: 11580927.

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

Color convert

RGB255181176-
CMYK00.290.310
HSL3.8º100%84.51%-
HSV(B)3.8º30.98%100%-
XYZ65.657.4448.7-
YUV202.56113.02165.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 176 (69.14% from 255) = 28.76%
R=41.67%
G=29.58%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518117600.290.3103.810084.51
HexFFB5B001D1F046455
Octal3772652600353704144125
Binary11111111101101011011000001110111111010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5B0; }

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

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

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

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

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

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

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

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