#FDB4AB

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

Shades of Melon #FDB4AB

Tints of Melon #FDB4AB

Color information

#FDB4AB (or 0xFDB4AB) is unknown color: approx Melon. HEX triplet: FD, B4 and AB. RGB value is (253,180,171). Sum of RGB (Red+Green+Blue) = 253+180+171=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4AB is #024B54. Grayscale: #C8C8C8. Windows color (decimal): -150357 or 11252989. OLE color: 11252989.

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

Color convert

RGB253180171-
CMYK00.290.320.01
HSL6.59º95.35%83.14%-
HSV(B)6.59º32.41%99.22%-
XYZ64.1856.4746.04-
YUV200.8111.18165.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=41.89%
G=29.80%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318017100.290.320.016.5995.3583.14
HexFDB4AB01D20175f53
Octal3752642530354017137123
Binary111111011011010010101011011101100000111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4AB; }

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

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

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

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

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

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

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

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