#FCC1AC

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

Shades of Melon #FCC1AC

Tints of Melon #FCC1AC

Color information

#FCC1AC (or 0xFCC1AC) is unknown color: approx Melon. HEX triplet: FC, C1 and AC. RGB value is (252,193,172). Sum of RGB (Red+Green+Blue) = 252+193+172=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AC is #033E53. Grayscale: #D0D0D0. Windows color (decimal): -212564 or 11321852. OLE color: 11321852.

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

Color convert

RGB252193172-
CMYK00.230.320.01
HSL15.75º93.02%83.14%-
HSV(B)15.75º31.75%98.82%-
XYZ66.6661.8147.45-
YUV208.25107.55159.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=40.84%
G=31.28%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219317200.230.320.0115.7593.0283.14
HexFCC1AC017201105d53
Octal37430125402740120135123
Binary11111100110000011010110001011110000011000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1AC; }

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

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

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

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

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

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

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

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