COLOR #F7CFCD

HEX: #F7CFCD
RGB: (247,207,205)

Color info

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

RGB color model

#F7CFCD color RGB value is (247,207,205).

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

RGB channels and saturation

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

247
207
205

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

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 205 = 659 (100%)
R 247 of 659 ~ 37.48%
G 207 of 659 ~ 31.41%
B 205 of 659 ~ 31.11%

%37.48
%31.41
%31.11

CMYK color model

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

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

CMYK percentages

%0
%16.19
%17
%3.14

Codes

Color #F7CFCD in popluar color models

F7CFCD
RGB247207205
HSL72.41%88.63%
HSB/HSV17.00%96.86%
CMYK0.00%16.19%17.00%
3.14%

Color #F7CFCD in popluar number systems.

HEXF7CFCD
Decimal247207205
Binary111101111100111111001101
Octal367317315

Shades and tints

Shades of #F7CFCD

#F7CFCD
(247,207,205)
#E1BDBB
(225,189,187)
#CBABA9
(203,171,169)
#B59997
(181,153,151)
#9F8785
(159,135,133)
#897573
(137,117,115)
#736361
(115,99,97)
#5D514F
(93,81,79)
#473F3D
(71,63,61)
#312D2B
(49,45,43)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #F7CFCD

#F7CFCD
(247,207,205)
#F7D3D1
(247,211,209)
#F7D7D5
(247,215,213)
#F7DBD9
(247,219,217)
#F7DFDD
(247,223,221)
#F7E3E1
(247,227,225)
#F7E7E5
(247,231,229)
#F7EBE9
(247,235,233)
#F7EFED
(247,239,237)
#F7F3F1
(247,243,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFCD; }

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

This text font color is #F7CFCD.


Background Color

.myBgColor { background-color: #F7CFCD; }

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

This div background color is #F7CFCD.


Border color

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

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

This div border color is #F7CFCD.


Opacity

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

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

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

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

This text has shadow with #F7CFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CFCD on black background.


Color preview on white background

This text has color #F7CFCD on white background.



Black color preview on #F7CFCD background

This text has black color on #F7CFCD background.


White color preview on #F7CFCD background

This text has white color on #F7CFCD background.