#F9BAAC

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

Shades of Melon #F9BAAC

Tints of Melon #F9BAAC

Color information

#F9BAAC (or 0xF9BAAC) is unknown color: approx Melon. HEX triplet: F9, BA and AC. RGB value is (249,186,172). Sum of RGB (Red+Green+Blue) = 249+186+172=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BAAC is #064553. Grayscale: #CBCBCB. Windows color (decimal): -410964 or 11320057. OLE color: 11320057.

HSL color Cylindrical-coordinate representation of color #F9BAAC: hue angle of 10.91º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9BAAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249186172-
CMYK00.250.310.02
HSL10.91º86.52%82.55%-
HSV(B)10.91º30.92%97.65%-
XYZ64.0758.2446.89-
YUV203.24110.37160.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=41.02%
G=30.64%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918617200.250.310.0210.9186.5282.55
HexF9BAAC0191F2b5753
Octal37127225403137213127123
Binary1111100110111010101011000110011111110101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAAC; }

 p { color: rgb(249,186,172); }

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

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

 a { background-color: rgb(249,186,172); }

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

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

 span { border-color: rgb(249,186,172); }

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