#FFB4AC

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

Shades of Melon #FFB4AC

Tints of Melon #FFB4AC

Color information

#FFB4AC (or 0xFFB4AC) is unknown color: approx Melon. HEX triplet: FF, B4 and AC. RGB value is (255,180,172). Sum of RGB (Red+Green+Blue) = 255+180+172=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AC is #004B53. Grayscale: #C9C9C9. Windows color (decimal): -19284 or 11318527. OLE color: 11318527.

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

Color convert

RGB255180172-
CMYK00.290.330
HSL5.78º100%83.73%-
HSV(B)5.78º32.55%100%-
XYZ65.0156.8846.58-
YUV201.51111.35166.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=42.01%
G=29.65%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518017200.290.3305.7810083.73
HexFFB4AC01D21066454
Octal3772642540354106144124
Binary111111111011010010101100011101100001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4AC; }

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

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

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

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

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

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

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

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