COLOR #F2D0FF

HEX: #F2D0FF
RGB: (242,208,255)

Color info

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

RGB color model

#F2D0FF color RGB value is (242,208,255).

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

RGB channels and saturation

R 242 of 255 = 95%
G 208 of 255 = 82%
B 255 of 255 = 100%

242
208
255

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

Portions of RGB colors in percentages

R + G + B =
242 + 208 + 255 = 705 (100%)
R 242 of 705 ~ 34.33%
G 208 of 705 ~ 29.5%
B 255 of 705 ~ 36.17%

%34.33
%29.5
%36.17

CMYK color model

#F2D0FF color CMYK value is (5,18,0,0).

  • cyan value is 5.10%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,18,0,0)
C5M18Y0K0 
(5%,18%,0%,0%)
(0.05/0.18/0.00/0.00)	

CMYK percentages

%5.1
%18.43
%0
%0

Codes

Color #F2D0FF in popluar color models

F2D0FF
RGB242208255
HSL283°100.00%90.78%
HSB/HSV283°18.43%100.00%
CMYK5.10%18.43%0.00%
0.00%

Color #F2D0FF in popluar number systems.

HEXF2D0FF
Decimal242208255
Binary111100101101000011111111
Octal362320377

Shades and tints

Shades of #F2D0FF

#F2D0FF
(242,208,255)
#DCBEE8
(220,190,232)
#C6ACD1
(198,172,209)
#B09ABA
(176,154,186)
#9A88A3
(154,136,163)
#84768C
(132,118,140)
#6E6475
(110,100,117)
#58525E
(88,82,94)
#424047
(66,64,71)
#2C2E30
(44,46,48)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #F2D0FF

#F2D0FF
(242,208,255)
#F3D4FF
(243,212,255)
#F4D8FF
(244,216,255)
#F5DCFF
(245,220,255)
#F6E0FF
(246,224,255)
#F7E4FF
(247,228,255)
#F8E8FF
(248,232,255)
#F9ECFF
(249,236,255)
#FAF0FF
(250,240,255)
#FBF4FF
(251,244,255)
#FCF8FF
(252,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D0FF; }

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

This text font color is #F2D0FF.


Background Color

.myBgColor { background-color: #F2D0FF; }

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

This div background color is #F2D0FF.


Border color

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

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

This div border color is #F2D0FF.


Opacity

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

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

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

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

This text has shadow with #F2D0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D0FF on black background.


Color preview on white background

This text has color #F2D0FF on white background.



Black color preview on #F2D0FF background

This text has black color on #F2D0FF background.


White color preview on #F2D0FF background

This text has white color on #F2D0FF background.