#FEB8B6

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

Shades of Melon #FEB8B6

Tints of Melon #FEB8B6

Color information

#FEB8B6 (or 0xFEB8B6) is unknown color: approx Melon. HEX triplet: FE, B8 and B6. RGB value is (254,184,182). Sum of RGB (Red+Green+Blue) = 254+184+182=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8B6 is #014749. Grayscale: #CCCCCC. Windows color (decimal): -83786 or 11974910. OLE color: 11974910.

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

Color convert

RGB254184182-
CMYK00.280.280.00
HSL1.67º97.3%85.49%-
HSV(B)1.67º28.35%99.61%-
XYZ66.4658.7352.09-
YUV204.7115.19163.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 184 (72.27% from 255) = 29.68%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=40.97%
G=29.68%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418418200.280.280.001.6797.385.49
HexFEB8B601C1C026155
Octal3762702660343402141125
Binary1111111010111000101101100111001110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8B6; }

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

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

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

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

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

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

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

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