#FFB9AE

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

Shades of Melon #FFB9AE

Tints of Melon #FFB9AE

Color information

#FFB9AE (or 0xFFB9AE) is unknown color: approx Melon. HEX triplet: FF, B9 and AE. RGB value is (255,185,174). Sum of RGB (Red+Green+Blue) = 255+185+174=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9AE is #004651. Grayscale: #CCCCCC. Windows color (decimal): -18002 or 11450879. OLE color: 11450879.

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

Color convert

RGB255185174-
CMYK00.270.320
HSL8.15º100%84.12%-
HSV(B)8.15º31.76%100%-
XYZ66.2359.0147.94-
YUV204.68110.69163.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 185 (72.66% from 255) = 30.13%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=41.53%
G=30.13%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518517400.270.3208.1510084.12
HexFFB9AE01B20086454
Octal37727125603340010144124
Binary1111111110111001101011100110111000000100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9AE; }

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

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

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

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

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

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

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

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