#F7BFAA

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

Shades of Melon #F7BFAA

Tints of Melon #F7BFAA

Color information

#F7BFAA (or 0xF7BFAA) is unknown color: approx Melon. HEX triplet: F7, BF and AA. RGB value is (247,191,170). Sum of RGB (Red+Green+Blue) = 247+191+170=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BFAA is #084055. Grayscale: #CDCDCD. Windows color (decimal): -540758 or 11190263. OLE color: 11190263.

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

Color convert

RGB247191170-
CMYK00.230.310.03
HSL16.36º82.8%81.76%-
HSV(B)16.36º31.17%96.86%-
XYZ64.2459.9446.21-
YUV205.35108.05157.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=40.62%
G=31.41%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719117000.230.310.0316.3682.881.76
HexF7BFAA0171F3105352
Octal36727725202737320123122
Binary11110111101111111010101001011111111111000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFAA; }

 p { color: rgb(247,191,170); }

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

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

 a { background-color: rgb(247,191,170); }

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

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

 span { border-color: rgb(247,191,170); }

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