#FEB6B1

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

Shades of Melon #FEB6B1

Tints of Melon #FEB6B1

Color information

#FEB6B1 (or 0xFEB6B1) is unknown color: approx Melon. HEX triplet: FE, B6 and B1. RGB value is (254,182,177). Sum of RGB (Red+Green+Blue) = 254+182+177=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6B1 is #01494E. Grayscale: #CBCBCB. Windows color (decimal): -84303 or 11646718. OLE color: 11646718.

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

Color convert

RGB254182177-
CMYK00.280.300.00
HSL3.9º97.47%84.51%-
HSV(B)3.9º30.31%99.61%-
XYZ65.5457.749.28-
YUV202.96113.35164.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 177 (69.53% from 255) = 28.87%
R=41.44%
G=29.69%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418217700.280.300.003.997.4784.51
HexFEB6B101C1E046155
Octal3762662610343604141125
Binary11111110101101101011000101110011110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6B1; }

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

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

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

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

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

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

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

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