#FFB6AA

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

Shades of Melon #FFB6AA

Tints of Melon #FFB6AA

Color information

#FFB6AA (or 0xFFB6AA) is unknown color: approx Melon. HEX triplet: FF, B6 and AA. RGB value is (255,182,170). Sum of RGB (Red+Green+Blue) = 255+182+170=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AA is #004955. Grayscale: #CACACA. Windows color (decimal): -18774 or 11187967. OLE color: 11187967.

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

Color convert

RGB255182170-
CMYK00.290.330
HSL8.47º100%83.33%-
HSV(B)8.47º33.33%100%-
XYZ65.2257.6245.71-
YUV202.46109.68165.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=42.01%
G=29.98%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217000.290.3308.4710083.33
HexFFB6AA01D21086453
Octal37726625203541010144123
Binary1111111110110110101010100111011000010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6AA; }

 p { color: rgb(255,182,170); }

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

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

 a { background-color: rgb(255,182,170); }

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

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

 span { border-color: rgb(255,182,170); }

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