#FFBAB4

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

Shades of Melon #FFBAB4

Tints of Melon #FFBAB4

Color information

#FFBAB4 (or 0xFFBAB4) is unknown color: approx Melon. HEX triplet: FF, BA and B4. RGB value is (255,186,180). Sum of RGB (Red+Green+Blue) = 255+186+180=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAB4 is #00454B. Grayscale: #CECECE. Windows color (decimal): -17740 or 11844351. OLE color: 11844351.

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

Color convert

RGB255186180-
CMYK00.270.290
HSL4.8º100%85.29%-
HSV(B)4.8º29.41%100%-
XYZ67.0459.6751.16-
YUV205.95113.36162.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=41.06%
G=29.95%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518618000.270.2904.810085.29
HexFFBAB401B1D056455
Octal3772722640333505144125
Binary11111111101110101011010001101111101010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAB4; }

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

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

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

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

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

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

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

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