#FEB7AE

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

Shades of Melon #FEB7AE

Tints of Melon #FEB7AE

Color information

#FEB7AE (or 0xFEB7AE) is unknown color: approx Melon. HEX triplet: FE, B7 and AE. RGB value is (254,183,174). Sum of RGB (Red+Green+Blue) = 254+183+174=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7AE is #014851. Grayscale: #CBCBCB. Windows color (decimal): -84050 or 11450366. OLE color: 11450366.

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

Color convert

RGB254183174-
CMYK00.280.310.00
HSL6.75º97.56%83.92%-
HSV(B)6.75º31.5%99.61%-
XYZ65.4557.9947.79-
YUV203.2111.52164.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=41.57%
G=29.95%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418317400.280.310.006.7597.5683.92
HexFEB7AE01C1F076254
Octal3762672560343707142124
Binary11111110101101111010111001110011111011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7AE; }

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

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

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

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

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

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

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

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