#FFBAA5

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

Shades of Melon #FFBAA5

Tints of Melon #FFBAA5

Color information

#FFBAA5 (or 0xFFBAA5) is unknown color: approx Melon. HEX triplet: FF, BA and A5. RGB value is (255,186,165). Sum of RGB (Red+Green+Blue) = 255+186+165=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA5 is #00455A. Grayscale: #CCCCCC. Windows color (decimal): -17755 or 10861311. OLE color: 10861311.

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

Color convert

RGB255186165-
CMYK00.270.350
HSL14º100%82.35%-
HSV(B)14º35.29%100%-
XYZ65.5959.0943.55-
YUV204.24105.86164.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=42.08%
G=30.69%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518616500.270.3501410082.35
HexFFBAA501B230e6452
Octal37727224503343016144122
Binary1111111110111010101001010110111000110111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAA5; }

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

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

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

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

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

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

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

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