#FCC1AE

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

Shades of Melon #FCC1AE

Tints of Melon #FCC1AE

Color information

#FCC1AE (or 0xFCC1AE) is unknown color: approx Melon. HEX triplet: FC, C1 and AE. RGB value is (252,193,174). Sum of RGB (Red+Green+Blue) = 252+193+174=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AE is #033E51. Grayscale: #D0D0D0. Windows color (decimal): -212562 or 11452924. OLE color: 11452924.

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

Color convert

RGB252193174-
CMYK00.230.310.01
HSL14.62º92.86%83.53%-
HSV(B)14.62º30.95%98.82%-
XYZ66.8561.8948.47-
YUV208.48108.55159.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=40.71%
G=31.18%
B=28.11%

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
Decimal25219317400.230.310.0114.6292.8683.53
HexFCC1AE0171F1f5d54
Octal37430125602737117135124
Binary111111001100000110101110010111111111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1AE; }

 p { color: rgb(252,193,174); }

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

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

 a { background-color: rgb(252,193,174); }

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

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

 span { border-color: rgb(252,193,174); }

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