COLOR #FC6569

HEX: #FC6569
RGB: (252,101,105)

Color info

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

RGB color model

#FC6569 color RGB value is (252,101,105).

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

RGB channels and saturation

R 252 of 255 = 99%
G 101 of 255 = 40%
B 105 of 255 = 41%

252
101
105

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

Portions of RGB colors in percentages

R + G + B =
252 + 101 + 105 = 458 (100%)
R 252 of 458 ~ 55.02%
G 101 of 458 ~ 22.05%
B 105 of 458 ~ 22.93%

%55.02
%22.05
%22.93

CMYK color model

#FC6569 color CMYK value is (0,60,58,1).

  • cyan value is 0.00%
  • magenta value is 59.92%
  • yellow value is 58.33%
  • key color value is 1.18%
CMYK:
(0,60,58,1)
C0M60Y58K1 
(0%,60%,58%,1%)
(0.00/0.60/0.58/0.01)	

CMYK percentages

%0
%59.92
%58.33
%1.18

Codes

Color #FC6569 in popluar color models

FC6569
RGB252101105
HSL358°96.18%69.22%
HSB/HSV358°59.92%98.82%
CMYK0.00%59.92%58.33%
1.18%

Color #FC6569 in popluar number systems.

HEXFC6569
Decimal252101105
Binary1111110011001011101001
Octal374145151

Shades and tints

Shades of #FC6569

#FC6569
(252,101,105)
#E65C60
(230,92,96)
#D05357
(208,83,87)
#BA4A4E
(186,74,78)
#A44145
(164,65,69)
#8E383C
(142,56,60)
#782F33
(120,47,51)
#62262A
(98,38,42)
#4C1D21
(76,29,33)
#361418
(54,20,24)
#200B0F
(32,11,15)
#000000
(0,0,0)

Tints of #FC6569

#FC6569
(252,101,105)
#FC7376
(252,115,118)
#FC8183
(252,129,131)
#FC8F90
(252,143,144)
#FC9D9D
(252,157,157)
#FCABAA
(252,171,170)
#FCB9B7
(252,185,183)
#FCC7C4
(252,199,196)
#FCD5D1
(252,213,209)
#FCE3DE
(252,227,222)
#FCF1EB
(252,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC6569; }

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

This text font color is #FC6569.


Background Color

.myBgColor { background-color: #FC6569; }

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

This div background color is #FC6569.


Border color

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

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

This div border color is #FC6569.


Opacity

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

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

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

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

This text has shadow with #FC6569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6569 on black background.


Color preview on white background

This text has color #FC6569 on white background.



Black color preview on #FC6569 background

This text has black color on #FC6569 background.


White color preview on #FC6569 background

This text has white color on #FC6569 background.