#FDB9AC

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

Shades of Melon #FDB9AC

Tints of Melon #FDB9AC

Color information

#FDB9AC (or 0xFDB9AC) is unknown color: approx Melon. HEX triplet: FD, B9 and AC. RGB value is (253,185,172). Sum of RGB (Red+Green+Blue) = 253+185+172=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9AC is #024653. Grayscale: #CBCBCB. Windows color (decimal): -149076 or 11319805. OLE color: 11319805.

HSL color Cylindrical-coordinate representation of color #FDB9AC: hue angle of 9.63º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDB9AC is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253185172-
CMYK00.270.320.01
HSL9.63º95.29%83.33%-
HSV(B)9.63º32.02%99.22%-
XYZ65.358.5646.89-
YUV203.85110.03163.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=41.48%
G=30.33%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318517200.270.320.019.6395.2983.33
HexFDB9AC01B201a5f53
Octal37527125403340112137123
Binary1111110110111001101011000110111000001101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9AC; }

 p { color: rgb(253,185,172); }

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

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

 a { background-color: rgb(253,185,172); }

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

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

 span { border-color: rgb(253,185,172); }

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