#FEB6AF

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

Shades of Melon #FEB6AF

Tints of Melon #FEB6AF

Color information

#FEB6AF (or 0xFEB6AF) is unknown color: approx Melon. HEX triplet: FE, B6 and AF. RGB value is (254,182,175). Sum of RGB (Red+Green+Blue) = 254+182+175=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6AF is #014950. Grayscale: #CACACA. Windows color (decimal): -84305 or 11515646. OLE color: 11515646.

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

Color convert

RGB254182175-
CMYK00.280.310.00
HSL5.32º97.53%84.12%-
HSV(B)5.32º31.1%99.61%-
XYZ65.3457.6248.24-
YUV202.73112.35164.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=41.57%
G=29.79%
B=28.64%

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
Decimal25418217500.280.310.005.3297.5384.12
HexFEB6AF01C1F056254
Octal3762662570343705142124
Binary11111110101101101010111101110011111010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6AF; }

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

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

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

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

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

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

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

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