COLOR #F7CFEA

HEX: #F7CFEA
RGB: (247,207,234)

Color info

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

RGB color model

#F7CFEA color RGB value is (247,207,234).

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

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 234 of 255 = 92%

247
207
234

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

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 234 = 688 (100%)
R 247 of 688 ~ 35.9%
G 207 of 688 ~ 30.09%
B 234 of 688 ~ 34.01%

%35.9
%30.09
%34.01

CMYK color model

#F7CFEA color CMYK value is (0,16,5,3).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,16,5,3)
C0M16Y5K3 
(0%,16%,5%,3%)
(0.00/0.16/0.05/0.03)	

CMYK percentages

%0
%16.19
%5.26
%3.14

Codes

Color #F7CFEA in popluar color models

F7CFEA
RGB247207234
HSL320°71.43%89.02%
HSB/HSV320°16.19%96.86%
CMYK0.00%16.19%5.26%
3.14%

Color #F7CFEA in popluar number systems.

HEXF7CFEA
Decimal247207234
Binary111101111100111111101010
Octal367317352

Shades and tints

Shades of #F7CFEA

#F7CFEA
(247,207,234)
#E1BDD5
(225,189,213)
#CBABC0
(203,171,192)
#B599AB
(181,153,171)
#9F8796
(159,135,150)
#897581
(137,117,129)
#73636C
(115,99,108)
#5D5157
(93,81,87)
#473F42
(71,63,66)
#312D2D
(49,45,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #F7CFEA

#F7CFEA
(247,207,234)
#F7D3EB
(247,211,235)
#F7D7EC
(247,215,236)
#F7DBED
(247,219,237)
#F7DFEE
(247,223,238)
#F7E3EF
(247,227,239)
#F7E7F0
(247,231,240)
#F7EBF1
(247,235,241)
#F7EFF2
(247,239,242)
#F7F3F3
(247,243,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFEA; }

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

This text font color is #F7CFEA.


Background Color

.myBgColor { background-color: #F7CFEA; }

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

This div background color is #F7CFEA.


Border color

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

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

This div border color is #F7CFEA.


Opacity

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

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

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

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

This text has shadow with #F7CFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CFEA on black background.


Color preview on white background

This text has color #F7CFEA on white background.



Black color preview on #F7CFEA background

This text has black color on #F7CFEA background.


White color preview on #F7CFEA background

This text has white color on #F7CFEA background.