#F9BDAC

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

Shades of Melon #F9BDAC

Tints of Melon #F9BDAC

Color information

#F9BDAC (or 0xF9BDAC) is unknown color: approx Melon. HEX triplet: F9, BD and AC. RGB value is (249,189,172). Sum of RGB (Red+Green+Blue) = 249+189+172=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDAC is #064253. Grayscale: #CDCDCD. Windows color (decimal): -410196 or 11320825. OLE color: 11320825.

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

Color convert

RGB249189172-
CMYK00.240.310.02
HSL13.25º86.52%82.55%-
HSV(B)13.25º30.92%97.65%-
XYZ64.7159.5147.11-
YUV205109.38159.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=40.82%
G=30.98%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918917200.240.310.0213.2586.5282.55
HexF9BDAC0181F2d5753
Octal37127525403037215127123
Binary1111100110111101101011000110001111110110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDAC; }

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

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

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

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

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

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

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

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