#F9BAAD

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

Shades of Melon #F9BAAD

Tints of Melon #F9BAAD

Color information

#F9BAAD (or 0xF9BAAD) is unknown color: approx Melon. HEX triplet: F9, BA and AD. RGB value is (249,186,173). Sum of RGB (Red+Green+Blue) = 249+186+173=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BAAD is #064552. Grayscale: #CBCBCB. Windows color (decimal): -410963 or 11385593. OLE color: 11385593.

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

Color convert

RGB249186173-
CMYK00.250.310.02
HSL10.26º86.36%82.75%-
HSV(B)10.26º30.52%97.65%-
XYZ64.1758.2747.4-
YUV203.36110.87160.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=40.95%
G=30.59%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918617300.250.310.0210.2686.3682.75
HexF9BAAD0191F2a5653
Octal37127225503137212126123
Binary1111100110111010101011010110011111110101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAAD; }

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

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

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

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

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

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

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

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