COLOR #FC6968

HEX: #FC6968
RGB: (252,105,104)

Color info

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

RGB color model

#FC6968 color RGB value is (252,105,104).

  • red value is 252;
  • green value is 105;
  • blue value is 104.
RGB:
(252,105,104)
(99%,41%,41%)

RGB channels and saturation

R 252 of 255 = 99%
G 105 of 255 = 41%
B 104 of 255 = 41%

252
105
104

R + G + B ~ 60%. #FC6968 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 105 + 104 = 461 (100%)
R 252 of 461 ~ 54.66%
G 105 of 461 ~ 22.78%
B 104 of 461 ~ 22.56%

%54.66
%22.78
%22.56

CMYK color model

#FC6968 color CMYK value is (0,58,59,1).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 58.73%
  • key color value is 1.18%
CMYK:
(0,58,59,1)
C0M58Y59K1 
(0%,58%,59%,1%)
(0.00/0.58/0.59/0.01)	

CMYK percentages

%0
%58.33
%58.73
%1.18

Codes

Color #FC6968 in popluar color models

FC6968
RGB252105104
HSL96.10%69.80%
HSB/HSV58.73%98.82%
CMYK0.00%58.33%58.73%
1.18%

Color #FC6968 in popluar number systems.

HEXFC6968
Decimal252105104
Binary1111110011010011101000
Octal374151150

Shades and tints

Shades of #FC6968

#FC6968
(252,105,104)
#E6605F
(230,96,95)
#D05756
(208,87,86)
#BA4E4D
(186,78,77)
#A44544
(164,69,68)
#8E3C3B
(142,60,59)
#783332
(120,51,50)
#622A29
(98,42,41)
#4C2120
(76,33,32)
#361817
(54,24,23)
#200F0E
(32,15,14)
#000000
(0,0,0)

Tints of #FC6968

#FC6968
(252,105,104)
#FC7675
(252,118,117)
#FC8382
(252,131,130)
#FC908F
(252,144,143)
#FC9D9C
(252,157,156)
#FCAAA9
(252,170,169)
#FCB7B6
(252,183,182)
#FCC4C3
(252,196,195)
#FCD1D0
(252,209,208)
#FCDEDD
(252,222,221)
#FCEBEA
(252,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC6968 color. Also use rgb(252,105,104) instead hex code.

Text Font Color

.myTextColor { color: #FC6968; }

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

This text font color is #FC6968.


Background Color

.myBgColor { background-color: #FC6968; }

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

This div background color is #FC6968.


Border color

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

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

This div border color is #FC6968.


Opacity

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

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

Text with #FC6968 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 #FC6968;}

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

This text has shadow with #FC6968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6968 on black background.


Color preview on white background

This text has color #FC6968 on white background.



Black color preview on #FC6968 background

This text has black color on #FC6968 background.


White color preview on #FC6968 background

This text has white color on #FC6968 background.