#F3BAAC

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

Shades of Melon #F3BAAC

Tints of Melon #F3BAAC

Color information

#F3BAAC (or 0xF3BAAC) is unknown color: approx Melon. HEX triplet: F3, BA and AC. RGB value is (243,186,172). Sum of RGB (Red+Green+Blue) = 243+186+172=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BAAC is #0C4553. Grayscale: #C9C9C9. Windows color (decimal): -804180 or 11320051. OLE color: 11320051.

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

Color convert

RGB243186172-
CMYK00.230.290.05
HSL11.83º74.74%81.37%-
HSV(B)11.83º29.22%95.29%-
XYZ61.9757.1546.79-
YUV201.45111.38157.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=40.43%
G=30.95%
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
Decimal24318617200.230.290.0511.8374.7481.37
HexF3BAAC0171D5c4b51
Octal36327225402735514113121
Binary11110011101110101010110001011111101101110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAAC; }

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

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

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

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

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

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

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

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