#FEC1AB

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

Shades of Melon #FEC1AB

Tints of Melon #FEC1AB

Color information

#FEC1AB (or 0xFEC1AB) is unknown color: approx Melon. HEX triplet: FE, C1 and AB. RGB value is (254,193,171). Sum of RGB (Red+Green+Blue) = 254+193+171=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1AB is #013E54. Grayscale: #D0D0D0. Windows color (decimal): -81493 or 11256318. OLE color: 11256318.

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

Color convert

RGB254193171-
CMYK00.240.330.00
HSL15.9º97.65%83.33%-
HSV(B)15.9º32.68%99.61%-
XYZ67.2962.1546.98-
YUV208.73106.71160.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=41.10%
G=31.23%
B=27.67%

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
Decimal25419317100.240.330.0015.997.6583.33
HexFEC1AB018210106253
Octal37630125303041020142123
Binary11111110110000011010101101100010000101000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1AB; }

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

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

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

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

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

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

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

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