#F4BBAA

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

Shades of Melon #F4BBAA

Tints of Melon #F4BBAA

Color information

#F4BBAA (or 0xF4BBAA) is unknown color: approx Melon. HEX triplet: F4, BB and AA. RGB value is (244,187,170). Sum of RGB (Red+Green+Blue) = 244+187+170=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BBAA is #0B4455. Grayscale: #CACACA. Windows color (decimal): -738390 or 11189236. OLE color: 11189236.

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

Color convert

RGB244187170-
CMYK00.230.300.04
HSL13.78º77.08%81.18%-
HSV(B)13.78º30.33%95.69%-
XYZ62.3357.6845.88-
YUV202.1109.88157.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=40.60%
G=31.11%
B=28.29%

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
Decimal24418717000.230.300.0413.7877.0881.18
HexF4BBAA0171E4e4d51
Octal36427325202736416115121
Binary11110100101110111010101001011111110100111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBAA; }

 p { color: rgb(244,187,170); }

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

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

 a { background-color: rgb(244,187,170); }

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

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

 span { border-color: rgb(244,187,170); }

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