#FDC3AD

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

Shades of Melon #FDC3AD

Tints of Melon #FDC3AD

Color information

#FDC3AD (or 0xFDC3AD) is unknown color: approx Melon. HEX triplet: FD, C3 and AD. RGB value is (253,195,173). Sum of RGB (Red+Green+Blue) = 253+195+173=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AD is #023C52. Grayscale: #D1D1D1. Windows color (decimal): -146515 or 11387901. OLE color: 11387901.

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

Color convert

RGB253195173-
CMYK00.230.320.01
HSL16.5º95.24%83.53%-
HSV(B)16.5º31.62%99.22%-
XYZ67.5762.9348.12-
YUV209.83107.22158.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=40.74%
G=31.40%
B=27.86%

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
Decimal25319517300.230.320.0116.595.2483.53
HexFDC3AD017201115f54
Octal37530325502740121137124
Binary11111101110000111010110101011110000011000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3AD; }

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

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

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

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

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

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

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

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