#FFB6AB

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

Shades of Melon #FFB6AB

Tints of Melon #FFB6AB

Color information

#FFB6AB (or 0xFFB6AB) is unknown color: approx Melon. HEX triplet: FF, B6 and AB. RGB value is (255,182,171). Sum of RGB (Red+Green+Blue) = 255+182+171=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AB is #004954. Grayscale: #CACACA. Windows color (decimal): -18773 or 11253503. OLE color: 11253503.

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

Color convert

RGB255182171-
CMYK00.290.330
HSL7.86º100%83.53%-
HSV(B)7.86º32.94%100%-
XYZ65.3257.6646.21-
YUV202.57110.18165.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=41.94%
G=29.93%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217100.290.3307.8610083.53
HexFFB6AB01D21086454
Octal37726625303541010144124
Binary1111111110110110101010110111011000010100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6AB; }

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

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

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

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

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

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

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

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