COLOR #F7CFFF

HEX: #F7CFFF RGB: (247,207,255)

Color info

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

RGB color model

#F7CFFF color RGB value is (247,207,255).

RGB: (247,207,255) (97%, 81%, 100%)

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 255 of 255 = 100%

247
207
255

R + G + B ~ 93%. #F7CFFF is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 207 + 255 = 709 (100%)
R 247 of 709 ~ 34.84%
G 207 of 709 ~ 29.2%
B 255 of 709 ~ 35.97'%

%34.84
%29.2
%35.97

CMYK color model

#F7CFFF color CMYK value is (3,19,0,0).

  • cyan value is 3.14%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (3,19,0,0)
C3M19Y0K0 (3%, 19%, 0%, 0%)
(0.03 / 0.19 / 0.00 / 0.00)

CMYK percentages

%3.14
%18.82
%0
%0

Codes

Color #F7CFFF in popluar color models

F7 CF FF
RGB 247 207 255
HSL 290° 100.00% 90.59%
HSB/HSV 290° 18.82% 100.00%
CMYK 3.14% 18.82% 0.00%
0.00%

Color #F7CFFF in popluar number systems.

HEX F7 CF FF
Decimal 247 207 255
Binary 11110111 11001111 11111111
Octal 367 317 377

Shades and tints

Shades of #F7CFFF

#F7CFFF
(247,207,255)
#E1BDE8
(225,189,232)
#CBABD1
(203,171,209)
#B599BA
(181,153,186)
#9F87A3
(159,135,163)
#89758C
(137,117,140)
#736375
(115,99,117)
#5D515E
(93,81,94)
#473F47
(71,63,71)
#312D30
(49,45,48)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #F7CFFF

#F7CFFF
(247,207,255)
#F7D3FF
(247,211,255)
#F7D7FF
(247,215,255)
#F7DBFF
(247,219,255)
#F7DFFF
(247,223,255)
#F7E3FF
(247,227,255)
#F7E7FF
(247,231,255)
#F7EBFF
(247,235,255)
#F7EFFF
(247,239,255)
#F7F3FF
(247,243,255)
#F7F7FF
(247,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFFF; }

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

This text font color is #F7CFFF.

Background Color

.myBgColor { background-color: #F7CFFF; }

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

This div background color is #F7CFFF.

Border color

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

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

This div border color is #F7CFFF.

Opacity

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

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

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

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

This text has shadow with #F7CFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CFFF.

Preview

Color preview on black background

This text has color #F7CFFF on black background.


Color preview on white background

This text has color #F7CFFF on white background.


Black color preview on #F7CFFF background

This text has black color on #F7CFFF background.


White color preview on #F7CFFF background

This text has white color on #F7CFFF background.


Related colors

Complementary color

Complementary color for #hex is #083000.


I love getcolorcode.com

Triadic colors

1 #FFF7CF and #CFFFF7 with #F7CFFF are triadic colors.

2 #FFCFF7 and #CFF7FF with #F7CFFF are triadic colors.