#F4BCAD

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

Shades of Melon #F4BCAD

Tints of Melon #F4BCAD

Color information

#F4BCAD (or 0xF4BCAD) is unknown color: approx Melon. HEX triplet: F4, BC and AD. RGB value is (244,188,173). Sum of RGB (Red+Green+Blue) = 244+188+173=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BCAD is #0B4352. Grayscale: #CBCBCB. Windows color (decimal): -738131 or 11386100. OLE color: 11386100.

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

Color convert

RGB244188173-
CMYK00.230.290.04
HSL12.68º76.34%81.76%-
HSV(B)12.68º29.1%95.69%-
XYZ62.8358.2247.46-
YUV203.03111.05157.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.33%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=40.33%
G=31.07%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418817300.230.290.0412.6876.3481.76
HexF4BCAD0171D4d4c52
Octal36427425502735415114122
Binary11110100101111001010110101011111101100110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCAD; }

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

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

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

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

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

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

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

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