COLOR #F4D4FB

HEX: #F4D4FB
RGB: (244,212,251)

Color info

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

RGB color model

#F4D4FB color RGB value is (244,212,251).

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

RGB channels and saturation

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

244
212
251

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

Portions of RGB colors in percentages

R + G + B =
244 + 212 + 251 = 707 (100%)
R 244 of 707 ~ 34.51%
G 212 of 707 ~ 29.99%
B 251 of 707 ~ 35.5%

%34.51
%29.99
%35.5

CMYK color model

#F4D4FB color CMYK value is (3,16,0,2).

  • cyan value is 2.79%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(3,16,0,2)
C3M16Y0K2 
(3%,16%,0%,2%)
(0.03/0.16/0.00/0.02)	

CMYK percentages

%2.79
%15.54
%0
%1.57

Codes

Color #F4D4FB in popluar color models

F4D4FB
RGB244212251
HSL289°82.98%90.78%
HSB/HSV289°15.54%98.43%
CMYK2.79%15.54%0.00%
1.57%

Color #F4D4FB in popluar number systems.

HEXF4D4FB
Decimal244212251
Binary111101001101010011111011
Octal364324373

Shades and tints

Shades of #F4D4FB

#F4D4FB
(244,212,251)
#DEC1E5
(222,193,229)
#C8AECF
(200,174,207)
#B29BB9
(178,155,185)
#9C88A3
(156,136,163)
#86758D
(134,117,141)
#706277
(112,98,119)
#5A4F61
(90,79,97)
#443C4B
(68,60,75)
#2E2935
(46,41,53)
#18161F
(24,22,31)
#000000
(0,0,0)

Tints of #F4D4FB

#F4D4FB
(244,212,251)
#F5D7FB
(245,215,251)
#F6DAFB
(246,218,251)
#F7DDFB
(247,221,251)
#F8E0FB
(248,224,251)
#F9E3FB
(249,227,251)
#FAE6FB
(250,230,251)
#FBE9FB
(251,233,251)
#FCECFB
(252,236,251)
#FDEFFB
(253,239,251)
#FEF2FB
(254,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D4FB; }

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

This text font color is #F4D4FB.


Background Color

.myBgColor { background-color: #F4D4FB; }

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

This div background color is #F4D4FB.


Border color

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

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

This div border color is #F4D4FB.


Opacity

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

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

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

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

This text has shadow with #F4D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D4FB on black background.


Color preview on white background

This text has color #F4D4FB on white background.



Black color preview on #F4D4FB background

This text has black color on #F4D4FB background.


White color preview on #F4D4FB background

This text has white color on #F4D4FB background.