#FEB9B5

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

Shades of Melon #FEB9B5

Tints of Melon #FEB9B5

Color information

#FEB9B5 (or 0xFEB9B5) is unknown color: approx Melon. HEX triplet: FE, B9 and B5. RGB value is (254,185,181). Sum of RGB (Red+Green+Blue) = 254+185+181=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9B5 is #01464A. Grayscale: #CDCDCD. Windows color (decimal): -83531 or 11909630. OLE color: 11909630.

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

Color convert

RGB254185181-
CMYK00.270.290.00
HSL3.29º97.33%85.29%-
HSV(B)3.29º28.74%99.61%-
XYZ66.5659.151.62-
YUV205.18114.36162.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 181 (71.09% from 255) = 29.19%
R=40.97%
G=29.84%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418518100.270.290.003.2997.3385.29
HexFEB9B501B1D036155
Octal3762712650333503141125
Binary1111111010111001101101010110111110101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9B5; }

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

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

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

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

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

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

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

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