#FCC2AD

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

Shades of Melon #FCC2AD

Tints of Melon #FCC2AD

Color information

#FCC2AD (or 0xFCC2AD) is unknown color: approx Melon. HEX triplet: FC, C2 and AD. RGB value is (252,194,173). Sum of RGB (Red+Green+Blue) = 252+194+173=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AD is #033D52. Grayscale: #D1D1D1. Windows color (decimal): -212307 or 11387644. OLE color: 11387644.

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

Color convert

RGB252194173-
CMYK00.230.310.01
HSL15.95º92.94%83.33%-
HSV(B)15.95º31.35%98.82%-
XYZ66.9862.348.03-
YUV208.95107.72158.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=40.71%
G=31.34%
B=27.95%

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
Decimal25219417300.230.310.0115.9592.9483.33
HexFCC2AD0171F1105d53
Octal37430225502737120135123
Binary1111110011000010101011010101111111111000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2AD; }

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

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

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

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

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

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

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

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