#FEB8AB

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

Shades of Melon #FEB8AB

Tints of Melon #FEB8AB

Color information

#FEB8AB (or 0xFEB8AB) is unknown color: approx Melon. HEX triplet: FE, B8 and AB. RGB value is (254,184,171). Sum of RGB (Red+Green+Blue) = 254+184+171=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB8AB is #014754. Grayscale: #CBCBCB. Windows color (decimal): -83797 or 11254014. OLE color: 11254014.

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

Color convert

RGB254184171-
CMYK00.280.330.00
HSL9.4º97.65%83.33%-
HSV(B)9.4º32.68%99.61%-
XYZ65.3658.2946.33-
YUV203.45109.69164.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=41.71%
G=30.21%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418417100.280.330.009.497.6583.33
HexFEB8AB01C21096253
Octal37627025303441011142123
Binary1111111010111000101010110111001000010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8AB; }

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

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

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

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

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

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

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

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