#FEB6AA

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

Shades of Melon #FEB6AA

Tints of Melon #FEB6AA

Color information

#FEB6AA (or 0xFEB6AA) is unknown color: approx Melon. HEX triplet: FE, B6 and AA. RGB value is (254,182,170). Sum of RGB (Red+Green+Blue) = 254+182+170=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6AA is #014955. Grayscale: #CACACA. Windows color (decimal): -84310 or 11187966. OLE color: 11187966.

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

Color convert

RGB254182170-
CMYK00.280.330.00
HSL8.57º97.67%83.14%-
HSV(B)8.57º33.07%99.61%-
XYZ64.8657.4345.7-
YUV202.16109.85164.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=41.91%
G=30.03%
B=28.05%

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
Decimal25418217000.280.330.008.5797.6783.14
HexFEB6AA01C21096253
Octal37626625203441011142123
Binary1111111010110110101010100111001000010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6AA; }

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

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

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

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

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

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

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

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