#FFB6AD

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

Shades of Melon #FFB6AD

Tints of Melon #FFB6AD

Color information

#FFB6AD (or 0xFFB6AD) is unknown color: approx Melon. HEX triplet: FF, B6 and AD. RGB value is (255,182,173). Sum of RGB (Red+Green+Blue) = 255+182+173=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AD is #004952. Grayscale: #CACACA. Windows color (decimal): -18771 or 11384575. OLE color: 11384575.

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

Color convert

RGB255182173-
CMYK00.290.320
HSL6.59º100%83.92%-
HSV(B)6.59º32.16%100%-
XYZ65.5157.7347.23-
YUV202.8111.18165.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=41.80%
G=29.84%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217300.290.3206.5910083.92
HexFFB6AD01D20076454
Octal3772662550354007144124
Binary111111111011011010101101011101100000011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6AD; }

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

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

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

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

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

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

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

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