#FDC0AD

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

Shades of Melon #FDC0AD

Tints of Melon #FDC0AD

Color information

#FDC0AD (or 0xFDC0AD) is unknown color: approx Melon. HEX triplet: FD, C0 and AD. RGB value is (253,192,173). Sum of RGB (Red+Green+Blue) = 253+192+173=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0AD is #023F52. Grayscale: #D0D0D0. Windows color (decimal): -147283 or 11387133. OLE color: 11387133.

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

Color convert

RGB253192173-
CMYK00.240.320.01
HSL14.25º95.24%83.53%-
HSV(B)14.25º31.62%99.22%-
XYZ66.961.647.9-
YUV208.07108.21160.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=40.94%
G=31.07%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319217300.240.320.0114.2595.2483.53
HexFDC0AD018201e5f54
Octal37530025503040116137124
Binary1111110111000000101011010110001000001111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0AD; }

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

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

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

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

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

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

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

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