#FEBCA5

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

Shades of Melon #FEBCA5

Tints of Melon #FEBCA5

Color information

#FEBCA5 (or 0xFEBCA5) is unknown color: approx Melon. HEX triplet: FE, BC and A5. RGB value is (254,188,165). Sum of RGB (Red+Green+Blue) = 254+188+165=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA5 is #01435A. Grayscale: #CDCDCD. Windows color (decimal): -82779 or 10861822. OLE color: 10861822.

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

Color convert

RGB254188165-
CMYK00.260.350.00
HSL15.51º97.8%82.16%-
HSV(B)15.51º35.04%99.61%-
XYZ65.6559.7543.67-
YUV205.11105.37162.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=41.85%
G=30.97%
B=27.18%

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
Decimal25418816500.260.350.0015.5197.882.16
HexFEBCA501A230106252
Octal37627424503243020142122
Binary11111110101111001010010101101010001101000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCA5; }

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

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

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

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

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

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

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

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