#F7BAAB

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

Shades of Melon #F7BAAB

Tints of Melon #F7BAAB

Color information

#F7BAAB (or 0xF7BAAB) is unknown color: approx Melon. HEX triplet: F7, BA and AB. RGB value is (247,186,171). Sum of RGB (Red+Green+Blue) = 247+186+171=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAB is #084554. Grayscale: #CACACA. Windows color (decimal): -542037 or 11254519. OLE color: 11254519.

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

Color convert

RGB247186171-
CMYK00.250.310.03
HSL11.84º82.61%81.96%-
HSV(B)11.84º30.77%96.86%-
XYZ63.2757.8346.36-
YUV202.53110.21159.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.89%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=40.89%
G=30.79%
B=28.31%

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
Decimal24718617100.250.310.0311.8482.6181.96
HexF7BAAB0191F3c5352
Octal36727225303137314123122
Binary1111011110111010101010110110011111111110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAAB; }

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

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

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

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

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

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

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

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