#FFB5B1

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

Shades of Melon #FFB5B1

Tints of Melon #FFB5B1

Color information

#FFB5B1 (or 0xFFB5B1) is unknown color: approx Melon. HEX triplet: FF, B5 and B1. RGB value is (255,181,177). Sum of RGB (Red+Green+Blue) = 255+181+177=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5B1 is #004A4E. Grayscale: #CACACA. Windows color (decimal): -19023 or 11646463. OLE color: 11646463.

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

Color convert

RGB255181177-
CMYK00.290.310
HSL3.08º100%84.71%-
HSV(B)3.08º30.59%100%-
XYZ65.757.4849.23-
YUV202.67113.52165.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 177 (69.53% from 255) = 28.87%
R=41.60%
G=29.53%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518117700.290.3103.0810084.71
HexFFB5B101D1F036455
Octal3772652610353703144125
Binary1111111110110101101100010111011111101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5B1; }

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

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

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

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

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

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

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

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