COLOR #F2D1FA

HEX: #F2D1FA
RGB: (242,209,250)

Color info

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

RGB color model

#F2D1FA color RGB value is (242,209,250).

  • red value is 242;
  • green value is 209;
  • blue value is 250.
RGB:
(242,209,250)
(95%,82%,98%)

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 250 of 255 = 98%

242
209
250

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

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 250 = 701 (100%)
R 242 of 701 ~ 34.52%
G 209 of 701 ~ 29.81%
B 250 of 701 ~ 35.66%

%34.52
%29.81
%35.66

CMYK color model

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

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

CMYK percentages

%3.2
%16.4
%0
%1.96

Codes

Color #F2D1FA in popluar color models

F2D1FA
RGB242209250
HSL288°80.39%90.00%
HSB/HSV288°16.40%98.04%
CMYK3.20%16.40%0.00%
1.96%

Color #F2D1FA in popluar number systems.

HEXF2D1FA
Decimal242209250
Binary111100101101000111111010
Octal362321372

Shades and tints

Shades of #F2D1FA

#F2D1FA
(242,209,250)
#DCBEE4
(220,190,228)
#C6ABCE
(198,171,206)
#B098B8
(176,152,184)
#9A85A2
(154,133,162)
#84728C
(132,114,140)
#6E5F76
(110,95,118)
#584C60
(88,76,96)
#42394A
(66,57,74)
#2C2634
(44,38,52)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #F2D1FA

#F2D1FA
(242,209,250)
#F3D5FA
(243,213,250)
#F4D9FA
(244,217,250)
#F5DDFA
(245,221,250)
#F6E1FA
(246,225,250)
#F7E5FA
(247,229,250)
#F8E9FA
(248,233,250)
#F9EDFA
(249,237,250)
#FAF1FA
(250,241,250)
#FBF5FA
(251,245,250)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D1FA color. Also use rgb(242,209,250) instead hex code.

Text Font Color

.myTextColor { color: #F2D1FA; }

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

This text font color is #F2D1FA.


Background Color

.myBgColor { background-color: #F2D1FA; }

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

This div background color is #F2D1FA.


Border color

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

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

This div border color is #F2D1FA.


Opacity

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

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

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

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

This text has shadow with #F2D1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D1FA on black background.


Color preview on white background

This text has color #F2D1FA on white background.



Black color preview on #F2D1FA background

This text has black color on #F2D1FA background.


White color preview on #F2D1FA background

This text has white color on #F2D1FA background.