#FEBCA4

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

Shades of Melon #FEBCA4

Tints of Melon #FEBCA4

Color information

#FEBCA4 (or 0xFEBCA4) is unknown color: approx Melon. HEX triplet: FE, BC and A4. RGB value is (254,188,164). Sum of RGB (Red+Green+Blue) = 254+188+164=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA4 is #01435B. Grayscale: #CDCDCD. Windows color (decimal): -82780 or 10796286. OLE color: 10796286.

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

Color convert

RGB254188164-
CMYK00.260.350.00
HSL16º97.83%81.96%-
HSV(B)16º35.43%99.61%-
XYZ65.5659.7243.19-
YUV205104.87162.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=41.91%
G=31.02%
B=27.06%

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
Decimal25418816400.260.350.001697.8381.96
HexFEBCA401A230106252
Octal37627424403243020142122
Binary11111110101111001010010001101010001101000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCA4; }

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

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

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

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

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

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

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

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