COLOR #F7D5FB

HEX: #F7D5FB
RGB: (247,213,251)

Color info

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

RGB color model

#F7D5FB color RGB value is (247,213,251).

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

RGB channels and saturation

R 247 of 255 = 97%
G 213 of 255 = 84%
B 251 of 255 = 98%

247
213
251

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

Portions of RGB colors in percentages

R + G + B =
247 + 213 + 251 = 711 (100%)
R 247 of 711 ~ 34.74%
G 213 of 711 ~ 29.96%
B 251 of 711 ~ 35.3%

%34.74
%29.96
%35.3

CMYK color model

#F7D5FB color CMYK value is (2,15,0,2).

  • cyan value is 1.59%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,15,0,2)
C2M15Y0K2 
(2%,15%,0%,2%)
(0.02/0.15/0.00/0.02)	

CMYK percentages

%1.59
%15.14
%0
%1.57

Codes

Color #F7D5FB in popluar color models

F7D5FB
RGB247213251
HSL294°82.61%90.98%
HSB/HSV294°15.14%98.43%
CMYK1.59%15.14%0.00%
1.57%

Color #F7D5FB in popluar number systems.

HEXF7D5FB
Decimal247213251
Binary111101111101010111111011
Octal367325373

Shades and tints

Shades of #F7D5FB

#F7D5FB
(247,213,251)
#E1C2E5
(225,194,229)
#CBAFCF
(203,175,207)
#B59CB9
(181,156,185)
#9F89A3
(159,137,163)
#89768D
(137,118,141)
#736377
(115,99,119)
#5D5061
(93,80,97)
#473D4B
(71,61,75)
#312A35
(49,42,53)
#1B171F
(27,23,31)
#000000
(0,0,0)

Tints of #F7D5FB

#F7D5FB
(247,213,251)
#F7D8FB
(247,216,251)
#F7DBFB
(247,219,251)
#F7DEFB
(247,222,251)
#F7E1FB
(247,225,251)
#F7E4FB
(247,228,251)
#F7E7FB
(247,231,251)
#F7EAFB
(247,234,251)
#F7EDFB
(247,237,251)
#F7F0FB
(247,240,251)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D5FB; }

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

This text font color is #F7D5FB.


Background Color

.myBgColor { background-color: #F7D5FB; }

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

This div background color is #F7D5FB.


Border color

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

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

This div border color is #F7D5FB.


Opacity

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

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

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

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

This text has shadow with #F7D5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D5FB on black background.


Color preview on white background

This text has color #F7D5FB on white background.



Black color preview on #F7D5FB background

This text has black color on #F7D5FB background.


White color preview on #F7D5FB background

This text has white color on #F7D5FB background.