#FDC2AD

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

Shades of Melon #FDC2AD

Tints of Melon #FDC2AD

Color information

#FDC2AD (or 0xFDC2AD) is unknown color: approx Melon. HEX triplet: FD, C2 and AD. RGB value is (253,194,173). Sum of RGB (Red+Green+Blue) = 253+194+173=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2AD is #023D52. Grayscale: #D1D1D1. Windows color (decimal): -146771 or 11387645. OLE color: 11387645.

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

Color convert

RGB253194173-
CMYK00.230.320.01
HSL15.75º95.24%83.53%-
HSV(B)15.75º31.62%99.22%-
XYZ67.3462.4848.05-
YUV209.25107.55159.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=40.81%
G=31.29%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319417300.230.320.0115.7595.2483.53
HexFDC2AD017201105f54
Octal37530225502740120137124
Binary11111101110000101010110101011110000011000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC2AD; }

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

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

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

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

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

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

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

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