#F5BCAE

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

Shades of Melon #F5BCAE

Tints of Melon #F5BCAE

Color information

#F5BCAE (or 0xF5BCAE) is unknown color: approx Melon. HEX triplet: F5, BC and AE. RGB value is (245,188,174). Sum of RGB (Red+Green+Blue) = 245+188+174=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCAE is #0A4351. Grayscale: #CBCBCB. Windows color (decimal): -672594 or 11451637. OLE color: 11451637.

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

Color convert

RGB245188174-
CMYK00.230.290.04
HSL11.83º78.02%82.16%-
HSV(B)11.83º28.98%96.08%-
XYZ63.2858.4347.99-
YUV203.45111.38157.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=40.36%
G=30.97%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518817400.230.290.0411.8378.0282.16
HexF5BCAE0171D4c4e52
Octal36527425602735414116122
Binary11110101101111001010111001011111101100110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCAE; }

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

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

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

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

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

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

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

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