#FEB7AF

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

Shades of Melon #FEB7AF

Tints of Melon #FEB7AF

Color information

#FEB7AF (or 0xFEB7AF) is unknown color: approx Melon. HEX triplet: FE, B7 and AF. RGB value is (254,183,175). Sum of RGB (Red+Green+Blue) = 254+183+175=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7AF is #014850. Grayscale: #CBCBCB. Windows color (decimal): -84049 or 11515902. OLE color: 11515902.

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

Color convert

RGB254183175-
CMYK00.280.310.00
HSL6.08º97.53%84.12%-
HSV(B)6.08º31.1%99.61%-
XYZ65.5458.0348.3-
YUV203.32112.02164.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=41.50%
G=29.90%
B=28.59%

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
Decimal25418317500.280.310.006.0897.5384.12
HexFEB7AF01C1F066254
Octal3762672570343706142124
Binary11111110101101111010111101110011111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7AF; }

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

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

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

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

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

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

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

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