#FDBEB2

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

Shades of Melon #FDBEB2

Tints of Melon #FDBEB2

Color information

#FDBEB2 (or 0xFDBEB2) is unknown color: approx Melon. HEX triplet: FD, BE and B2. RGB value is (253,190,178). Sum of RGB (Red+Green+Blue) = 253+190+178=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEB2 is #02414D. Grayscale: #CFCFCF. Windows color (decimal): -147790 or 11714301. OLE color: 11714301.

HSL color Cylindrical-coordinate representation of color #FDBEB2: hue angle of 9.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBEB2 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253190178-
CMYK00.250.300.01
HSL9.6º94.94%84.51%-
HSV(B)9.6º29.64%99.22%-
XYZ66.9660.9250.35-
YUV207.47111.37160.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 178 (69.92% from 255) = 28.66%
R=40.74%
G=30.60%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319017800.250.300.019.694.9484.51
HexFDBEB20191E1a5f55
Octal37527626203136112137125
Binary111111011011111010110010011001111101101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEB2; }

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

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

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

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

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

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

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

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