#FDB7A6

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

Shades of Melon #FDB7A6

Tints of Melon #FDB7A6

Color information

#FDB7A6 (or 0xFDB7A6) is unknown color: approx Melon. HEX triplet: FD, B7 and A6. RGB value is (253,183,166). Sum of RGB (Red+Green+Blue) = 253+183+166=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7A6 is #024859. Grayscale: #CACACA. Windows color (decimal): -149594 or 10926077. OLE color: 10926077.

HSL color Cylindrical-coordinate representation of color #FDB7A6: hue angle of 11.72º 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 #FDB7A6 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253183166-
CMYK00.280.340.01
HSL11.72º95.6%82.16%-
HSV(B)11.72º34.39%99.22%-
XYZ64.3257.543.79-
YUV201.99107.69164.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 166 (65.23% from 255) = 27.57%
R=42.03%
G=30.40%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318316600.280.340.0111.7295.682.16
HexFDB7A601C221c6052
Octal37526724603442114140122
Binary1111110110110111101001100111001000101110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB7A6; }

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

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

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

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

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

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

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

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