COLOR #F4D4FA

HEX: #F4D4FA
RGB: (244,212,250)

Color info

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

RGB color model

#F4D4FA color RGB value is (244,212,250).

  • red value is 244;
  • green value is 212;
  • blue value is 250.
RGB:
(244,212,250)
(96%,83%,98%)

RGB channels and saturation

R 244 of 255 = 96%
G 212 of 255 = 83%
B 250 of 255 = 98%

244
212
250

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

Portions of RGB colors in percentages

R + G + B =
244 + 212 + 250 = 706 (100%)
R 244 of 706 ~ 34.56%
G 212 of 706 ~ 30.03%
B 250 of 706 ~ 35.41%

%34.56
%30.03
%35.41

CMYK color model

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

  • cyan value is 2.40%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,15,0,2)
C2M15Y0K2 
(2%,15%,0%,2%)
(0.02/0.15/0.00/0.02)	

CMYK percentages

%2.4
%15.2
%0
%1.96

Codes

Color #F4D4FA in popluar color models

F4D4FA
RGB244212250
HSL291°79.17%90.59%
HSB/HSV291°15.20%98.04%
CMYK2.40%15.20%0.00%
1.96%

Color #F4D4FA in popluar number systems.

HEXF4D4FA
Decimal244212250
Binary111101001101010011111010
Octal364324372

Shades and tints

Shades of #F4D4FA

#F4D4FA
(244,212,250)
#DEC1E4
(222,193,228)
#C8AECE
(200,174,206)
#B29BB8
(178,155,184)
#9C88A2
(156,136,162)
#86758C
(134,117,140)
#706276
(112,98,118)
#5A4F60
(90,79,96)
#443C4A
(68,60,74)
#2E2934
(46,41,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #F4D4FA

#F4D4FA
(244,212,250)
#F5D7FA
(245,215,250)
#F6DAFA
(246,218,250)
#F7DDFA
(247,221,250)
#F8E0FA
(248,224,250)
#F9E3FA
(249,227,250)
#FAE6FA
(250,230,250)
#FBE9FA
(251,233,250)
#FCECFA
(252,236,250)
#FDEFFA
(253,239,250)
#FEF2FA
(254,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D4FA color. Also use rgb(244,212,250) instead hex code.

Text Font Color

.myTextColor { color: #F4D4FA; }

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

This text font color is #F4D4FA.


Background Color

.myBgColor { background-color: #F4D4FA; }

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

This div background color is #F4D4FA.


Border color

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

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

This div border color is #F4D4FA.


Opacity

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

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

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

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

This text has shadow with #F4D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D4FA on black background.


Color preview on white background

This text has color #F4D4FA on white background.



Black color preview on #F4D4FA background

This text has black color on #F4D4FA background.


White color preview on #F4D4FA background

This text has white color on #F4D4FA background.