#FFBAB5

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

Shades of Melon #FFBAB5

Tints of Melon #FFBAB5

Color information

#FFBAB5 (or 0xFFBAB5) is unknown color: approx Melon. HEX triplet: FF, BA and B5. RGB value is (255,186,181). Sum of RGB (Red+Green+Blue) = 255+186+181=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAB5 is #00454A. Grayscale: #CECECE. Windows color (decimal): -17739 or 11909887. OLE color: 11909887.

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

Color convert

RGB255186181-
CMYK00.270.290
HSL4.05º100%85.49%-
HSV(B)4.05º29.02%100%-
XYZ67.1459.7151.7-
YUV206.06113.86162.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=41.00%
G=29.90%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518618100.270.2904.0510085.49
HexFFBAB501B1D046455
Octal3772722650333504144125
Binary11111111101110101011010101101111101010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAB5; }

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

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

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

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

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

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

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

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