#FEB8B0

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

Shades of Melon #FEB8B0

Tints of Melon #FEB8B0

Color information

#FEB8B0 (or 0xFEB8B0) is unknown color: approx Melon. HEX triplet: FE, B8 and B0. RGB value is (254,184,176). Sum of RGB (Red+Green+Blue) = 254+184+176=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8B0 is #01474F. Grayscale: #CCCCCC. Windows color (decimal): -83792 or 11581694. OLE color: 11581694.

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

Color convert

RGB254184176-
CMYK00.280.310.00
HSL6.15º97.5%84.31%-
HSV(B)6.15º30.71%99.61%-
XYZ65.8558.4948.89-
YUV204.02112.19163.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 176 (69.14% from 255) = 28.66%
R=41.37%
G=29.97%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418417600.280.310.006.1597.584.31
HexFEB8B001C1F066254
Octal3762702600343706142124
Binary11111110101110001011000001110011111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8B0; }

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

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

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

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

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

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

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

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