#FEB9A5

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

Shades of Melon #FEB9A5

Tints of Melon #FEB9A5

Color information

#FEB9A5 (or 0xFEB9A5) is unknown color: approx Melon. HEX triplet: FE, B9 and A5. RGB value is (254,185,165). Sum of RGB (Red+Green+Blue) = 254+185+165=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A5 is #01465A. Grayscale: #CBCBCB. Windows color (decimal): -83547 or 10861054. OLE color: 10861054.

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

Color convert

RGB254185165-
CMYK00.270.350.00
HSL13.48º97.8%82.16%-
HSV(B)13.48º35.04%99.61%-
XYZ65.0158.4943.46-
YUV203.35106.36164.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=42.05%
G=30.63%
B=27.32%

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
Decimal25418516500.270.350.0013.4897.882.16
HexFEB9A501B230d6252
Octal37627124503343015142122
Binary1111111010111001101001010110111000110110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9A5; }

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

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

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

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

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

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

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

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