#FDB8AD

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

Shades of Melon #FDB8AD

Tints of Melon #FDB8AD

Color information

#FDB8AD (or 0xFDB8AD) is unknown color: approx Melon. HEX triplet: FD, B8 and AD. RGB value is (253,184,173). Sum of RGB (Red+Green+Blue) = 253+184+173=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8AD is #024752. Grayscale: #CBCBCB. Windows color (decimal): -149331 or 11385085. OLE color: 11385085.

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

Color convert

RGB253184173-
CMYK00.270.320.01
HSL8.25º95.24%83.53%-
HSV(B)8.25º31.62%99.22%-
XYZ65.1958.1847.33-
YUV203.38110.86163.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=41.48%
G=30.16%
B=28.36%

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
Decimal25318417300.270.320.018.2595.2483.53
HexFDB8AD01B20185f54
Octal37527025503340110137124
Binary1111110110111000101011010110111000001100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8AD; }

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

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

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

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

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

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

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

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