#FCC0A9

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

Shades of Melon #FCC0A9

Tints of Melon #FCC0A9

Color information

#FCC0A9 (or 0xFCC0A9) is unknown color: approx Melon. HEX triplet: FC, C0 and A9. RGB value is (252,192,169). Sum of RGB (Red+Green+Blue) = 252+192+169=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A9 is #033F56. Grayscale: #CFCFCF. Windows color (decimal): -212823 or 11124988. OLE color: 11124988.

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

Color convert

RGB252192169-
CMYK00.240.330.01
HSL16.63º93.26%82.55%-
HSV(B)16.63º32.94%98.82%-
XYZ66.1661.2645.87-
YUV207.32106.38159.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=41.11%
G=31.32%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219216900.240.330.0116.6393.2682.55
HexFCC0A9018211115d53
Octal37430025103041121135123
Binary11111100110000001010100101100010000111000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0A9; }

 p { color: rgb(252,192,169); }

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

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

 a { background-color: rgb(252,192,169); }

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

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

 span { border-color: rgb(252,192,169); }

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