#FDBAB6

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

Shades of Melon #FDBAB6

Tints of Melon #FDBAB6

Color information

#FDBAB6 (or 0xFDBAB6) is unknown color: approx Melon. HEX triplet: FD, BA and B6. RGB value is (253,186,182). Sum of RGB (Red+Green+Blue) = 253+186+182=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAB6 is #024549. Grayscale: #CDCDCD. Windows color (decimal): -148810 or 11975421. OLE color: 11975421.

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

Color convert

RGB253186182-
CMYK00.260.280.01
HSL3.38º94.67%85.29%-
HSV(B)3.38º28.06%99.22%-
XYZ66.5159.3852.21-
YUV205.58114.7161.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=40.74%
G=29.95%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318618200.260.280.013.3894.6785.29
HexFDBAB601A1C135f55
Octal3752722660323413137125
Binary1111110110111010101101100110101110011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAB6; }

 p { color: rgb(253,186,182); }

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

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

 a { background-color: rgb(253,186,182); }

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

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

 span { border-color: rgb(253,186,182); }

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