#FFB7AC

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

Shades of Melon #FFB7AC

Tints of Melon #FFB7AC

Color information

#FFB7AC (or 0xFFB7AC) is unknown color: approx Melon. HEX triplet: FF, B7 and AC. RGB value is (255,183,172). Sum of RGB (Red+Green+Blue) = 255+183+172=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7AC is #004853. Grayscale: #CBCBCB. Windows color (decimal): -18516 or 11319295. OLE color: 11319295.

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

Color convert

RGB255183172-
CMYK00.280.330
HSL7.95º100%83.73%-
HSV(B)7.95º32.55%100%-
XYZ65.6258.1146.79-
YUV203.27110.35164.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=41.80%
G=30%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518317200.280.3307.9510083.73
HexFFB7AC01C21086454
Octal37726725403441010144124
Binary1111111110110111101011000111001000010100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7AC; }

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

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

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

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

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

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

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

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