COLOR #F2DEFF

HEX: #F2DEFF
RGB: (242,222,255)

Color info

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

RGB color model

#F2DEFF color RGB value is (242,222,255).

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

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 255 of 255 = 100%

242
222
255

R + G + B ~ 94%. #F2DEFF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 222 + 255 = 719 (100%)
R 242 of 719 ~ 33.66%
G 222 of 719 ~ 30.88%
B 255 of 719 ~ 35.47%

%33.66
%30.88
%35.47

CMYK color model

#F2DEFF color CMYK value is (5,13,0,0).

  • cyan value is 5.10%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (5,13,0,0) C5M13Y0K0 (5%,13%,0%,0%) (0.05/0.13/0.00/0.00)

CMYK percentages

%5.1
%12.94
%0
%0

Codes

Color #F2DEFF in popluar color models

F2DEFF
RGB242222255
HSL276°100.00%93.53%
HSB/HSV276°12.94%100.00%
CMYK5.10%12.94%0.00%
0.00%

Color #F2DEFF in popluar number systems.

HEXF2DEFF
Decimal242222255
Binary111100101101111011111111
Octal362336377

Shades and tints

Shades of #F2DEFF

#F2DEFF
(242,222,255)
#DCCAE8
(220,202,232)
#C6B6D1
(198,182,209)
#B0A2BA
(176,162,186)
#9A8EA3
(154,142,163)
#847A8C
(132,122,140)
#6E6675
(110,102,117)
#58525E
(88,82,94)
#423E47
(66,62,71)
#2C2A30
(44,42,48)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #F2DEFF

#F2DEFF
(242,222,255)
#F3E1FF
(243,225,255)
#F4E4FF
(244,228,255)
#F5E7FF
(245,231,255)
#F6EAFF
(246,234,255)
#F7EDFF
(247,237,255)
#F8F0FF
(248,240,255)
#F9F3FF
(249,243,255)
#FAF6FF
(250,246,255)
#FBF9FF
(251,249,255)
#FCFCFF
(252,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DEFF; }

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

This text font color is #F2DEFF.


Background Color

.myBgColor { background-color: #F2DEFF; }

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

This div background color is #F2DEFF.


Border color

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

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

This div border color is #F2DEFF.


Opacity

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

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

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

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

This text has shadow with #F2DEFF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F2DEFF on black background.


Color preview on white background

This text has color #F2DEFF on white background.



Black color preview on #F2DEFF background

This text has black color on #F2DEFF background.


White color preview on #F2DEFF background

This text has white color on #F2DEFF background.