#F7BAAA

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

Shades of Melon #F7BAAA

Tints of Melon #F7BAAA

Color information

#F7BAAA (or 0xF7BAAA) is unknown color: approx Melon. HEX triplet: F7, BA and AA. RGB value is (247,186,170). Sum of RGB (Red+Green+Blue) = 247+186+170=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAA is #084555. Grayscale: #CACACA. Windows color (decimal): -542038 or 11188983. OLE color: 11188983.

HSL color Cylindrical-coordinate representation of color #F7BAAA: hue angle of 12.47º 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 #F7BAAA is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247186170-
CMYK00.250.310.03
HSL12.47º82.8%81.76%-
HSV(B)12.47º31.17%96.86%-
XYZ63.1757.7945.86-
YUV202.41109.71159.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=40.96%
G=30.85%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718617000.250.310.0312.4782.881.76
HexF7BAAA0191F3c5352
Octal36727225203137314123122
Binary1111011110111010101010100110011111111110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAAA; }

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

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

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

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

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

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

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

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