#F5B7AE

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

Shades of Melon #F5B7AE

Tints of Melon #F5B7AE

Color information

#F5B7AE (or 0xF5B7AE) is unknown color: approx Melon. HEX triplet: F5, B7 and AE. RGB value is (245,183,174). Sum of RGB (Red+Green+Blue) = 245+183+174=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B7AE is #0A4851. Grayscale: #C8C8C8. Windows color (decimal): -673874 or 11450357. OLE color: 11450357.

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

Color convert

RGB245183174-
CMYK00.250.290.04
HSL7.61º78.02%82.16%-
HSV(B)7.61º28.98%96.08%-
XYZ62.2356.3447.64-
YUV200.51113.04159.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=40.70%
G=30.40%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518317400.250.290.047.6178.0282.16
HexF5B7AE0191D484e52
Octal36526725603135410116122
Binary11110101101101111010111001100111101100100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7AE; }

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

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

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

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

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

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

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

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