#FFB9A3

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

Shades of Melon #FFB9A3

Tints of Melon #FFB9A3

Color information

#FFB9A3 (or 0xFFB9A3) is unknown color: approx Melon. HEX triplet: FF, B9 and A3. RGB value is (255,185,163). Sum of RGB (Red+Green+Blue) = 255+185+163=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A3 is #00465C. Grayscale: #CBCBCB. Windows color (decimal): -18013 or 10729983. OLE color: 10729983.

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

Color convert

RGB255185163-
CMYK00.270.360
HSL14.35º100%81.96%-
HSV(B)14.35º36.08%100%-
XYZ65.258.642.53-
YUV203.42105.19164.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 163 (64.06% from 255) = 27.03%
R=42.29%
G=30.68%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518516300.270.36014.3510081.96
HexFFB9A301B240e6452
Octal37727124303344016144122
Binary1111111110111001101000110110111001000111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9A3; }

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

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

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

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

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

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

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

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