#FDB9AA

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

Shades of Melon #FDB9AA

Tints of Melon #FDB9AA

Color information

#FDB9AA (or 0xFDB9AA) is unknown color: approx Melon. HEX triplet: FD, B9 and AA. RGB value is (253,185,170). Sum of RGB (Red+Green+Blue) = 253+185+170=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9AA is #024655. Grayscale: #CBCBCB. Windows color (decimal): -149078 or 11188733. OLE color: 11188733.

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

Color convert

RGB253185170-
CMYK00.270.330.01
HSL10.84º95.4%82.94%-
HSV(B)10.84º32.81%99.22%-
XYZ65.1158.4845.89-
YUV203.62109.03163.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=41.61%
G=30.43%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318517000.270.330.0110.8495.482.94
HexFDB9AA01B211b5f53
Octal37527125203341113137123
Binary1111110110111001101010100110111000011101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9AA; }

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

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

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

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

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

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

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

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