COLOR #F4D7FC

HEX: #F4D7FC RGB: (244,215,252)

Color info

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

RGB color model

#F4D7FC color RGB value is (244,215,252).

RGB: (244,215,252) (96%, 84%, 99%)

RGB channels and saturation

R 244 of 255 = 96%
G 215 of 255 = 84%
B 252 of 255 = 99%

244
215
252

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

Portions of RGB colors in percentages

R + G + B = 244 + 215 + 252 = 711 (100%)
R 244 of 711 ~ 34.32%
G 215 of 711 ~ 30.24%
B 252 of 711 ~ 35.44'%

%34.32
%30.24
%35.44

CMYK color model

#F4D7FC color CMYK value is (3,15,0,1).

  • cyan value is 3.17%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (3,15,0,1)
C3M15Y0K1 (3%, 15%, 0%, 1%)
(0.03 / 0.15 / 0.00 / 0.01)

CMYK percentages

%3.17
%14.68
%0
%1.18

Codes

Color #F4D7FC in popluar color models

F4 D7 FC
RGB 244 215 252
HSL 287° 86.05% 91.57%
HSB/HSV 287° 14.68% 98.82%
CMYK 3.17% 14.68% 0.00%
1.18%

Color #F4D7FC in popluar number systems.

HEX F4 D7 FC
Decimal 244 215 252
Binary 11110100 11010111 11111100
Octal 364 327 374

Shades and tints

Shades of #F4D7FC

#F4D7FC
(244,215,252)
#DEC4E6
(222,196,230)
#C8B1D0
(200,177,208)
#B29EBA
(178,158,186)
#9C8BA4
(156,139,164)
#86788E
(134,120,142)
#706578
(112,101,120)
#5A5262
(90,82,98)
#443F4C
(68,63,76)
#2E2C36
(46,44,54)
#181920
(24,25,32)
#000000
(0,0,0)

Tints of #F4D7FC

#F4D7FC
(244,215,252)
#F5DAFC
(245,218,252)
#F6DDFC
(246,221,252)
#F7E0FC
(247,224,252)
#F8E3FC
(248,227,252)
#F9E6FC
(249,230,252)
#FAE9FC
(250,233,252)
#FBECFC
(251,236,252)
#FCEFFC
(252,239,252)
#FDF2FC
(253,242,252)
#FEF5FC
(254,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D7FC color. Also use rgb(244,215,252) instead hex code.

Text Font Color

.myTextColor { color: #F4D7FC; }

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

This text font color is #F4D7FC.

Background Color

.myBgColor { background-color: #F4D7FC; }

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

This div background color is #F4D7FC.

Border color

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

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

This div border color is #F4D7FC.

Opacity

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

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

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

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

This text has shadow with #F4D7FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D7FC.

Preview

Color preview on black background

This text has color #F4D7FC on black background.


Color preview on white background

This text has color #F4D7FC on white background.


Black color preview on #F4D7FC background

This text has black color on #F4D7FC background.


White color preview on #F4D7FC background

This text has white color on #F4D7FC background.


Related colors

Complementary color

Complementary color for #hex is #0B2803.


I love getcolorcode.com

Triadic colors

1 #FCF4D7 and #D7FCF4 with #F4D7FC are triadic colors.

2 #FCD7F4 and #D7F4FC with #F4D7FC are triadic colors.