#ffb9b2

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

Shades of Melon #FFB9B2

Tints of Melon #FFB9B2

Color information

#FFB9B2 (or 0xFFB9B2) is unknown color: approx Melon. HEX triplet: FF, B9 and B2. RGB value is (255,185,178). Sum of RGB (Red+Green+Blue) = 255+185+178=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9B2 is #00464D. Grayscale: #CDCDCD. Windows color (decimal): -17998 or 11713023. OLE color: 11713023.

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

Color convert

RGB255185178-
CMYK00.270.300
HSL5.45º100%84.9%-
HSV(B)5.45º30.2%100%-
XYZ66.6259.1750.03-
YUV205.13112.69163.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=41.26%
G=29.94%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518517800.270.3005.4510084.9
HexFFB9B201B1E056455
Octal3772712620333605144125
Binary11111111101110011011001001101111110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb9b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb9b2; }

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

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

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

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

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

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

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

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