#F9BBAD

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

Shades of Melon #F9BBAD

Tints of Melon #F9BBAD

Color information

#F9BBAD (or 0xF9BBAD) is unknown color: approx Melon. HEX triplet: F9, BB and AD. RGB value is (249,187,173). Sum of RGB (Red+Green+Blue) = 249+187+173=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BBAD is #064452. Grayscale: #CCCCCC. Windows color (decimal): -410707 or 11385849. OLE color: 11385849.

HSL color Cylindrical-coordinate representation of color #F9BBAD: hue angle of 11.05º 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 #F9BBAD is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249187173-
CMYK00.250.310.02
HSL11.05º86.36%82.75%-
HSV(B)11.05º30.52%97.65%-
XYZ64.3858.747.47-
YUV203.94110.54160.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=40.89%
G=30.71%
B=28.41%

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
Decimal24918717300.250.310.0211.0586.3682.75
HexF9BBAD0191F2b5653
Octal37127325503137213126123
Binary1111100110111011101011010110011111110101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBAD; }

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

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

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

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

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

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

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

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