#F4BCAC

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

Shades of Melon #F4BCAC

Tints of Melon #F4BCAC

Color information

#F4BCAC (or 0xF4BCAC) is unknown color: approx Melon. HEX triplet: F4, BC and AC. RGB value is (244,188,172). Sum of RGB (Red+Green+Blue) = 244+188+172=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCAC is #0B4353. Grayscale: #CBCBCB. Windows color (decimal): -738132 or 11320564. OLE color: 11320564.

HSL color Cylindrical-coordinate representation of color #F4BCAC: hue angle of 13.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BCAC is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244188172-
CMYK00.230.300.04
HSL13.33º76.6%81.57%-
HSV(B)13.33º29.51%95.69%-
XYZ62.7458.1846.95-
YUV202.92110.55157.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=40.40%
G=31.13%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418817200.230.300.0413.3376.681.57
HexF4BCAC0171E4d4d52
Octal36427425402736415115122
Binary11110100101111001010110001011111110100110110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCAC; }

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

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

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

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

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

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

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

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