#FEB7A1

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

Shades of Melon #FEB7A1

Tints of Melon #FEB7A1

Color information

#FEB7A1 (or 0xFEB7A1) is unknown color: approx Melon. HEX triplet: FE, B7 and A1. RGB value is (254,183,161). Sum of RGB (Red+Green+Blue) = 254+183+161=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7A1 is #01485E. Grayscale: #C9C9C9. Windows color (decimal): -84063 or 10598398. OLE color: 10598398.

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

Color convert

RGB254183161-
CMYK00.280.370.00
HSL14.19º97.89%81.37%-
HSV(B)14.19º36.61%99.61%-
XYZ64.2457.5141.43-
YUV201.72105.02165.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 183 (71.88% from 255) = 30.60%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=42.47%
G=30.60%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418316100.280.370.0014.1997.8981.37
HexFEB7A101C250e6251
Octal37626724103445016142121
Binary1111111010110111101000010111001001010111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7A1; }

 p { color: rgb(254,183,161); }

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

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

 a { background-color: rgb(254,183,161); }

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

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

 span { border-color: rgb(254,183,161); }

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