#F9BAB2

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

Shades of Melon #F9BAB2

Tints of Melon #F9BAB2

Color information

#F9BAB2 (or 0xF9BAB2) is unknown color: approx Melon. HEX triplet: F9, BA and B2. RGB value is (249,186,178). Sum of RGB (Red+Green+Blue) = 249+186+178=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BAB2 is #06454D. Grayscale: #CCCCCC. Windows color (decimal): -410958 or 11713273. OLE color: 11713273.

HSL color Cylindrical-coordinate representation of color #F9BAB2: hue angle of 6.76º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9BAB2 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB249186178-
CMYK00.250.290.02
HSL6.76º85.54%83.73%-
HSV(B)6.76º28.51%97.65%-
XYZ64.6658.4750-
YUV203.92113.37160.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 178 (69.92% from 255) = 29.04%
R=40.62%
G=30.34%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918617800.250.290.026.7685.5483.73
HexF9BAB20191D275654
Octal3712722620313527126124
Binary111110011011101010110010011001111011011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAB2; }

 p { color: rgb(249,186,178); }

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

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

 a { background-color: rgb(249,186,178); }

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

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

 span { border-color: rgb(249,186,178); }

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