COLOR #F7CFFD

HEX: #F7CFFD
RGB: (247,207,253)

Color info

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

RGB color model

#F7CFFD color RGB value is (247,207,253).

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

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 253 of 255 = 99%

247
207
253

R + G + B ~ 92%. #F7CFFD is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 253 = 707 (100%)
R 247 of 707 ~ 34.94%
G 207 of 707 ~ 29.28%
B 253 of 707 ~ 35.79%

%34.94
%29.28
%35.79

CMYK color model

#F7CFFD color CMYK value is (2,18,0,1).

  • cyan value is 2.37%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (2,18,0,1) C2M18Y0K1 (2%,18%,0%,1%) (0.02/0.18/0.00/0.01)

CMYK percentages

%2.37
%18.18
%0
%0.78

Codes

Color #F7CFFD in popluar color models

F7CFFD
RGB247207253
HSL292°92.00%90.20%
HSB/HSV292°18.18%99.22%
CMYK2.37%18.18%0.00%
0.78%

Color #F7CFFD in popluar number systems.

HEXF7CFFD
Decimal247207253
Binary111101111100111111111101
Octal367317375

Shades and tints

Shades of #F7CFFD

#F7CFFD
(247,207,253)
#E1BDE6
(225,189,230)
#CBABCF
(203,171,207)
#B599B8
(181,153,184)
#9F87A1
(159,135,161)
#89758A
(137,117,138)
#736373
(115,99,115)
#5D515C
(93,81,92)
#473F45
(71,63,69)
#312D2E
(49,45,46)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #F7CFFD

#F7CFFD
(247,207,253)
#F7D3FD
(247,211,253)
#F7D7FD
(247,215,253)
#F7DBFD
(247,219,253)
#F7DFFD
(247,223,253)
#F7E3FD
(247,227,253)
#F7E7FD
(247,231,253)
#F7EBFD
(247,235,253)
#F7EFFD
(247,239,253)
#F7F3FD
(247,243,253)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFFD; }

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

This text font color is #F7CFFD.


Background Color

.myBgColor { background-color: #F7CFFD; }

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

This div background color is #F7CFFD.


Border color

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

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

This div border color is #F7CFFD.


Opacity

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

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

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

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

This text has shadow with #F7CFFD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F7CFFD on black background.


Color preview on white background

This text has color #F7CFFD on white background.



Black color preview on #F7CFFD background

This text has black color on #F7CFFD background.


White color preview on #F7CFFD background

This text has white color on #F7CFFD background.