#FEBCA9

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

Shades of Melon #FEBCA9

Tints of Melon #FEBCA9

Color information

#FEBCA9 (or 0xFEBCA9) is unknown color: approx Melon. HEX triplet: FE, BC and A9. RGB value is (254,188,169). Sum of RGB (Red+Green+Blue) = 254+188+169=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA9 is #014356. Grayscale: #CDCDCD. Windows color (decimal): -82775 or 11123966. OLE color: 11123966.

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

Color convert

RGB254188169-
CMYK00.260.330.00
HSL13.41º97.7%82.94%-
HSV(B)13.41º33.46%99.61%-
XYZ66.0259.945.62-
YUV205.57107.37162.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=41.57%
G=30.77%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418816900.260.330.0013.4197.782.94
HexFEBCA901A210d6253
Octal37627425103241015142123
Binary1111111010111100101010010110101000010110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCA9; }

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

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

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

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

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

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

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

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