#FEC1AC

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

Shades of Melon #FEC1AC

Tints of Melon #FEC1AC

Color information

#FEC1AC (or 0xFEC1AC) is unknown color: approx Melon. HEX triplet: FE, C1 and AC. RGB value is (254,193,172). Sum of RGB (Red+Green+Blue) = 254+193+172=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1AC is #013E53. Grayscale: #D0D0D0. Windows color (decimal): -81492 or 11321854. OLE color: 11321854.

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

Color convert

RGB254193172-
CMYK00.240.320.00
HSL15.37º97.62%83.53%-
HSV(B)15.37º32.28%99.61%-
XYZ67.3962.1947.48-
YUV208.84107.21160.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=41.03%
G=31.18%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419317200.240.320.0015.3797.6283.53
HexFEC1AC018200f6254
Octal37630125403040017142124
Binary1111111011000001101011000110001000000111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1AC; }

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

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

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

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

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

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

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

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