COLOR #F7C0DD

HEX: #F7C0DD
RGB: (247,192,221)

Color info

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

RGB color model

#F7C0DD color RGB value is (247,192,221).

  • red value is 247;
  • green value is 192;
  • blue value is 221.
RGB:
(247,192,221)
(97%,75%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 192 of 255 = 75%
B 221 of 255 = 87%

247
192
221

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

Portions of RGB colors in percentages

R + G + B =
247 + 192 + 221 = 660 (100%)
R 247 of 660 ~ 37.42%
G 192 of 660 ~ 29.09%
B 221 of 660 ~ 33.48%

%37.42
%29.09
%33.48

CMYK color model

#F7C0DD color CMYK value is (0,22,11,3).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,22,11,3)
C0M22Y11K3 
(0%,22%,11%,3%)
(0.00/0.22/0.11/0.03)	

CMYK percentages

%0
%22.27
%10.53
%3.14

Codes

Color #F7C0DD in popluar color models

F7C0DD
RGB247192221
HSL328°77.46%86.08%
HSB/HSV328°22.27%96.86%
CMYK0.00%22.27%10.53%
3.14%

Color #F7C0DD in popluar number systems.

HEXF7C0DD
Decimal247192221
Binary111101111100000011011101
Octal367300335

Shades and tints

Shades of #F7C0DD

#F7C0DD
(247,192,221)
#E1AFC9
(225,175,201)
#CB9EB5
(203,158,181)
#B58DA1
(181,141,161)
#9F7C8D
(159,124,141)
#896B79
(137,107,121)
#735A65
(115,90,101)
#5D4951
(93,73,81)
#47383D
(71,56,61)
#312729
(49,39,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #F7C0DD

#F7C0DD
(247,192,221)
#F7C5E0
(247,197,224)
#F7CAE3
(247,202,227)
#F7CFE6
(247,207,230)
#F7D4E9
(247,212,233)
#F7D9EC
(247,217,236)
#F7DEEF
(247,222,239)
#F7E3F2
(247,227,242)
#F7E8F5
(247,232,245)
#F7EDF8
(247,237,248)
#F7F2FB
(247,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C0DD; }

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

This text font color is #F7C0DD.


Background Color

.myBgColor { background-color: #F7C0DD; }

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

This div background color is #F7C0DD.


Border color

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

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

This div border color is #F7C0DD.


Opacity

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

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

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

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

This text has shadow with #F7C0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C0DD on black background.


Color preview on white background

This text has color #F7C0DD on white background.



Black color preview on #F7C0DD background

This text has black color on #F7C0DD background.


White color preview on #F7C0DD background

This text has white color on #F7C0DD background.