#FEB9A4

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

Shades of Melon #FEB9A4

Tints of Melon #FEB9A4

Color information

#FEB9A4 (or 0xFEB9A4) is unknown color: approx Melon. HEX triplet: FE, B9 and A4. RGB value is (254,185,164). Sum of RGB (Red+Green+Blue) = 254+185+164=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A4 is #01465B. Grayscale: #CBCBCB. Windows color (decimal): -83548 or 10795518. OLE color: 10795518.

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

Color convert

RGB254185164-
CMYK00.270.350.00
HSL14º97.83%81.96%-
HSV(B)14º35.43%99.61%-
XYZ64.9258.4542.98-
YUV203.24105.86164.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 164 (64.45% from 255) = 27.20%
R=42.12%
G=30.68%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418516400.270.350.001497.8381.96
HexFEB9A401B230e6252
Octal37627124403343016142122
Binary1111111010111001101001000110111000110111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9A4; }

 p { color: rgb(254,185,164); }

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

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

 a { background-color: rgb(254,185,164); }

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

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

 span { border-color: rgb(254,185,164); }

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