#F5BCB1

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

Shades of Melon #F5BCB1

Tints of Melon #F5BCB1

Color information

#F5BCB1 (or 0xF5BCB1) is unknown color: approx Melon. HEX triplet: F5, BC and B1. RGB value is (245,188,177). Sum of RGB (Red+Green+Blue) = 245+188+177=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BCB1 is #0A434E. Grayscale: #CBCBCB. Windows color (decimal): -672591 or 11648245. OLE color: 11648245.

HSL color Cylindrical-coordinate representation of color #F5BCB1: hue angle of 9.71º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5BCB1 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB245188177-
CMYK00.230.280.04
HSL9.71º77.27%82.75%-
HSV(B)9.71º27.76%96.08%-
XYZ63.5858.5549.55-
YUV203.79112.88157.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=40.16%
G=30.82%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518817700.230.280.049.7177.2782.75
HexF5BCB10171C4a4d53
Octal36527426102734412115123
Binary11110101101111001011000101011111100100101010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCB1; }

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

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

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

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

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

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

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

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