COLOR #F7CDCD

HEX: #F7CDCD
RGB: (247,205,205)

Color info

#F7CDCD contains red, green and blue colors in about the same proportion. Web safe color of #F7CDCD is #FFCCCC (or #FCC).

RGB color model

#F7CDCD color RGB value is (247,205,205).

  • red value is 247;
  • green value is 205;
  • blue value is 205.
RGB:
(247,205,205)
(97%,80%,80%)

RGB channels and saturation

R 247 of 255 = 97%
G 205 of 255 = 80%
B 205 of 255 = 80%

247
205
205

R + G + B ~ 86%. #F7CDCD is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 205 + 205 = 657 (100%)
R 247 of 657 ~ 37.6%
G 205 of 657 ~ 31.2%
B 205 of 657 ~ 31.2%

%37.6
%31.2
%31.2

CMYK color model

#F7CDCD color CMYK value is (0,17,17,3).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 17.00%
  • key color value is 3.14%
CMYK:
(0,17,17,3)
C0M17Y17K3 
(0%,17%,17%,3%)
(0.00/0.17/0.17/0.03)	

CMYK percentages

%0
%17
%17
%3.14

Codes

Color #F7CDCD in popluar color models

F7CDCD
RGB247205205
HSL72.41%88.63%
HSB/HSV17.00%96.86%
CMYK0.00%17.00%17.00%
3.14%

Color #F7CDCD in popluar number systems.

HEXF7CDCD
Decimal247205205
Binary111101111100110111001101
Octal367315315

Shades and tints

Shades of #F7CDCD

#F7CDCD
(247,205,205)
#E1BBBB
(225,187,187)
#CBA9A9
(203,169,169)
#B59797
(181,151,151)
#9F8585
(159,133,133)
#897373
(137,115,115)
#736161
(115,97,97)
#5D4F4F
(93,79,79)
#473D3D
(71,61,61)
#312B2B
(49,43,43)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #F7CDCD

#F7CDCD
(247,205,205)
#F7D1D1
(247,209,209)
#F7D5D5
(247,213,213)
#F7D9D9
(247,217,217)
#F7DDDD
(247,221,221)
#F7E1E1
(247,225,225)
#F7E5E5
(247,229,229)
#F7E9E9
(247,233,233)
#F7EDED
(247,237,237)
#F7F1F1
(247,241,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CDCD color. Also use rgb(247,205,205) instead hex code.

Text Font Color

.myTextColor { color: #F7CDCD; }

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

This text font color is #F7CDCD.


Background Color

.myBgColor { background-color: #F7CDCD; }

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

This div background color is #F7CDCD.


Border color

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

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

This div border color is #F7CDCD.


Opacity

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

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

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

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

This text has shadow with #F7CDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CDCD on black background.


Color preview on white background

This text has color #F7CDCD on white background.



Black color preview on #F7CDCD background

This text has black color on #F7CDCD background.


White color preview on #F7CDCD background

This text has white color on #F7CDCD background.