#F9B9AF

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

Shades of Melon #F9B9AF

Tints of Melon #F9B9AF

Color information

#F9B9AF (or 0xF9B9AF) is unknown color: approx Melon. HEX triplet: F9, B9 and AF. RGB value is (249,185,175). Sum of RGB (Red+Green+Blue) = 249+185+175=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B9AF is #064650. Grayscale: #CBCBCB. Windows color (decimal): -411217 or 11516409. OLE color: 11516409.

HSL color Cylindrical-coordinate representation of color #F9B9AF: hue angle of 8.11º 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 #F9B9AF is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249185175-
CMYK00.260.300.02
HSL8.11º86.05%83.14%-
HSV(B)8.11º29.72%97.65%-
XYZ64.1557.9348.36-
YUV203112.2160.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=40.89%
G=30.38%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918517500.260.300.028.1186.0583.14
HexF9B9AF01A1E285653
Octal37127125703236210126123
Binary1111100110111001101011110110101111010100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9AF; }

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

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

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

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

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

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

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

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