#FDC0AF

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

Shades of Melon #FDC0AF

Tints of Melon #FDC0AF

Color information

#FDC0AF (or 0xFDC0AF) is unknown color: approx Melon. HEX triplet: FD, C0 and AF. RGB value is (253,192,175). Sum of RGB (Red+Green+Blue) = 253+192+175=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0AF is #023F50. Grayscale: #D0D0D0. Windows color (decimal): -147281 or 11518205. OLE color: 11518205.

HSL color Cylindrical-coordinate representation of color #FDC0AF: hue angle of 13.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDC0AF is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB253192175-
CMYK00.240.310.01
HSL13.08º95.12%83.92%-
HSV(B)13.08º30.83%99.22%-
XYZ67.161.6848.93-
YUV208.3109.21159.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=40.81%
G=30.97%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319217500.240.310.0113.0895.1283.92
HexFDC0AF0181F1d5f54
Octal37530025703037115137124
Binary111111011100000010101111011000111111110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC0AF; }

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

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

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

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

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

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

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

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