#FFBAAE

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

Shades of Melon #FFBAAE

Tints of Melon #FFBAAE

Color information

#FFBAAE (or 0xFFBAAE) is unknown color: approx Melon. HEX triplet: FF, BA and AE. RGB value is (255,186,174). Sum of RGB (Red+Green+Blue) = 255+186+174=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAE is #004551. Grayscale: #CDCDCD. Windows color (decimal): -17746 or 11451135. OLE color: 11451135.

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

Color convert

RGB255186174-
CMYK00.270.320
HSL8.89º100%84.12%-
HSV(B)8.89º31.76%100%-
XYZ66.4459.4348.01-
YUV205.26110.36163.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=41.46%
G=30.24%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518617400.270.3208.8910084.12
HexFFBAAE01B20096454
Octal37727225603340011144124
Binary1111111110111010101011100110111000000100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAAE; }

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

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

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

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

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

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

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

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