#FFB6AC

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

Shades of Melon #FFB6AC

Tints of Melon #FFB6AC

Color information

#FFB6AC (or 0xFFB6AC) is unknown color: approx Melon. HEX triplet: FF, B6 and AC. RGB value is (255,182,172). Sum of RGB (Red+Green+Blue) = 255+182+172=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB6AC is #004953. Grayscale: #CACACA. Windows color (decimal): -18772 or 11319039. OLE color: 11319039.

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

Color convert

RGB255182172-
CMYK00.290.330
HSL7.23º100%83.73%-
HSV(B)7.23º32.55%100%-
XYZ65.4157.6946.72-
YUV202.69110.68165.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=41.87%
G=29.89%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518217200.290.3307.2310083.73
HexFFB6AC01D21076454
Octal3772662540354107144124
Binary111111111011011010101100011101100001011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6AC; }

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

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

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

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

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

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

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

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