#FEC0AB

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

Shades of Melon #FEC0AB

Tints of Melon #FEC0AB

Color information

#FEC0AB (or 0xFEC0AB) is unknown color: approx Melon. HEX triplet: FE, C0 and AB. RGB value is (254,192,171). Sum of RGB (Red+Green+Blue) = 254+192+171=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0AB is #013F54. Grayscale: #D0D0D0. Windows color (decimal): -81749 or 11256062. OLE color: 11256062.

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

Color convert

RGB254192171-
CMYK00.240.330.00
HSL15.18º97.65%83.33%-
HSV(B)15.18º32.68%99.61%-
XYZ67.0761.7146.9-
YUV208.14107.04160.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=41.17%
G=31.12%
B=27.71%

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
Decimal25419217100.240.330.0015.1897.6583.33
HexFEC0AB018210f6253
Octal37630025303041017142123
Binary1111111011000000101010110110001000010111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0AB; }

 p { color: rgb(254,192,171); }

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

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

 a { background-color: rgb(254,192,171); }

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

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

 span { border-color: rgb(254,192,171); }

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