#F2BBAC

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

Shades of Melon #F2BBAC

Tints of Melon #F2BBAC

Color information

#F2BBAC (or 0xF2BBAC) is unknown color: approx Melon. HEX triplet: F2, BB and AC. RGB value is (242,187,172). Sum of RGB (Red+Green+Blue) = 242+187+172=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBAC is #0D4453. Grayscale: #C9C9C9. Windows color (decimal): -869460 or 11320306. OLE color: 11320306.

HSL color Cylindrical-coordinate representation of color #F2BBAC: hue angle of 12.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2BBAC is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242187172-
CMYK00.230.290.05
HSL12.86º72.92%81.18%-
HSV(B)12.86º28.93%94.9%-
XYZ61.8357.446.85-
YUV201.74111.22156.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=40.27%
G=31.11%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218717200.230.290.0512.8672.9281.18
HexF2BBAC0171D5d4951
Octal36227325402735515111121
Binary11110010101110111010110001011111101101110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBAC; }

 p { color: rgb(242,187,172); }

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

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

 a { background-color: rgb(242,187,172); }

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

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

 span { border-color: rgb(242,187,172); }

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