#FEBEAA

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

Shades of Melon #FEBEAA

Tints of Melon #FEBEAA

Color information

#FEBEAA (or 0xFEBEAA) is unknown color: approx Melon. HEX triplet: FE, BE and AA. RGB value is (254,190,170). Sum of RGB (Red+Green+Blue) = 254+190+170=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEAA is #014155. Grayscale: #CFCFCF. Windows color (decimal): -82262 or 11190014. OLE color: 11190014.

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

Color convert

RGB254190170-
CMYK00.250.330.00
HSL14.29º97.67%83.14%-
HSV(B)14.29º33.07%99.61%-
XYZ66.5460.846.26-
YUV206.86107.2161.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=41.37%
G=30.94%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419017000.250.330.0014.2997.6783.14
HexFEBEAA019210e6253
Octal37627625203141016142123
Binary1111111010111110101010100110011000010111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEAA; }

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

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

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

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

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

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

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

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