#FDB8AB

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

Shades of Melon #FDB8AB

Tints of Melon #FDB8AB

Color information

#FDB8AB (or 0xFDB8AB) is unknown color: approx Melon. HEX triplet: FD, B8 and AB. RGB value is (253,184,171). Sum of RGB (Red+Green+Blue) = 253+184+171=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8AB is #024754. Grayscale: #CBCBCB. Windows color (decimal): -149333 or 11254013. OLE color: 11254013.

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

Color convert

RGB253184171-
CMYK00.270.320.01
HSL9.51º95.35%83.14%-
HSV(B)9.51º32.41%99.22%-
XYZ6558.146.32-
YUV203.15109.86163.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=41.61%
G=30.26%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318417100.270.320.019.5195.3583.14
HexFDB8AB01B201a5f53
Octal37527025303340112137123
Binary1111110110111000101010110110111000001101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8AB; }

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

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

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

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

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

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

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

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