#FFBAA4

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

Shades of Melon #FFBAA4

Tints of Melon #FFBAA4

Color information

#FFBAA4 (or 0xFFBAA4) is unknown color: approx Melon. HEX triplet: FF, BA and A4. RGB value is (255,186,164). Sum of RGB (Red+Green+Blue) = 255+186+164=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA4 is #00455B. Grayscale: #CCCCCC. Windows color (decimal): -17756 or 10795775. OLE color: 10795775.

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

Color convert

RGB255186164-
CMYK00.270.360
HSL14.51º100%82.16%-
HSV(B)14.51º35.69%100%-
XYZ65.559.0643.07-
YUV204.12105.36164.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=42.15%
G=30.74%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518616400.270.36014.5110082.16
HexFFBAA401B240f6452
Octal37727224403344017144122
Binary1111111110111010101001000110111001000111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAA4; }

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

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

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

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

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

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

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

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