COLOR #F7CDEA

HEX: #F7CDEA
RGB: (247,205,234)

Color info

#F7CDEA contains red, green and blue colors in about the same proportion. Web safe color of #F7CDEA is #FFCCFF (or #FCF).

RGB color model

#F7CDEA color RGB value is (247,205,234).

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

RGB channels and saturation

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

247
205
234

R + G + B ~ 90%. #F7CDEA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 205 + 234 = 686 (100%)
R 247 of 686 ~ 36.01%
G 205 of 686 ~ 29.88%
B 234 of 686 ~ 34.11%

%36.01
%29.88
%34.11

CMYK color model

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

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

CMYK percentages

%0
%17
%5.26
%3.14

Codes

Color #F7CDEA in popluar color models

F7CDEA
RGB247205234
HSL319°72.41%88.63%
HSB/HSV319°17.00%96.86%
CMYK0.00%17.00%5.26%
3.14%

Color #F7CDEA in popluar number systems.

HEXF7CDEA
Decimal247205234
Binary111101111100110111101010
Octal367315352

Shades and tints

Shades of #F7CDEA

#F7CDEA
(247,205,234)
#E1BBD5
(225,187,213)
#CBA9C0
(203,169,192)
#B597AB
(181,151,171)
#9F8596
(159,133,150)
#897381
(137,115,129)
#73616C
(115,97,108)
#5D4F57
(93,79,87)
#473D42
(71,61,66)
#312B2D
(49,43,45)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #F7CDEA

#F7CDEA
(247,205,234)
#F7D1EB
(247,209,235)
#F7D5EC
(247,213,236)
#F7D9ED
(247,217,237)
#F7DDEE
(247,221,238)
#F7E1EF
(247,225,239)
#F7E5F0
(247,229,240)
#F7E9F1
(247,233,241)
#F7EDF2
(247,237,242)
#F7F1F3
(247,241,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CDEA; }

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

This text font color is #F7CDEA.


Background Color

.myBgColor { background-color: #F7CDEA; }

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

This div background color is #F7CDEA.


Border color

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

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

This div border color is #F7CDEA.


Opacity

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

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

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

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

This text has shadow with #F7CDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CDEA on black background.


Color preview on white background

This text has color #F7CDEA on white background.



Black color preview on #F7CDEA background

This text has black color on #F7CDEA background.


White color preview on #F7CDEA background

This text has white color on #F7CDEA background.