COLOR #F7D8FB

HEX: #F7D8FB RGB: (247,216,251)

Color info

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

RGB color model

#F7D8FB color RGB value is (247,216,251).

RGB: (247,216,251) (97%, 85%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 216 of 255 = 85%
B 251 of 255 = 98%

247
216
251

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

Portions of RGB colors in percentages

R + G + B = 247 + 216 + 251 = 714 (100%)
R 247 of 714 ~ 34.59%
G 216 of 714 ~ 30.25%
B 251 of 714 ~ 35.15'%

%34.59
%30.25
%35.15

CMYK color model

#F7D8FB color CMYK value is (2,14,0,2).

  • cyan value is 1.59%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,14,0,2)
C2M14Y0K2 (2%, 14%, 0%, 2%)
(0.02 / 0.14 / 0.00 / 0.02)

CMYK percentages

%1.59
%13.94
%0
%1.57

Codes

Color #F7D8FB in popluar color models

F7 D8 FB
RGB 247 216 251
HSL 293° 81.40% 91.57%
HSB/HSV 293° 13.94% 98.43%
CMYK 1.59% 13.94% 0.00%
1.57%

Color #F7D8FB in popluar number systems.

HEX F7 D8 FB
Decimal 247 216 251
Binary 11110111 11011000 11111011
Octal 367 330 373

Shades and tints

Shades of #F7D8FB

#F7D8FB
(247,216,251)
#E1C5E5
(225,197,229)
#CBB2CF
(203,178,207)
#B59FB9
(181,159,185)
#9F8CA3
(159,140,163)
#89798D
(137,121,141)
#736677
(115,102,119)
#5D5361
(93,83,97)
#47404B
(71,64,75)
#312D35
(49,45,53)
#1B1A1F
(27,26,31)
#000000
(0,0,0)

Tints of #F7D8FB

#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)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D8FB; }

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

This text font color is #F7D8FB.

Background Color

.myBgColor { background-color: #F7D8FB; }

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

This div background color is #F7D8FB.

Border color

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

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

This div border color is #F7D8FB.

Opacity

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

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

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

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

This text has shadow with #F7D8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D8FB.

Preview

Color preview on black background

This text has color #F7D8FB on black background.


Color preview on white background

This text has color #F7D8FB on white background.


Black color preview on #F7D8FB background

This text has black color on #F7D8FB background.


White color preview on #F7D8FB background

This text has white color on #F7D8FB background.


Related colors

Complementary color

Complementary color for #hex is #082704.


I love getcolorcode.com

Triadic colors

1 #FBF7D8 and #D8FBF7 with #F7D8FB are triadic colors.

2 #FBD8F7 and #D8F7FB with #F7D8FB are triadic colors.