#F6BCB2

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

Shades of Melon #F6BCB2

Tints of Melon #F6BCB2

Color information

#F6BCB2 (or 0xF6BCB2) is unknown color: approx Melon. HEX triplet: F6, BC and B2. RGB value is (246,188,178). Sum of RGB (Red+Green+Blue) = 246+188+178=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BCB2 is #09434D. Grayscale: #CCCCCC. Windows color (decimal): -607054 or 11713782. OLE color: 11713782.

HSL color Cylindrical-coordinate representation of color #F6BCB2: hue angle of 8.82º degrees, saturation: 0.79, 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 #F6BCB2 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246188178-
CMYK00.240.280.04
HSL8.82º79.07%83.14%-
HSV(B)8.82º27.64%96.47%-
XYZ64.0358.7750.09-
YUV204.2113.22157.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 178 (69.92% from 255) = 29.08%
R=40.20%
G=30.72%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618817800.240.280.048.8279.0783.14
HexF6BCB20181C494f53
Octal36627426203034411117123
Binary11110110101111001011001001100011100100100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCB2; }

 p { color: rgb(246,188,178); }

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

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

 a { background-color: rgb(246,188,178); }

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

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

 span { border-color: rgb(246,188,178); }

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