#FEC2AA

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

Shades of Melon #FEC2AA

Tints of Melon #FEC2AA

Color information

#FEC2AA (or 0xFEC2AA) is unknown color: approx Melon. HEX triplet: FE, C2 and AA. RGB value is (254,194,170). Sum of RGB (Red+Green+Blue) = 254+194+170=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2AA is #013D55. Grayscale: #D1D1D1. Windows color (decimal): -81238 or 11191038. OLE color: 11191038.

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

Color convert

RGB254194170-
CMYK00.240.330.00
HSL17.14º97.67%83.14%-
HSV(B)17.14º33.07%99.61%-
XYZ67.4262.5646.55-
YUV209.2105.88159.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=41.10%
G=31.39%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419417000.240.330.0017.1497.6783.14
HexFEC2AA018210116253
Octal37630225203041021142123
Binary11111110110000101010101001100010000101000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2AA; }

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

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

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

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

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

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

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

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