#F9BDAF

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

Shades of Melon #F9BDAF

Tints of Melon #F9BDAF

Color information

#F9BDAF (or 0xF9BDAF) is unknown color: approx Melon. HEX triplet: F9, BD and AF. RGB value is (249,189,175). Sum of RGB (Red+Green+Blue) = 249+189+175=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDAF is #064250. Grayscale: #CDCDCD. Windows color (decimal): -410193 or 11517433. OLE color: 11517433.

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

Color convert

RGB249189175-
CMYK00.240.300.02
HSL11.35º86.05%83.14%-
HSV(B)11.35º29.72%97.65%-
XYZ6559.6348.64-
YUV205.34110.88159.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=40.62%
G=30.83%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918917500.240.300.0211.3586.0583.14
HexF9BDAF0181E2b5653
Octal37127525703036213126123
Binary1111100110111101101011110110001111010101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDAF; }

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

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

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

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

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

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

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

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