#F6BBB0

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

Shades of Melon #F6BBB0

Tints of Melon #F6BBB0

Color information

#F6BBB0 (or 0xF6BBB0) is unknown color: approx Melon. HEX triplet: F6, BB and B0. RGB value is (246,187,176). Sum of RGB (Red+Green+Blue) = 246+187+176=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBB0 is #09444F. Grayscale: #CBCBCB. Windows color (decimal): -607312 or 11582454. OLE color: 11582454.

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

Color convert

RGB246187176-
CMYK00.240.280.04
HSL9.43º79.55%82.75%-
HSV(B)9.43º28.46%96.47%-
XYZ63.6158.2748.97-
YUV203.39112.55158.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 176 (69.14% from 255) = 28.90%
R=40.39%
G=30.71%
B=28.90%

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
Decimal24618717600.240.280.049.4379.5582.75
HexF6BBB00181C495053
Octal36627326003034411120123
Binary11110110101110111011000001100011100100100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBB0; }

 p { color: rgb(246,187,176); }

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

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

 a { background-color: rgb(246,187,176); }

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

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

 span { border-color: rgb(246,187,176); }

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