#F9BAAF

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

Shades of Melon #F9BAAF

Tints of Melon #F9BAAF

Color information

#F9BAAF (or 0xF9BAAF) is unknown color: approx Melon. HEX triplet: F9, BA and AF. RGB value is (249,186,175). Sum of RGB (Red+Green+Blue) = 249+186+175=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BAAF is #064550. Grayscale: #CBCBCB. Windows color (decimal): -410961 or 11516665. OLE color: 11516665.

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

Color convert

RGB249186175-
CMYK00.250.300.02
HSL8.92º86.05%83.14%-
HSV(B)8.92º29.72%97.65%-
XYZ64.3658.3548.43-
YUV203.58111.87160.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=40.82%
G=30.49%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918617500.250.300.028.9286.0583.14
HexF9BAAF0191E295653
Octal37127225703136211126123
Binary1111100110111010101011110110011111010100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAAF; }

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

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

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

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

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

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

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

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