COLOR #F2CDF4

HEX: #F2CDF4
RGB: (242,205,244)

Color info

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

RGB color model

#F2CDF4 color RGB value is (242,205,244).

  • red value is 242;
  • green value is 205;
  • blue value is 244.
RGB: (242,205,244) (95%,80%,96%)

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 244 of 255 = 96%

242
205
244

R + G + B ~ 90%. #F2CDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 205 + 244 = 691 (100%)
R 242 of 691 ~ 35.02%
G 205 of 691 ~ 29.67%
B 244 of 691 ~ 35.31%

%35.02
%29.67
%35.31

CMYK color model

#F2CDF4 color CMYK value is (1,16,0,4).

  • cyan value is 0.82%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (1,16,0,4) C1M16Y0K4 (1%,16%,0%,4%) (0.01/0.16/0.00/0.04)

CMYK percentages

%0.82
%15.98
%0
%4.31

Codes

Color #F2CDF4 in popluar color models

F2CDF4
RGB242205244
HSL297°63.93%88.04%
HSB/HSV297°15.98%95.69%
CMYK0.82%15.98%0.00%
4.31%

Color #F2CDF4 in popluar number systems.

HEXF2CDF4
Decimal242205244
Binary111100101100110111110100
Octal362315364

Shades and tints

Shades of #F2CDF4

#F2CDF4
(242,205,244)
#DCBBDE
(220,187,222)
#C6A9C8
(198,169,200)
#B097B2
(176,151,178)
#9A859C
(154,133,156)
#847386
(132,115,134)
#6E6170
(110,97,112)
#584F5A
(88,79,90)
#423D44
(66,61,68)
#2C2B2E
(44,43,46)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #F2CDF4

#F2CDF4
(242,205,244)
#F3D1F5
(243,209,245)
#F4D5F6
(244,213,246)
#F5D9F7
(245,217,247)
#F6DDF8
(246,221,248)
#F7E1F9
(247,225,249)
#F8E5FA
(248,229,250)
#F9E9FB
(249,233,251)
#FAEDFC
(250,237,252)
#FBF1FD
(251,241,253)
#FCF5FE
(252,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CDF4 color. Also use rgb(242,205,244) instead hex code.

Text Font Color

.myTextColor { color: #F2CDF4; }

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

This text font color is #F2CDF4.


Background Color

.myBgColor { background-color: #F2CDF4; }

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

This div background color is #F2CDF4.


Border color

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

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

This div border color is #F2CDF4.


Opacity

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

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

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

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

This text has shadow with #F2CDF4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F2CDF4 on black background.


Color preview on white background

This text has color #F2CDF4 on white background.



Black color preview on #F2CDF4 background

This text has black color on #F2CDF4 background.


White color preview on #F2CDF4 background

This text has white color on #F2CDF4 background.