#F7BBAF

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

Shades of Melon #F7BBAF

Tints of Melon #F7BBAF

Color information

#F7BBAF (or 0xF7BBAF) is unknown color: approx Melon. HEX triplet: F7, BB and AF. RGB value is (247,187,175). Sum of RGB (Red+Green+Blue) = 247+187+175=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BBAF is #084450. Grayscale: #CBCBCB. Windows color (decimal): -541777 or 11516919. OLE color: 11516919.

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

Color convert

RGB247187175-
CMYK00.240.290.03
HSL10º81.82%82.75%-
HSV(B)10º29.15%96.86%-
XYZ63.8758.4148.47-
YUV203.57111.88158.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=40.56%
G=30.71%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718717500.240.290.031081.8282.75
HexF7BBAF0181D3a5253
Octal36727325703035312122123
Binary1111011110111011101011110110001110111101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBAF; }

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

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

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

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

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

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

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

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