#FDBEA6

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

Shades of Melon #FDBEA6

Tints of Melon #FDBEA6

Color information

#FDBEA6 (or 0xFDBEA6) is unknown color: approx Melon. HEX triplet: FD, BE and A6. RGB value is (253,190,166). Sum of RGB (Red+Green+Blue) = 253+190+166=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEA6 is #024159. Grayscale: #CECECE. Windows color (decimal): -147802 or 10927869. OLE color: 10927869.

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

Color convert

RGB253190166-
CMYK00.250.340.01
HSL16.55º95.6%82.16%-
HSV(B)16.55º34.39%99.22%-
XYZ65.860.4644.28-
YUV206.1105.37161.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 166 (65.23% from 255) = 27.26%
R=41.54%
G=31.20%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319016600.250.340.0116.5595.682.16
HexFDBEA6019221116052
Octal37527624603142121140122
Binary11111101101111101010011001100110001011000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEA6; }

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

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

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

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

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

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

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

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