#FEB7A6

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

Shades of Melon #FEB7A6

Tints of Melon #FEB7A6

Color information

#FEB7A6 (or 0xFEB7A6) is unknown color: approx Melon. HEX triplet: FE, B7 and A6. RGB value is (254,183,166). Sum of RGB (Red+Green+Blue) = 254+183+166=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 166 (65.23% from 255 or 27.53% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7A6 is #014859. Grayscale: #CACACA. Windows color (decimal): -84058 or 10926078. OLE color: 10926078.

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

Color convert

RGB254183166-
CMYK00.280.350.00
HSL11.59º97.78%82.35%-
HSV(B)11.59º34.65%99.61%-
XYZ64.6957.6943.8-
YUV202.29107.52164.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 183 (71.88% from 255) = 30.35%
BLUE value IS 166 (65.23% from 255) = 27.53%
R=42.12%
G=30.35%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418316600.280.350.0011.5997.7882.35
HexFEB7A601C230c6252
Octal37626724603443014142122
Binary1111111010110111101001100111001000110110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7A6; }

 p { color: rgb(254,183,166); }

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

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

 a { background-color: rgb(254,183,166); }

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

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

 span { border-color: rgb(254,183,166); }

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