#FDC3AF

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

Shades of Melon #FDC3AF

Tints of Melon #FDC3AF

Color information

#FDC3AF (or 0xFDC3AF) is unknown color: approx Melon. HEX triplet: FD, C3 and AF. RGB value is (253,195,175). Sum of RGB (Red+Green+Blue) = 253+195+175=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AF is #023C50. Grayscale: #D2D2D2. Windows color (decimal): -146513 or 11518973. OLE color: 11518973.

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

Color convert

RGB253195175-
CMYK00.230.310.01
HSL15.38º95.12%83.92%-
HSV(B)15.38º30.83%99.22%-
XYZ67.7663.0149.15-
YUV210.06108.22158.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=40.61%
G=31.30%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319517500.230.310.0115.3895.1283.92
HexFDC3AF0171F1f5f54
Octal37530325702737117137124
Binary111111011100001110101111010111111111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3AF; }

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

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

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

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

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

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

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

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