COLOR #F2CCFD

HEX: #F2CCFD RGB: (242,204,253)

Color info

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

RGB color model

#F2CCFD color RGB value is (242,204,253).

RGB: (242,204,253) (95%, 80%, 99%)

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 253 of 255 = 99%

242
204
253

R + G + B ~ 91%. #F2CCFD is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 204 + 253 = 699 (100%)
R 242 of 699 ~ 34.62%
G 204 of 699 ~ 29.18%
B 253 of 699 ~ 36.19'%

%34.62
%29.18
%36.19

CMYK color model

#F2CCFD color CMYK value is (4,19,0,1).

  • cyan value is 4.35%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (4,19,0,1) C4M19Y0K1 (4%,19%,0%,1%) (0.04/0.19/0.00/0.01) 

CMYK percentages

%4.35
%19.37
%0
%0.78

Codes

Color #F2CCFD in popluar color models

F2 CC FD
RGB 242 204 253
HSL 287° 92.45% 89.61%
HSB/HSV 287° 19.37% 99.22%
CMYK 4.35% 19.37% 0.00%
0.78%

Color #F2CCFD in popluar number systems.

HEX F2 CC FD
Decimal 242 204 253
Binary 11110010 11001100 11111101
Octal 362 314 375

Shades and tints

Shades of #F2CCFD

#F2CCFD
(242,204,253)
#DCBAE6
(220,186,230)
#C6A8CF
(198,168,207)
#B096B8
(176,150,184)
#9A84A1
(154,132,161)
#84728A
(132,114,138)
#6E6073
(110,96,115)
#584E5C
(88,78,92)
#423C45
(66,60,69)
#2C2A2E
(44,42,46)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #F2CCFD

#F2CCFD
(242,204,253)
#F3D0FD
(243,208,253)
#F4D4FD
(244,212,253)
#F5D8FD
(245,216,253)
#F6DCFD
(246,220,253)
#F7E0FD
(247,224,253)
#F8E4FD
(248,228,253)
#F9E8FD
(249,232,253)
#FAECFD
(250,236,253)
#FBF0FD
(251,240,253)
#FCF4FD
(252,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCFD; }

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

This text font color is #F2CCFD.

Background Color

.myBgColor { background-color: #F2CCFD; }

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

This div background color is #F2CCFD.

Border color

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

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

This div border color is #F2CCFD.

Opacity

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

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

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

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

This text has shadow with #F2CCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CCFD.

Preview

Color preview on black background

This text has color #F2CCFD on black background.


Color preview on white background

This text has color #F2CCFD on white background.


Black color preview on #F2CCFD background

This text has black color on #F2CCFD background.


White color preview on #F2CCFD background

This text has white color on #F2CCFD background.


Related colors

Complementary color

Complementary color for #hex is #0D3302.


I love getcolorcode.com

Triadic colors

1 #FDF2CC and #CCFDF2 with #F2CCFD are triadic colors.

2 #FDCCF2 and #CCF2FD with #F2CCFD are triadic colors.