#F5B7AF

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

Shades of Melon #F5B7AF

Tints of Melon #F5B7AF

Color information

#F5B7AF (or 0xF5B7AF) is unknown color: approx Melon. HEX triplet: F5, B7 and AF. RGB value is (245,183,175). Sum of RGB (Red+Green+Blue) = 245+183+175=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B7AF is #0A4850. Grayscale: #C8C8C8. Windows color (decimal): -673873 or 11515893. OLE color: 11515893.

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

Color convert

RGB245183175-
CMYK00.250.290.04
HSL6.86º77.78%82.35%-
HSV(B)6.86º28.57%96.08%-
XYZ62.3356.3748.15-
YUV200.63113.54159.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=40.63%
G=30.35%
B=29.02%

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
Decimal24518317500.250.290.046.8677.7882.35
HexF5B7AF0191D474e52
Octal3652672570313547116122
Binary1111010110110111101011110110011110110011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7AF; }

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

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

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

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

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

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

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

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