#F4BAAE

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

Shades of Melon #F4BAAE

Tints of Melon #F4BAAE

Color information

#F4BAAE (or 0xF4BAAE) is unknown color: approx Melon. HEX triplet: F4, BA and AE. RGB value is (244,186,174). Sum of RGB (Red+Green+Blue) = 244+186+174=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BAAE is #0B4551. Grayscale: #CACACA. Windows color (decimal): -738642 or 11451124. OLE color: 11451124.

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

Color convert

RGB244186174-
CMYK00.240.290.04
HSL10.29º76.09%81.96%-
HSV(B)10.29º28.69%95.69%-
XYZ62.5157.4147.83-
YUV201.97112.22157.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=40.40%
G=30.79%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418617400.240.290.0410.2976.0981.96
HexF4BAAE0181D4a4c52
Octal36427225603035412114122
Binary11110100101110101010111001100011101100101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAAE; }

 p { color: rgb(244,186,174); }

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

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

 a { background-color: rgb(244,186,174); }

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

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

 span { border-color: rgb(244,186,174); }

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