#F5B8AD

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

Shades of Melon #F5B8AD

Tints of Melon #F5B8AD

Color information

#F5B8AD (or 0xF5B8AD) is unknown color: approx Melon. HEX triplet: F5, B8 and AD. RGB value is (245,184,173). Sum of RGB (Red+Green+Blue) = 245+184+173=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B8AD is #0A4752. Grayscale: #C9C9C9. Windows color (decimal): -673619 or 11385077. OLE color: 11385077.

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

Color convert

RGB245184173-
CMYK00.250.290.04
HSL9.17º78.26%81.96%-
HSV(B)9.17º29.39%96.08%-
XYZ62.3456.7147.2-
YUV200.98112.21159.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=40.70%
G=30.56%
B=28.74%

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
Decimal24518417300.250.290.049.1778.2681.96
HexF5B8AD0191D494e52
Octal36527025503135411116122
Binary11110101101110001010110101100111101100100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8AD; }

 p { color: rgb(245,184,173); }

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

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

 a { background-color: rgb(245,184,173); }

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

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

 span { border-color: rgb(245,184,173); }

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