COLOR #F7CFD8

HEX: #F7CFD8
RGB: (247,207,216)

Color info

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

RGB color model

#F7CFD8 color RGB value is (247,207,216).

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

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 216 of 255 = 85%

247
207
216

R + G + B ~ 88%. #F7CFD8 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 216 = 670 (100%)
R 247 of 670 ~ 36.87%
G 207 of 670 ~ 30.9%
B 216 of 670 ~ 32.24%

%36.87
%30.9
%32.24

CMYK color model

#F7CFD8 color CMYK value is (0,16,13,3).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 12.55%
  • key color value is 3.14%
CMYK:
(0,16,13,3)
C0M16Y13K3 
(0%,16%,13%,3%)
(0.00/0.16/0.13/0.03)	

CMYK percentages

%0
%16.19
%12.55
%3.14

Codes

Color #F7CFD8 in popluar color models

F7CFD8
RGB247207216
HSL347°71.43%89.02%
HSB/HSV347°16.19%96.86%
CMYK0.00%16.19%12.55%
3.14%

Color #F7CFD8 in popluar number systems.

HEXF7CFD8
Decimal247207216
Binary111101111100111111011000
Octal367317330

Shades and tints

Shades of #F7CFD8

#F7CFD8
(247,207,216)
#E1BDC5
(225,189,197)
#CBABB2
(203,171,178)
#B5999F
(181,153,159)
#9F878C
(159,135,140)
#897579
(137,117,121)
#736366
(115,99,102)
#5D5153
(93,81,83)
#473F40
(71,63,64)
#312D2D
(49,45,45)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #F7CFD8

#F7CFD8
(247,207,216)
#F7D3DB
(247,211,219)
#F7D7DE
(247,215,222)
#F7DBE1
(247,219,225)
#F7DFE4
(247,223,228)
#F7E3E7
(247,227,231)
#F7E7EA
(247,231,234)
#F7EBED
(247,235,237)
#F7EFF0
(247,239,240)
#F7F3F3
(247,243,243)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFD8; }

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

This text font color is #F7CFD8.


Background Color

.myBgColor { background-color: #F7CFD8; }

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

This div background color is #F7CFD8.


Border color

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

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

This div border color is #F7CFD8.


Opacity

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

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

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

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

This text has shadow with #F7CFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CFD8 on black background.


Color preview on white background

This text has color #F7CFD8 on white background.



Black color preview on #F7CFD8 background

This text has black color on #F7CFD8 background.


White color preview on #F7CFD8 background

This text has white color on #F7CFD8 background.