#F7BAAE

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

Shades of Melon #F7BAAE

Tints of Melon #F7BAAE

Color information

#F7BAAE (or 0xF7BAAE) is unknown color: approx Melon. HEX triplet: F7, BA and AE. RGB value is (247,186,174). Sum of RGB (Red+Green+Blue) = 247+186+174=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAE is #084551. Grayscale: #CACACA. Windows color (decimal): -542034 or 11451127. OLE color: 11451127.

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

Color convert

RGB247186174-
CMYK00.250.300.03
HSL9.86º82.02%82.55%-
HSV(B)9.86º29.55%96.86%-
XYZ63.5657.9547.88-
YUV202.87111.71159.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=40.69%
G=30.64%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718617400.250.300.039.8682.0282.55
HexF7BAAE0191E3a5253
Octal36727225603136312122123
Binary1111011110111010101011100110011111011101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAAE; }

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

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

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

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

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

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

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

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