#FEB6B4

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

Shades of Melon #FEB6B4

Tints of Melon #FEB6B4

Color information

#FEB6B4 (or 0xFEB6B4) is unknown color: approx Melon. HEX triplet: FE, B6 and B4. RGB value is (254,182,180). Sum of RGB (Red+Green+Blue) = 254+182+180=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6B4 is #01494B. Grayscale: #CBCBCB. Windows color (decimal): -84300 or 11843326. OLE color: 11843326.

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

Color convert

RGB254182180-
CMYK00.280.290.00
HSL1.62º97.37%85.1%-
HSV(B)1.62º29.13%99.61%-
XYZ65.8457.8250.87-
YUV203.3114.85164.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 182 (71.48% from 255) = 29.55%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=41.23%
G=29.55%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418218000.280.290.001.6297.3785.1
HexFEB6B401C1D026155
Octal3762662640343502141125
Binary1111111010110110101101000111001110101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6B4; }

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

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

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

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

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

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

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

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