#FEBEA7

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

Shades of Melon #FEBEA7

Tints of Melon #FEBEA7

Color information

#FEBEA7 (or 0xFEBEA7) is unknown color: approx Melon. HEX triplet: FE, BE and A7. RGB value is (254,190,167). Sum of RGB (Red+Green+Blue) = 254+190+167=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA7 is #014158. Grayscale: #CECECE. Windows color (decimal): -82265 or 10993406. OLE color: 10993406.

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

Color convert

RGB254190167-
CMYK00.250.340.00
HSL15.86º97.75%82.55%-
HSV(B)15.86º34.25%99.61%-
XYZ66.2660.6944.78-
YUV206.51105.7161.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=41.57%
G=31.10%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419016700.250.340.0015.8697.7582.55
HexFEBEA7019220106253
Octal37627624703142020142123
Binary11111110101111101010011101100110001001000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEA7; }

 p { color: rgb(254,190,167); }

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

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

 a { background-color: rgb(254,190,167); }

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

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

 span { border-color: rgb(254,190,167); }

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