#FEBEA8

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

Shades of Melon #FEBEA8

Tints of Melon #FEBEA8

Color information

#FEBEA8 (or 0xFEBEA8) is unknown color: approx Melon. HEX triplet: FE, BE and A8. RGB value is (254,190,168). Sum of RGB (Red+Green+Blue) = 254+190+168=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA8 is #014157. Grayscale: #CECECE. Windows color (decimal): -82264 or 11058942. OLE color: 11058942.

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

Color convert

RGB254190168-
CMYK00.250.340.00
HSL15.35º97.73%82.75%-
HSV(B)15.35º33.86%99.61%-
XYZ66.3560.7245.27-
YUV206.63106.2161.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=41.50%
G=31.05%
B=27.45%

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
Decimal25419016800.250.340.0015.3597.7382.75
HexFEBEA8019220f6253
Octal37627625003142017142123
Binary1111111010111110101010000110011000100111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEA8; }

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

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

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

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

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

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

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

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