COLOR #F7CFFB

HEX: #F7CFFB
RGB: (247,207,251)

Color info

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

RGB color model

#F7CFFB color RGB value is (247,207,251).

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

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 251 of 255 = 98%

247
207
251

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

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 251 = 705 (100%)
R 247 of 705 ~ 35.04%
G 207 of 705 ~ 29.36%
B 251 of 705 ~ 35.6%

%35.04
%29.36
%35.6

CMYK color model

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

  • cyan value is 1.59%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,18,0,2)
C2M18Y0K2 
(2%,18%,0%,2%)
(0.02/0.18/0.00/0.02)	

CMYK percentages

%1.59
%17.53
%0
%1.57

Codes

Color #F7CFFB in popluar color models

F7CFFB
RGB247207251
HSL295°84.62%89.80%
HSB/HSV295°17.53%98.43%
CMYK1.59%17.53%0.00%
1.57%

Color #F7CFFB in popluar number systems.

HEXF7CFFB
Decimal247207251
Binary111101111100111111111011
Octal367317373

Shades and tints

Shades of #F7CFFB

#F7CFFB
(247,207,251)
#E1BDE5
(225,189,229)
#CBABCF
(203,171,207)
#B599B9
(181,153,185)
#9F87A3
(159,135,163)
#89758D
(137,117,141)
#736377
(115,99,119)
#5D5161
(93,81,97)
#473F4B
(71,63,75)
#312D35
(49,45,53)
#1B1B1F
(27,27,31)
#000000
(0,0,0)

Tints of #F7CFFB

#F7CFFB
(247,207,251)
#F7D3FB
(247,211,251)
#F7D7FB
(247,215,251)
#F7DBFB
(247,219,251)
#F7DFFB
(247,223,251)
#F7E3FB
(247,227,251)
#F7E7FB
(247,231,251)
#F7EBFB
(247,235,251)
#F7EFFB
(247,239,251)
#F7F3FB
(247,243,251)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFFB; }

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

This text font color is #F7CFFB.


Background Color

.myBgColor { background-color: #F7CFFB; }

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

This div background color is #F7CFFB.


Border color

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

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

This div border color is #F7CFFB.


Opacity

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

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

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

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

This text has shadow with #F7CFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CFFB on black background.


Color preview on white background

This text has color #F7CFFB on white background.



Black color preview on #F7CFFB background

This text has black color on #F7CFFB background.


White color preview on #F7CFFB background

This text has white color on #F7CFFB background.