#F4BDAC

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

Shades of Melon #F4BDAC

Tints of Melon #F4BDAC

Color information

#F4BDAC (or 0xF4BDAC) is unknown color: approx Melon. HEX triplet: F4, BD and AC. RGB value is (244,189,172). Sum of RGB (Red+Green+Blue) = 244+189+172=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BDAC is #0B4253. Grayscale: #CBCBCB. Windows color (decimal): -737876 or 11320820. OLE color: 11320820.

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

Color convert

RGB244189172-
CMYK00.230.300.04
HSL14.17º76.6%81.57%-
HSV(B)14.17º29.51%95.69%-
XYZ62.9558.6147.02-
YUV203.51110.22156.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.33%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=40.33%
G=31.24%
B=28.43%

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
Decimal24418917200.230.300.0414.1776.681.57
HexF4BDAC0171E4e4d52
Octal36427525402736416115122
Binary11110100101111011010110001011111110100111010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDAC; }

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

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

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

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

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

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

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

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