#F9BCAC

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

Shades of Melon #F9BCAC

Tints of Melon #F9BCAC

Color information

#F9BCAC (or 0xF9BCAC) is unknown color: approx Melon. HEX triplet: F9, BC and AC. RGB value is (249,188,172). Sum of RGB (Red+Green+Blue) = 249+188+172=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCAC is #064353. Grayscale: #CCCCCC. Windows color (decimal): -410452 or 11320569. OLE color: 11320569.

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

Color convert

RGB249188172-
CMYK00.240.310.02
HSL12.47º86.52%82.55%-
HSV(B)12.47º30.92%97.65%-
XYZ64.559.0847.03-
YUV204.42109.71159.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=40.89%
G=30.87%
B=28.24%

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
Decimal24918817200.240.310.0212.4786.5282.55
HexF9BCAC0181F2c5753
Octal37127425403037214127123
Binary1111100110111100101011000110001111110110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCAC; }

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

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

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

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

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

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

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

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