#FFB6AE

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

Shades of Melon #FFB6AE

Tints of Melon #FFB6AE

Color information

#FFB6AE (or 0xFFB6AE) is unknown color: approx Melon. HEX triplet: FF, B6 and AE. RGB value is (255,182,174). Sum of RGB (Red+Green+Blue) = 255+182+174=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AE is #004951. Grayscale: #CBCBCB. Windows color (decimal): -18770 or 11450111. OLE color: 11450111.

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

Color convert

RGB255182174-
CMYK00.290.320
HSL5.93º100%84.12%-
HSV(B)5.93º31.76%100%-
XYZ65.6157.7747.74-
YUV202.92111.68165.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=41.73%
G=29.79%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217400.290.3205.9310084.12
HexFFB6AE01D20066454
Octal3772662560354006144124
Binary111111111011011010101110011101100000011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6AE; }

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

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

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

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

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

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

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

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