#FEB9A2

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

Shades of Melon #FEB9A2

Tints of Melon #FEB9A2

Color information

#FEB9A2 (or 0xFEB9A2) is unknown color: approx Melon. HEX triplet: FE, B9 and A2. RGB value is (254,185,162). Sum of RGB (Red+Green+Blue) = 254+185+162=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A2 is #01465D. Grayscale: #CBCBCB. Windows color (decimal): -83550 or 10664446. OLE color: 10664446.

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

Color convert

RGB254185162-
CMYK00.270.360.00
HSL15º97.87%81.57%-
HSV(B)15º36.22%99.61%-
XYZ64.7458.3842.04-
YUV203.01104.86164.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=42.26%
G=30.78%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418516200.270.360.001597.8781.57
HexFEB9A201B240f6252
Octal37627124203344017142122
Binary1111111010111001101000100110111001000111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9A2; }

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

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

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

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

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

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

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

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