#F5BCAF

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

Shades of Melon #F5BCAF

Tints of Melon #F5BCAF

Color information

#F5BCAF (or 0xF5BCAF) is unknown color: approx Melon. HEX triplet: F5, BC and AF. RGB value is (245,188,175). Sum of RGB (Red+Green+Blue) = 245+188+175=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCAF is #0A4350. Grayscale: #CBCBCB. Windows color (decimal): -672593 or 11517173. OLE color: 11517173.

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

Color convert

RGB245188175-
CMYK00.230.290.04
HSL11.14º77.78%82.35%-
HSV(B)11.14º28.57%96.08%-
XYZ63.3858.4748.5-
YUV203.56111.88157.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=40.30%
G=30.92%
B=28.78%

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
Decimal24518817500.230.290.0411.1477.7882.35
HexF5BCAF0171D4b4e52
Octal36527425702735413116122
Binary11110101101111001010111101011111101100101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCAF; }

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

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

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

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

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

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

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

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