COLOR #F7D4FF

HEX: #F7D4FF RGB: (247,212,255)

Color info

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

RGB color model

#F7D4FF color RGB value is (247,212,255).

RGB: (247,212,255) (97%, 83%, 100%)

RGB channels and saturation

R 247 of 255 = 97%
G 212 of 255 = 83%
B 255 of 255 = 100%

247
212
255

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

Portions of RGB colors in percentages

R + G + B = 247 + 212 + 255 = 714 (100%)
R 247 of 714 ~ 34.59%
G 212 of 714 ~ 29.69%
B 255 of 714 ~ 35.71'%

%34.59
%29.69
%35.71

CMYK color model

#F7D4FF color CMYK value is (3,17,0,0).

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

CMYK: (3,17,0,0)
C3M17Y0K0 (3%, 17%, 0%, 0%)
(0.03 / 0.17 / 0.00 / 0.00)

CMYK percentages

%3.14
%16.86
%0
%0

Codes

Color #F7D4FF in popluar color models

F7 D4 FF
RGB 247 212 255
HSL 289° 100.00% 91.57%
HSB/HSV 289° 16.86% 100.00%
CMYK 3.14% 16.86% 0.00%
0.00%

Color #F7D4FF in popluar number systems.

HEX F7 D4 FF
Decimal 247 212 255
Binary 11110111 11010100 11111111
Octal 367 324 377

Shades and tints

Shades of #F7D4FF

#F7D4FF
(247,212,255)
#E1C1E8
(225,193,232)
#CBAED1
(203,174,209)
#B59BBA
(181,155,186)
#9F88A3
(159,136,163)
#89758C
(137,117,140)
#736275
(115,98,117)
#5D4F5E
(93,79,94)
#473C47
(71,60,71)
#312930
(49,41,48)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #F7D4FF

#F7D4FF
(247,212,255)
#F7D7FF
(247,215,255)
#F7DAFF
(247,218,255)
#F7DDFF
(247,221,255)
#F7E0FF
(247,224,255)
#F7E3FF
(247,227,255)
#F7E6FF
(247,230,255)
#F7E9FF
(247,233,255)
#F7ECFF
(247,236,255)
#F7EFFF
(247,239,255)
#F7F2FF
(247,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D4FF; }

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

This text font color is #F7D4FF.

Background Color

.myBgColor { background-color: #F7D4FF; }

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

This div background color is #F7D4FF.

Border color

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

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

This div border color is #F7D4FF.

Opacity

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

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

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

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

This text has shadow with #F7D4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D4FF.

Preview

Color preview on black background

This text has color #F7D4FF on black background.


Color preview on white background

This text has color #F7D4FF on white background.


Black color preview on #F7D4FF background

This text has black color on #F7D4FF background.


White color preview on #F7D4FF background

This text has white color on #F7D4FF background.


Related colors

Complementary color

Complementary color for #hex is #082B00.


I love getcolorcode.com

Triadic colors

1 #FFF7D4 and #D4FFF7 with #F7D4FF are triadic colors.

2 #FFD4F7 and #D4F7FF with #F7D4FF are triadic colors.