#FDB9AD

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

Shades of Melon #FDB9AD

Tints of Melon #FDB9AD

Color information

#FDB9AD (or 0xFDB9AD) is unknown color: approx Melon. HEX triplet: FD, B9 and AD. RGB value is (253,185,173). Sum of RGB (Red+Green+Blue) = 253+185+173=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9AD is #024652. Grayscale: #CCCCCC. Windows color (decimal): -149075 or 11385341. OLE color: 11385341.

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

Color convert

RGB253185173-
CMYK00.270.320.01
HSL95.24%83.53%-
HSV(B)31.62%99.22%-
XYZ65.458.647.4-
YUV203.96110.53162.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=41.41%
G=30.28%
B=28.31%

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
Decimal25318517300.270.320.01995.2483.53
HexFDB9AD01B20195f54
Octal37527125503340111137124
Binary1111110110111001101011010110111000001100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9AD; }

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

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

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

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

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

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

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

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