#FEB9B0

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

Shades of Melon #FEB9B0

Tints of Melon #FEB9B0

Color information

#FEB9B0 (or 0xFEB9B0) is unknown color: approx Melon. HEX triplet: FE, B9 and B0. RGB value is (254,185,176). Sum of RGB (Red+Green+Blue) = 254+185+176=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9B0 is #01464F. Grayscale: #CCCCCC. Windows color (decimal): -83536 or 11581950. OLE color: 11581950.

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

Color convert

RGB254185176-
CMYK00.270.310.00
HSL6.92º97.5%84.31%-
HSV(B)6.92º30.71%99.61%-
XYZ66.0658.948.96-
YUV204.6111.86163.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=41.30%
G=30.08%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418517600.270.310.006.9297.584.31
HexFEB9B001B1F076254
Octal3762712600333707142124
Binary11111110101110011011000001101111111011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9B0; }

 p { color: rgb(254,185,176); }

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

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

 a { background-color: rgb(254,185,176); }

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

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

 span { border-color: rgb(254,185,176); }

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