#F6BBAF

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

Shades of Melon #F6BBAF

Tints of Melon #F6BBAF

Color information

#F6BBAF (or 0xF6BBAF) is unknown color: approx Melon. HEX triplet: F6, BB and AF. RGB value is (246,187,175). Sum of RGB (Red+Green+Blue) = 246+187+175=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BBAF is #094450. Grayscale: #CBCBCB. Windows color (decimal): -607313 or 11516918. OLE color: 11516918.

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

Color convert

RGB246187175-
CMYK00.240.290.04
HSL10.14º79.78%82.55%-
HSV(B)10.14º28.86%96.47%-
XYZ63.5158.2348.45-
YUV203.27112.05158.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=40.46%
G=30.76%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618717500.240.290.0410.1479.7882.55
HexF6BBAF0181D4a5053
Octal36627325703035412120123
Binary11110110101110111010111101100011101100101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BBAF; }

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

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

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

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

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

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

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

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