#FFC2AA

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

Shades of Melon #FFC2AA

Tints of Melon #FFC2AA

Color information

#FFC2AA (or 0xFFC2AA) is unknown color: approx Melon. HEX triplet: FF, C2 and AA. RGB value is (255,194,170). Sum of RGB (Red+Green+Blue) = 255+194+170=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AA is #003D55. Grayscale: #D1D1D1. Windows color (decimal): -15702 or 11191039. OLE color: 11191039.

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

Color convert

RGB255194170-
CMYK00.240.330
HSL16.94º100%83.33%-
HSV(B)16.94º33.33%100%-
XYZ67.7962.7546.57-
YUV209.5105.71160.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=41.20%
G=31.34%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519417000.240.33016.9410083.33
HexFFC2AA018210116453
Octal37730225203041021144123
Binary11111111110000101010101001100010000101000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2AA; }

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

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

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

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

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

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

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

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