#F9C0AB

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

Shades of Melon #F9C0AB

Tints of Melon #F9C0AB

Color information

#F9C0AB (or 0xF9C0AB) is unknown color: approx Melon. HEX triplet: F9, C0 and AB. RGB value is (249,192,171). Sum of RGB (Red+Green+Blue) = 249+192+171=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C0AB is #063F54. Grayscale: #CECECE. Windows color (decimal): -409429 or 11256057. OLE color: 11256057.

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

Color convert

RGB249192171-
CMYK00.230.310.02
HSL16.15º86.67%82.35%-
HSV(B)16.15º31.33%97.65%-
XYZ65.2760.7846.82-
YUV206.65107.88158.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=40.69%
G=31.37%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919217100.230.310.0216.1586.6782.35
HexF9C0AB0171F2105752
Octal37130025302737220127122
Binary11111001110000001010101101011111111101000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0AB; }

 p { color: rgb(249,192,171); }

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

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

 a { background-color: rgb(249,192,171); }

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

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

 span { border-color: rgb(249,192,171); }

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