#F7BCB3

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

Shades of Melon #F7BCB3

Tints of Melon #F7BCB3

Color information

#F7BCB3 (or 0xF7BCB3) is unknown color: approx Melon. HEX triplet: F7, BC and B3. RGB value is (247,188,179). Sum of RGB (Red+Green+Blue) = 247+188+179=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCB3 is #08434C. Grayscale: #CCCCCC. Windows color (decimal): -541517 or 11779319. OLE color: 11779319.

HSL color Cylindrical-coordinate representation of color #F7BCB3: hue angle of 7.94º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7BCB3 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB247188179-
CMYK00.240.280.03
HSL7.94º80.95%83.53%-
HSV(B)7.94º27.53%96.86%-
XYZ64.485950.64-
YUV204.62113.55158.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 179 (70.31% from 255) = 29.15%
R=40.23%
G=30.62%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718817900.240.280.037.9480.9583.53
HexF7BCB30181C385154
Octal36727426303034310121124
Binary1111011110111100101100110110001110011100010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCB3; }

 p { color: rgb(247,188,179); }

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

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

 a { background-color: rgb(247,188,179); }

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

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

 span { border-color: rgb(247,188,179); }

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