#FEB9A7

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

Shades of Melon #FEB9A7

Tints of Melon #FEB9A7

Color information

#FEB9A7 (or 0xFEB9A7) is unknown color: approx Melon. HEX triplet: FE, B9 and A7. RGB value is (254,185,167). Sum of RGB (Red+Green+Blue) = 254+185+167=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB9A7 is #014658. Grayscale: #CBCBCB. Windows color (decimal): -83545 or 10992126. OLE color: 10992126.

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

Color convert

RGB254185167-
CMYK00.270.340.00
HSL12.41º97.75%82.55%-
HSV(B)12.41º34.25%99.61%-
XYZ65.258.5644.43-
YUV203.58107.36163.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 167 (65.62% from 255) = 27.56%
R=41.91%
G=30.53%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418516700.270.340.0012.4197.7582.55
HexFEB9A701B220c6253
Octal37627124703342014142123
Binary1111111010111001101001110110111000100110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9A7; }

 p { color: rgb(254,185,167); }

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

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

 a { background-color: rgb(254,185,167); }

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

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

 span { border-color: rgb(254,185,167); }

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