#FEBDB5

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

Shades of Melon #FEBDB5

Tints of Melon #FEBDB5

Color information

#FEBDB5 (or 0xFEBDB5) is unknown color: approx Melon. HEX triplet: FE, BD and B5. RGB value is (254,189,181). Sum of RGB (Red+Green+Blue) = 254+189+181=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDB5 is #01424A. Grayscale: #CFCFCF. Windows color (decimal): -82507 or 11910654. OLE color: 11910654.

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

Color convert

RGB254189181-
CMYK00.260.290.00
HSL6.58º97.33%85.29%-
HSV(B)6.58º28.74%99.61%-
XYZ67.4160.851.9-
YUV207.52113.03161.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=40.71%
G=30.29%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418918100.260.290.006.5897.3385.29
HexFEBDB501A1D076155
Octal3762752650323507141125
Binary11111110101111011011010101101011101011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDB5; }

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

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

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

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

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

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

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

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