#FCB9AC

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

Shades of Melon #FCB9AC

Tints of Melon #FCB9AC

Color information

#FCB9AC (or 0xFCB9AC) is unknown color: approx Melon. HEX triplet: FC, B9 and AC. RGB value is (252,185,172). Sum of RGB (Red+Green+Blue) = 252+185+172=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AC is #034653. Grayscale: #CBCBCB. Windows color (decimal): -214612 or 11319804. OLE color: 11319804.

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

Color convert

RGB252185172-
CMYK00.270.320.01
HSL9.75º93.02%83.14%-
HSV(B)9.75º31.75%98.82%-
XYZ64.9458.3746.87-
YUV203.55110.2162.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=41.38%
G=30.38%
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
Decimal25218517200.270.320.019.7593.0283.14
HexFCB9AC01B201a5d53
Octal37427125403340112135123
Binary1111110010111001101011000110111000001101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9AC; }

 p { color: rgb(252,185,172); }

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

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

 a { background-color: rgb(252,185,172); }

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

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

 span { border-color: rgb(252,185,172); }

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