#FFBBA4

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

Shades of Melon #FFBBA4

Tints of Melon #FFBBA4

Color information

#FFBBA4 (or 0xFFBBA4) is unknown color: approx Melon. HEX triplet: FF, BB and A4. RGB value is (255,187,164). Sum of RGB (Red+Green+Blue) = 255+187+164=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA4 is #00445B. Grayscale: #CCCCCC. Windows color (decimal): -17500 or 10796031. OLE color: 10796031.

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

Color convert

RGB255187164-
CMYK00.270.360
HSL15.16º100%82.16%-
HSV(B)15.16º35.69%100%-
XYZ65.7159.4843.14-
YUV204.71105.03163.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=42.08%
G=30.86%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518716400.270.36015.1610082.16
HexFFBBA401B240f6452
Octal37727324403344017144122
Binary1111111110111011101001000110111001000111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBA4; }

 p { color: rgb(255,187,164); }

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

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

 a { background-color: rgb(255,187,164); }

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

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

 span { border-color: rgb(255,187,164); }

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