#FDBEA5

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

Shades of Melon #FDBEA5

Tints of Melon #FDBEA5

Color information

#FDBEA5 (or 0xFDBEA5) is unknown color: approx Melon. HEX triplet: FD, BE and A5. RGB value is (253,190,165). Sum of RGB (Red+Green+Blue) = 253+190+165=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEA5 is #02415A. Grayscale: #CECECE. Windows color (decimal): -147803 or 10862333. OLE color: 10862333.

HSL color Cylindrical-coordinate representation of color #FDBEA5: hue angle of 17.05º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDBEA5 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253190165-
CMYK00.250.350.01
HSL17.05º95.65%81.96%-
HSV(B)17.05º34.78%99.22%-
XYZ65.7160.4343.8-
YUV205.99104.87161.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 165 (64.84% from 255) = 27.14%
R=41.61%
G=31.25%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319016500.250.350.0117.0595.6581.96
HexFDBEA5019231116052
Octal37527624503143121140122
Binary11111101101111101010010101100110001111000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEA5; }

 p { color: rgb(253,190,165); }

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

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

 a { background-color: rgb(253,190,165); }

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

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

 span { border-color: rgb(253,190,165); }

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