#FEB9AE

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

Shades of Melon #FEB9AE

Tints of Melon #FEB9AE

Color information

#FEB9AE (or 0xFEB9AE) is unknown color: approx Melon. HEX triplet: FE, B9 and AE. RGB value is (254,185,174). Sum of RGB (Red+Green+Blue) = 254+185+174=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9AE is #014651. Grayscale: #CCCCCC. Windows color (decimal): -83538 or 11450878. OLE color: 11450878.

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

Color convert

RGB254185174-
CMYK00.270.310.00
HSL8.25º97.56%83.92%-
HSV(B)8.25º31.5%99.61%-
XYZ65.8658.8247.93-
YUV204.38110.86163.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=41.44%
G=30.18%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418517400.270.310.008.2597.5683.92
HexFEB9AE01B1F086254
Octal37627125603337010142124
Binary111111101011100110101110011011111110100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9AE; }

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

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

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

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

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

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

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

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