#FEC1AD

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

Shades of Melon #FEC1AD

Tints of Melon #FEC1AD

Color information

#FEC1AD (or 0xFEC1AD) is unknown color: approx Melon. HEX triplet: FE, C1 and AD. RGB value is (254,193,173). Sum of RGB (Red+Green+Blue) = 254+193+173=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1AD is #013E52. Grayscale: #D1D1D1. Windows color (decimal): -81491 or 11387390. OLE color: 11387390.

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

Color convert

RGB254193173-
CMYK00.240.320.00
HSL14.81º97.59%83.73%-
HSV(B)14.81º31.89%99.61%-
XYZ67.4962.2347.99-
YUV208.96107.71160.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=40.97%
G=31.13%
B=27.90%

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
Decimal25419317300.240.320.0014.8197.5983.73
HexFEC1AD018200f6254
Octal37630125503040017142124
Binary1111111011000001101011010110001000000111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1AD; }

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

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

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

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

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

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

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

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