#FDB9B6

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

Shades of Melon #FDB9B6

Tints of Melon #FDB9B6

Color information

#FDB9B6 (or 0xFDB9B6) is unknown color: approx Melon. HEX triplet: FD, B9 and B6. RGB value is (253,185,182). Sum of RGB (Red+Green+Blue) = 253+185+182=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B6 is #024649. Grayscale: #CDCDCD. Windows color (decimal): -149066 or 11975165. OLE color: 11975165.

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

Color convert

RGB253185182-
CMYK00.270.280.01
HSL2.54º94.67%85.29%-
HSV(B)2.54º28.06%99.22%-
XYZ66.358.9652.14-
YUV204.99115.03162.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=40.81%
G=29.84%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318518200.270.280.012.5494.6785.29
HexFDB9B601B1C135f55
Octal3752712660333413137125
Binary1111110110111001101101100110111110011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9B6; }

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

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

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

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

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

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

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

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