#FEB5AD

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

Shades of Melon #FEB5AD

Tints of Melon #FEB5AD

Color information

#FEB5AD (or 0xFEB5AD) is unknown color: approx Melon. HEX triplet: FE, B5 and AD. RGB value is (254,181,173). Sum of RGB (Red+Green+Blue) = 254+181+173=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AD is #014A52. Grayscale: #CACACA. Windows color (decimal): -84563 or 11384318. OLE color: 11384318.

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

Color convert

RGB254181173-
CMYK00.290.320.00
HSL5.93º97.59%83.73%-
HSV(B)5.93º31.89%99.61%-
XYZ64.9457.1447.14-
YUV201.92111.68165.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=41.78%
G=29.77%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418117300.290.320.005.9397.5983.73
HexFEB5AD01D20066254
Octal3762652550354006142124
Binary111111101011010110101101011101100000011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5AD; }

 p { color: rgb(254,181,173); }

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

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

 a { background-color: rgb(254,181,173); }

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

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

 span { border-color: rgb(254,181,173); }

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