#FCC2AA

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

Shades of Melon #FCC2AA

Tints of Melon #FCC2AA

Color information

#FCC2AA (or 0xFCC2AA) is unknown color: approx Melon. HEX triplet: FC, C2 and AA. RGB value is (252,194,170). Sum of RGB (Red+Green+Blue) = 252+194+170=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AA is #033D55. Grayscale: #D0D0D0. Windows color (decimal): -212310 or 11191036. OLE color: 11191036.

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

Color convert

RGB252194170-
CMYK00.230.330.01
HSL17.56º93.18%82.75%-
HSV(B)17.56º32.54%98.82%-
XYZ66.6962.1846.52-
YUV208.61106.22158.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=40.91%
G=31.49%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219417000.230.330.0117.5693.1882.75
HexFCC2AA017211125d53
Octal37430225202741122135123
Binary11111100110000101010101001011110000111001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2AA; }

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

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

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

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

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

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

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

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