#F3BAA9

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

Shades of Melon #F3BAA9

Tints of Melon #F3BAA9

Color information

#F3BAA9 (or 0xF3BAA9) is unknown color: approx Melon. HEX triplet: F3, BA and A9. RGB value is (243,186,169). Sum of RGB (Red+Green+Blue) = 243+186+169=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BAA9 is #0C4556. Grayscale: #C9C9C9. Windows color (decimal): -804183 or 11123443. OLE color: 11123443.

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

Color convert

RGB243186169-
CMYK00.230.300.05
HSL13.78º75.51%80.78%-
HSV(B)13.78º30.45%95.29%-
XYZ61.6857.0445.29-
YUV201.1109.88157.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=40.64%
G=31.10%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318616900.230.300.0513.7875.5180.78
HexF3BAA90171E5e4c51
Octal36327225102736516114121
Binary11110011101110101010100101011111110101111010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAA9; }

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

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

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

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

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

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

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

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