#FFB9AB

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

Shades of Melon #FFB9AB

Tints of Melon #FFB9AB

Color information

#FFB9AB (or 0xFFB9AB) is unknown color: approx Melon. HEX triplet: FF, B9 and AB. RGB value is (255,185,171). Sum of RGB (Red+Green+Blue) = 255+185+171=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AB is #004654. Grayscale: #CCCCCC. Windows color (decimal): -18005 or 11254271. OLE color: 11254271.

HSL color Cylindrical-coordinate representation of color #FFB9AB: hue angle of 10º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB9AB is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255185171-
CMYK00.270.330
HSL10º100%83.53%-
HSV(B)10º32.94%100%-
XYZ65.9458.946.42-
YUV204.33109.19164.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=41.73%
G=30.28%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518517100.270.3301010083.53
HexFFB9AB01B210a6454
Octal37727125303341012144124
Binary1111111110111001101010110110111000010101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9AB; }

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

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

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

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

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

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

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

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