#FDB5AB

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

Shades of Melon #FDB5AB

Tints of Melon #FDB5AB

Color information

#FDB5AB (or 0xFDB5AB) is unknown color: approx Melon. HEX triplet: FD, B5 and AB. RGB value is (253,181,171). Sum of RGB (Red+Green+Blue) = 253+181+171=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB5AB is #024A54. Grayscale: #C9C9C9. Windows color (decimal): -150101 or 11253245. OLE color: 11253245.

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

Color convert

RGB253181171-
CMYK00.280.320.01
HSL7.32º95.35%83.14%-
HSV(B)7.32º32.41%99.22%-
XYZ64.3856.8746.11-
YUV201.39110.85164.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=41.82%
G=29.92%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318117100.280.320.017.3295.3583.14
HexFDB5AB01C20175f53
Octal3752652530344017137123
Binary111111011011010110101011011100100000111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5AB; }

 p { color: rgb(253,181,171); }

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

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

 a { background-color: rgb(253,181,171); }

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

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

 span { border-color: rgb(253,181,171); }

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