#FDBEB4

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

Shades of Melon #FDBEB4

Tints of Melon #FDBEB4

Color information

#FDBEB4 (or 0xFDBEB4) is unknown color: approx Melon. HEX triplet: FD, BE and B4. RGB value is (253,190,180). Sum of RGB (Red+Green+Blue) = 253+190+180=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEB4 is #02414B. Grayscale: #CFCFCF. Windows color (decimal): -147788 or 11845373. OLE color: 11845373.

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

Color convert

RGB253190180-
CMYK00.250.290.01
HSL8.22º94.81%84.9%-
HSV(B)8.22º28.85%99.22%-
XYZ67.166151.42-
YUV207.7112.37160.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=40.61%
G=30.50%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319018000.250.290.018.2294.8184.9
HexFDBEB40191D185f55
Octal37527626403135110137125
Binary111111011011111010110100011001111011100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEB4; }

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

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

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

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

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

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

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

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