COLOR #F2DDFD

HEX: #F2DDFD RGB: (242,221,253)

Color info

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

RGB color model

#F2DDFD color RGB value is (242,221,253).

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

RGB channels and saturation

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

242
221
253

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

Portions of RGB colors in percentages

R + G + B = 242 + 221 + 253 = 716 (100%)
R 242 of 716 ~ 33.8%
G 221 of 716 ~ 30.87%
B 253 of 716 ~ 35.34'%

%33.8
%30.87
%35.34

CMYK color model

#F2DDFD color CMYK value is (4,13,0,1).

  • cyan value is 4.35%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,13,0,1)
C4M13Y0K1 (4%, 13%, 0%, 1%)
(0.04 / 0.13 / 0.00 / 0.01)

CMYK percentages

%4.35
%12.65
%0
%0.78

Codes

Color #F2DDFD in popluar color models

F2 DD FD
RGB 242 221 253
HSL 279° 88.89% 92.94%
HSB/HSV 279° 12.65% 99.22%
CMYK 4.35% 12.65% 0.00%
0.78%

Color #F2DDFD in popluar number systems.

HEX F2 DD FD
Decimal 242 221 253
Binary 11110010 11011101 11111101
Octal 362 335 375

Shades and tints

Shades of #F2DDFD

#F2DDFD
(242,221,253)
#DCC9E6
(220,201,230)
#C6B5CF
(198,181,207)
#B0A1B8
(176,161,184)
#9A8DA1
(154,141,161)
#84798A
(132,121,138)
#6E6573
(110,101,115)
#58515C
(88,81,92)
#423D45
(66,61,69)
#2C292E
(44,41,46)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #F2DDFD

#F2DDFD
(242,221,253)
#F3E0FD
(243,224,253)
#F4E3FD
(244,227,253)
#F5E6FD
(245,230,253)
#F6E9FD
(246,233,253)
#F7ECFD
(247,236,253)
#F8EFFD
(248,239,253)
#F9F2FD
(249,242,253)
#FAF5FD
(250,245,253)
#FBF8FD
(251,248,253)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DDFD; }

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

This text font color is #F2DDFD.

Background Color

.myBgColor { background-color: #F2DDFD; }

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

This div background color is #F2DDFD.

Border color

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

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

This div border color is #F2DDFD.

Opacity

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

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

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

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

This text has shadow with #F2DDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DDFD.

Preview

Color preview on black background

This text has color #F2DDFD on black background.


Color preview on white background

This text has color #F2DDFD on white background.


Black color preview on #F2DDFD background

This text has black color on #F2DDFD background.


White color preview on #F2DDFD background

This text has white color on #F2DDFD background.


Related colors

Complementary color

Complementary color for #hex is #0D2202.


I love getcolorcode.com

Triadic colors

1 #FDF2DD and #DDFDF2 with #F2DDFD are triadic colors.

2 #FDDDF2 and #DDF2FD with #F2DDFD are triadic colors.