#FDC0AA

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

Shades of Melon #FDC0AA

Tints of Melon #FDC0AA

Color information

#FDC0AA (or 0xFDC0AA) is unknown color: approx Melon. HEX triplet: FD, C0 and AA. RGB value is (253,192,170). Sum of RGB (Red+Green+Blue) = 253+192+170=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0AA is #023F55. Grayscale: #CFCFCF. Windows color (decimal): -147286 or 11190525. OLE color: 11190525.

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

Color convert

RGB253192170-
CMYK00.240.330.01
HSL15.9º95.4%82.94%-
HSV(B)15.9º32.81%99.22%-
XYZ66.6161.4846.39-
YUV207.73106.71160.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=41.14%
G=31.22%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319217000.240.330.0115.995.482.94
HexFDC0AA018211105f53
Octal37530025203041120137123
Binary11111101110000001010101001100010000111000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0AA; }

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

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

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

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

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

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

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

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