#F2BAAC

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

Shades of Melon #F2BAAC

Tints of Melon #F2BAAC

Color information

#F2BAAC (or 0xF2BAAC) is unknown color: approx Melon. HEX triplet: F2, BA and AC. RGB value is (242,186,172). Sum of RGB (Red+Green+Blue) = 242+186+172=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAC is #0D4553. Grayscale: #C9C9C9. Windows color (decimal): -869716 or 11320050. OLE color: 11320050.

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

Color convert

RGB242186172-
CMYK00.230.290.05
HSL12º72.92%81.18%-
HSV(B)12º28.93%94.9%-
XYZ61.6256.9746.78-
YUV201.15111.55157.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=40.33%
G=31%
B=28.67%

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
Decimal24218617200.230.290.051272.9281.18
HexF2BAAC0171D5c4951
Octal36227225402735514111121
Binary11110010101110101010110001011111101101110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAAC; }

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

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

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

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

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

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

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

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