COLOR #F2DEFD

HEX: #F2DEFD RGB: (242,222,253)

Color info

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

RGB color model

#F2DEFD color RGB value is (242,222,253).

RGB: (242,222,253) (95%, 87%, 99%)

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 253 of 255 = 99%

242
222
253

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

Portions of RGB colors in percentages

R + G + B = 242 + 222 + 253 = 717 (100%)
R 242 of 717 ~ 33.75%
G 222 of 717 ~ 30.96%
B 253 of 717 ~ 35.29'%

%33.75
%30.96
%35.29

CMYK color model

#F2DEFD color CMYK value is (4,12,0,1).

  • cyan value is 4.35%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (4,12,0,1) C4M12Y0K1 (4%,12%,0%,1%) (0.04/0.12/0.00/0.01) 

CMYK percentages

%4.35
%12.25
%0
%0.78

Codes

Color #F2DEFD in popluar color models

F2 DE FD
RGB 242 222 253
HSL 279° 88.57% 93.14%
HSB/HSV 279° 12.25% 99.22%
CMYK 4.35% 12.25% 0.00%
0.78%

Color #F2DEFD in popluar number systems.

HEX F2 DE FD
Decimal 242 222 253
Binary 11110010 11011110 11111101
Octal 362 336 375

Shades and tints

Shades of #F2DEFD

#F2DEFD
(242,222,253)
#DCCAE6
(220,202,230)
#C6B6CF
(198,182,207)
#B0A2B8
(176,162,184)
#9A8EA1
(154,142,161)
#847A8A
(132,122,138)
#6E6673
(110,102,115)
#58525C
(88,82,92)
#423E45
(66,62,69)
#2C2A2E
(44,42,46)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #F2DEFD

#F2DEFD
(242,222,253)
#F3E1FD
(243,225,253)
#F4E4FD
(244,228,253)
#F5E7FD
(245,231,253)
#F6EAFD
(246,234,253)
#F7EDFD
(247,237,253)
#F8F0FD
(248,240,253)
#F9F3FD
(249,243,253)
#FAF6FD
(250,246,253)
#FBF9FD
(251,249,253)
#FCFCFD
(252,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DEFD; }

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

This text font color is #F2DEFD.

Background Color

.myBgColor { background-color: #F2DEFD; }

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

This div background color is #F2DEFD.

Border color

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

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

This div border color is #F2DEFD.

Opacity

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

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

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

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

This text has shadow with #F2DEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DEFD.

Preview

Color preview on black background

This text has color #F2DEFD on black background.


Color preview on white background

This text has color #F2DEFD on white background.


Black color preview on #F2DEFD background

This text has black color on #F2DEFD background.


White color preview on #F2DEFD background

This text has white color on #F2DEFD background.


Related colors

Complementary color

Complementary color for #hex is #0D2102.


I love getcolorcode.com

Triadic colors

1 #FDF2DE and #DEFDF2 with #F2DEFD are triadic colors.

2 #FDDEF2 and #DEF2FD with #F2DEFD are triadic colors.