#F5BAAE

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

Shades of Melon #F5BAAE

Tints of Melon #F5BAAE

Color information

#F5BAAE (or 0xF5BAAE) is unknown color: approx Melon. HEX triplet: F5, BA and AE. RGB value is (245,186,174). Sum of RGB (Red+Green+Blue) = 245+186+174=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BAAE is #0A4551. Grayscale: #CACACA. Windows color (decimal): -673106 or 11451125. OLE color: 11451125.

HSL color Cylindrical-coordinate representation of color #F5BAAE: hue angle of 10.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5BAAE is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245186174-
CMYK00.240.290.04
HSL10.14º78.02%82.16%-
HSV(B)10.14º28.98%96.08%-
XYZ62.8657.5947.85-
YUV202.27112.05158.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=40.50%
G=30.74%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518617400.240.290.0410.1478.0282.16
HexF5BAAE0181D4a4e52
Octal36527225603035412116122
Binary11110101101110101010111001100011101100101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BAAE; }

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

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

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

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

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

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

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

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