#FEB9B6

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

Shades of Melon #FEB9B6

Tints of Melon #FEB9B6

Color information

#FEB9B6 (or 0xFEB9B6) is unknown color: approx Melon. HEX triplet: FE, B9 and B6. RGB value is (254,185,182). Sum of RGB (Red+Green+Blue) = 254+185+182=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9B6 is #014649. Grayscale: #CDCDCD. Windows color (decimal): -83530 or 11975166. OLE color: 11975166.

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

Color convert

RGB254185182-
CMYK00.270.280.00
HSL2.5º97.3%85.49%-
HSV(B)2.5º28.35%99.61%-
XYZ66.6759.1552.16-
YUV205.29114.86162.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=40.90%
G=29.79%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418518200.270.280.002.597.385.49
HexFEB9B601B1C036155
Octal3762712660333403141125
Binary1111111010111001101101100110111110001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9B6; }

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

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

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

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

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

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

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

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