#FDC2AA

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

Shades of Melon #FDC2AA

Tints of Melon #FDC2AA

Color information

#FDC2AA (or 0xFDC2AA) is unknown color: approx Melon. HEX triplet: FD, C2 and AA. RGB value is (253,194,170). Sum of RGB (Red+Green+Blue) = 253+194+170=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2AA is #023D55. Grayscale: #D1D1D1. Windows color (decimal): -146774 or 11191037. OLE color: 11191037.

HSL color Cylindrical-coordinate representation of color #FDC2AA: hue angle of 17.35º 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 #FDC2AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253194170-
CMYK00.230.330.01
HSL17.35º95.4%82.94%-
HSV(B)17.35º32.81%99.22%-
XYZ67.0662.3746.53-
YUV208.9106.05159.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=41.00%
G=31.44%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319417000.230.330.0117.3595.482.94
HexFDC2AA017211115f53
Octal37530225202741121137123
Binary11111101110000101010101001011110000111000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2AA; }

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

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

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

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

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

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

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

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