COLOR #FC7A6C

HEX: #FC7A6C RGB: (252,122,108)

Color info

#FC7A6C contains mainly red color. Web safe color of #FC7A6C is #FF6666 (or #F66).

RGB color model

#FC7A6C color RGB value is (252,122,108).

RGB: (252,122,108) (99%, 48%, 42%)

RGB channels and saturation

R 252 of 255 = 99%
G 122 of 255 = 48%
B 108 of 255 = 42%

252
122
108

R + G + B ~ 63%. #FC7A6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 122 + 108 = 482 (100%)
R 252 of 482 ~ 52.28%
G 122 of 482 ~ 25.31%
B 108 of 482 ~ 22.41'%

%52.28
%25.31
%22.41

CMYK color model

#FC7A6C color CMYK value is (0,52,57,1).

  • cyan value is 0.00%
  • magenta value is 51.59%
  • yellow value is 57.14%
  • key color value is 1.18%

CMYK: (0,52,57,1)
C0M52Y57K1 (0%, 52%, 57%, 1%)
(0.00 / 0.52 / 0.57 / 0.01)

CMYK percentages

%0
%51.59
%57.14
%1.18

Codes

Color #FC7A6C in popluar color models

FC 7A 6C
RGB 252 122 108
HSL 96.00% 70.59%
HSB/HSV 57.14% 98.82%
CMYK 0.00% 51.59% 57.14%
1.18%

Color #FC7A6C in popluar number systems.

HEX FC 7A 6C
Decimal 252 122 108
Binary 11111100 1111010 1101100
Octal 374 172 154

Shades and tints

Shades of #FC7A6C

#FC7A6C
(252,122,108)
#E66F63
(230,111,99)
#D0645A
(208,100,90)
#BA5951
(186,89,81)
#A44E48
(164,78,72)
#8E433F
(142,67,63)
#783836
(120,56,54)
#622D2D
(98,45,45)
#4C2224
(76,34,36)
#36171B
(54,23,27)
#200C12
(32,12,18)
#000000
(0,0,0)

Tints of #FC7A6C

#FC7A6C
(252,122,108)
#FC8679
(252,134,121)
#FC9286
(252,146,134)
#FC9E93
(252,158,147)
#FCAAA0
(252,170,160)
#FCB6AD
(252,182,173)
#FCC2BA
(252,194,186)
#FCCEC7
(252,206,199)
#FCDAD4
(252,218,212)
#FCE6E1
(252,230,225)
#FCF2EE
(252,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC7A6C color. Also use rgb(252,122,108) instead hex code.

Text Font Color

.myTextColor { color: #FC7A6C; }

<p style="color:#FC7A6C">This sample text font color is #FC7A6C.</p>

This text font color is #FC7A6C.

Background Color

.myBgColor { background-color: #FC7A6C; }

<div style="background-color:#FC7A6C">Inner text</div>

This div background color is #FC7A6C.

Border color

.myBorderColor { border: 1px solid #FC7A6C; }

<div style="border:3px solid #FC7A6C">Div</div>

This div border color is #FC7A6C.

Opacity

.myOpacity80 { color: #FC7A6C; opacity: 0.8; }

<p style="color:#FC7A6C;opacity:0.8;">80%</p>

Text with #FC7A6C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FC7A6C;}

<p style="text-shadow: 3px 3px 1px #FC7A6C">Text here.</p>

This text has shadow with #FC7A6C color.


.textShadow {text-shadow: 3px 3px 1px #FC7A6C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FC7A6C, 5px 5px 20px red">Text here.</p>

This text has shadow with #FC7A6C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC7A6C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FC7A6C, Direction=45, Strength=4)">Text</p>

This text has shadow with #FC7A6C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FC7A6C;
-webkit-box-shadow: 1px 1px 3px 2px #FC7A6C;
box-shadow: 1px 1px 3px 2px #FC7A6C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC7A6C; -webkit-box-shadow: 1px 1px 3px 2px #FC7A6C; box-shadow:1px 1px 3px 2px #FC7A6C;">
Div content here
</div>

This div box has shadow with color #FC7A6C.

Preview

Color preview on black background

This text has color #FC7A6C on black background.


Color preview on white background

This text has color #FC7A6C on white background.


Black color preview on #FC7A6C background

This text has black color on #FC7A6C background.


White color preview on #FC7A6C background

This text has white color on #FC7A6C background.


Related colors

Complementary color

Complementary color for #FC7A6C is #038593.


I love getcolorcode.com

Triadic colors

1 #6CFC7A and #7A6CFC with #FC7A6C are triadic colors.

2 #6C7AFC and #7AFC6C with #FC7A6C are triadic colors.