#FDB7AB

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

Shades of Melon #FDB7AB

Tints of Melon #FDB7AB

Color information

#FDB7AB (or 0xFDB7AB) is unknown color: approx Melon. HEX triplet: FD, B7 and AB. RGB value is (253,183,171). Sum of RGB (Red+Green+Blue) = 253+183+171=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7AB is #024854. Grayscale: #CACACA. Windows color (decimal): -149589 or 11253757. OLE color: 11253757.

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

Color convert

RGB253183171-
CMYK00.280.320.01
HSL8.78º95.35%83.14%-
HSV(B)8.78º32.41%99.22%-
XYZ64.7957.6946.25-
YUV202.56110.19163.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=41.68%
G=30.15%
B=28.17%

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
Decimal25318317100.280.320.018.7895.3583.14
HexFDB7AB01C20195f53
Octal37526725303440111137123
Binary1111110110110111101010110111001000001100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB7AB; }

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

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

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

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

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

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

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

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