#F5BBAE

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

Shades of Melon #F5BBAE

Tints of Melon #F5BBAE

Color information

#F5BBAE (or 0xF5BBAE) is unknown color: approx Melon. HEX triplet: F5, BB and AE. RGB value is (245,187,174). Sum of RGB (Red+Green+Blue) = 245+187+174=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BBAE is #0A4451. Grayscale: #CACACA. Windows color (decimal): -672850 or 11451381. OLE color: 11451381.

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

Color convert

RGB245187174-
CMYK00.240.290.04
HSL10.99º78.02%82.16%-
HSV(B)10.99º28.98%96.08%-
XYZ63.0758.0147.92-
YUV202.86111.72158.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=40.43%
G=30.86%
B=28.71%

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
Decimal24518717400.240.290.0410.9978.0282.16
HexF5BBAE0181D4b4e52
Octal36527325603035413116122
Binary11110101101110111010111001100011101100101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBAE; }

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

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

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

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

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

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

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

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