#FEBDA5

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

Shades of Melon #FEBDA5

Tints of Melon #FEBDA5

Color information

#FEBDA5 (or 0xFEBDA5) is unknown color: approx Melon. HEX triplet: FE, BD and A5. RGB value is (254,189,165). Sum of RGB (Red+Green+Blue) = 254+189+165=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDA5 is #01425A. Grayscale: #CDCDCD. Windows color (decimal): -82523 or 10862078. OLE color: 10862078.

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

Color convert

RGB254189165-
CMYK00.260.350.00
HSL16.18º97.8%82.16%-
HSV(B)16.18º35.04%99.61%-
XYZ65.8660.1843.74-
YUV205.7105.03162.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=41.78%
G=31.09%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418916500.260.350.0016.1897.882.16
HexFEBDA501A230106252
Octal37627524503243020142122
Binary11111110101111011010010101101010001101000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDA5; }

 p { color: rgb(254,189,165); }

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

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

 a { background-color: rgb(254,189,165); }

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

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

 span { border-color: rgb(254,189,165); }

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