#FDB8AC

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

Shades of Melon #FDB8AC

Tints of Melon #FDB8AC

Color information

#FDB8AC (or 0xFDB8AC) is unknown color: approx Melon. HEX triplet: FD, B8 and AC. RGB value is (253,184,172). Sum of RGB (Red+Green+Blue) = 253+184+172=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8AC is #024753. Grayscale: #CBCBCB. Windows color (decimal): -149332 or 11319549. OLE color: 11319549.

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

Color convert

RGB253184172-
CMYK00.270.320.01
HSL8.89º95.29%83.33%-
HSV(B)8.89º32.02%99.22%-
XYZ65.0958.1446.82-
YUV203.26110.36163.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=41.54%
G=30.21%
B=28.24%

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
Decimal25318417200.270.320.018.8995.2983.33
HexFDB8AC01B20195f53
Octal37527025403340111137123
Binary1111110110111000101011000110111000001100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8AC; }

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

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

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

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

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

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

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

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