#FEB6AD

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

Shades of Melon #FEB6AD

Tints of Melon #FEB6AD

Color information

#FEB6AD (or 0xFEB6AD) is unknown color: approx Melon. HEX triplet: FE, B6 and AD. RGB value is (254,182,173). Sum of RGB (Red+Green+Blue) = 254+182+173=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6AD is #014952. Grayscale: #CACACA. Windows color (decimal): -84307 or 11384574. OLE color: 11384574.

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

Color convert

RGB254182173-
CMYK00.280.320.00
HSL6.67º97.59%83.73%-
HSV(B)6.67º31.89%99.61%-
XYZ65.1457.5447.21-
YUV202.5111.35164.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=41.71%
G=29.89%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418217300.280.320.006.6797.5983.73
HexFEB6AD01C20076254
Octal3762662550344007142124
Binary111111101011011010101101011100100000011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6AD; }

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

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

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

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

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

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

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

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