#FFB9B1

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

Shades of Melon #FFB9B1

Tints of Melon #FFB9B1

Color information

#FFB9B1 (or 0xFFB9B1) is unknown color: approx Melon. HEX triplet: FF, B9 and B1. RGB value is (255,185,177). Sum of RGB (Red+Green+Blue) = 255+185+177=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9B1 is #00464E. Grayscale: #CDCDCD. Windows color (decimal): -17999 or 11647487. OLE color: 11647487.

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

Color convert

RGB255185177-
CMYK00.270.310
HSL6.15º100%84.71%-
HSV(B)6.15º30.59%100%-
XYZ66.5259.1349.5-
YUV205.02112.19163.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=41.33%
G=29.98%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518517700.270.3106.1510084.71
HexFFB9B101B1F066455
Octal3772712610333706144125
Binary11111111101110011011000101101111111011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9B1; }

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

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

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

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

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

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

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

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