#FDB6AB

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

Shades of Melon #FDB6AB

Tints of Melon #FDB6AB

Color information

#FDB6AB (or 0xFDB6AB) is unknown color: approx Melon. HEX triplet: FD, B6 and AB. RGB value is (253,182,171). Sum of RGB (Red+Green+Blue) = 253+182+171=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6AB is #024954. Grayscale: #CACACA. Windows color (decimal): -149845 or 11253501. OLE color: 11253501.

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

Color convert

RGB253182171-
CMYK00.280.320.01
HSL8.05º95.35%83.14%-
HSV(B)8.05º32.41%99.22%-
XYZ64.5957.2846.18-
YUV201.98110.52164.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=41.75%
G=30.03%
B=28.22%

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
Decimal25318217100.280.320.018.0595.3583.14
HexFDB6AB01C20185f53
Octal37526625303440110137123
Binary1111110110110110101010110111001000001100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6AB; }

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

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

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

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

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

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

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

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