#FCC0AA

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

Shades of Melon #FCC0AA

Tints of Melon #FCC0AA

Color information

#FCC0AA (or 0xFCC0AA) is unknown color: approx Melon. HEX triplet: FC, C0 and AA. RGB value is (252,192,170). Sum of RGB (Red+Green+Blue) = 252+192+170=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0AA is #033F55. Grayscale: #CFCFCF. Windows color (decimal): -212822 or 11190524. OLE color: 11190524.

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

Color convert

RGB252192170-
CMYK00.240.330.01
HSL16.1º93.18%82.75%-
HSV(B)16.1º32.54%98.82%-
XYZ66.2561.346.37-
YUV207.43106.88159.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=41.04%
G=31.27%
B=27.69%

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
Decimal25219217000.240.330.0116.193.1882.75
HexFCC0AA018211105d53
Octal37430025203041120135123
Binary11111100110000001010101001100010000111000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0AA; }

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

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

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

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

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

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

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

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