COLOR #F2D0FA

HEX: #F2D0FA
RGB: (242,208,250)

Color info

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

RGB color model

#F2D0FA color RGB value is (242,208,250).

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

RGB channels and saturation

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

242
208
250

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

Portions of RGB colors in percentages

R + G + B =
242 + 208 + 250 = 700 (100%)
R 242 of 700 ~ 34.57%
G 208 of 700 ~ 29.71%
B 250 of 700 ~ 35.71%

%34.57
%29.71
%35.71

CMYK color model

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

  • cyan value is 3.20%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(3,17,0,2)
C3M17Y0K2 
(3%,17%,0%,2%)
(0.03/0.17/0.00/0.02)	

CMYK percentages

%3.2
%16.8
%0
%1.96

Codes

Color #F2D0FA in popluar color models

F2D0FA
RGB242208250
HSL289°80.77%89.80%
HSB/HSV289°16.80%98.04%
CMYK3.20%16.80%0.00%
1.96%

Color #F2D0FA in popluar number systems.

HEXF2D0FA
Decimal242208250
Binary111100101101000011111010
Octal362320372

Shades and tints

Shades of #F2D0FA

#F2D0FA
(242,208,250)
#DCBEE4
(220,190,228)
#C6ACCE
(198,172,206)
#B09AB8
(176,154,184)
#9A88A2
(154,136,162)
#84768C
(132,118,140)
#6E6476
(110,100,118)
#585260
(88,82,96)
#42404A
(66,64,74)
#2C2E34
(44,46,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #F2D0FA

#F2D0FA
(242,208,250)
#F3D4FA
(243,212,250)
#F4D8FA
(244,216,250)
#F5DCFA
(245,220,250)
#F6E0FA
(246,224,250)
#F7E4FA
(247,228,250)
#F8E8FA
(248,232,250)
#F9ECFA
(249,236,250)
#FAF0FA
(250,240,250)
#FBF4FA
(251,244,250)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D0FA; }

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

This text font color is #F2D0FA.


Background Color

.myBgColor { background-color: #F2D0FA; }

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

This div background color is #F2D0FA.


Border color

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

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

This div border color is #F2D0FA.


Opacity

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

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

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

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

This text has shadow with #F2D0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D0FA on black background.


Color preview on white background

This text has color #F2D0FA on white background.



Black color preview on #F2D0FA background

This text has black color on #F2D0FA background.


White color preview on #F2D0FA background

This text has white color on #F2D0FA background.