COLOR #F2CDFA

HEX: #F2CDFA
RGB: (242,205,250)

Color info

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

RGB color model

#F2CDFA color RGB value is (242,205,250).

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

RGB channels and saturation

R 242 of 255 = 95%
G 205 of 255 = 80%
B 250 of 255 = 98%

242
205
250

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

Portions of RGB colors in percentages

R + G + B =
242 + 205 + 250 = 697 (100%)
R 242 of 697 ~ 34.72%
G 205 of 697 ~ 29.41%
B 250 of 697 ~ 35.87%

%34.72
%29.41
%35.87

CMYK color model

#F2CDFA color CMYK value is (3,18,0,2).

  • cyan value is 3.20%
  • magenta value is 18.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(3,18,0,2)
C3M18Y0K2 
(3%,18%,0%,2%)
(0.03/0.18/0.00/0.02)	

CMYK percentages

%3.2
%18
%0
%1.96

Codes

Color #F2CDFA in popluar color models

F2CDFA
RGB242205250
HSL289°81.82%89.22%
HSB/HSV289°18.00%98.04%
CMYK3.20%18.00%0.00%
1.96%

Color #F2CDFA in popluar number systems.

HEXF2CDFA
Decimal242205250
Binary111100101100110111111010
Octal362315372

Shades and tints

Shades of #F2CDFA

#F2CDFA
(242,205,250)
#DCBBE4
(220,187,228)
#C6A9CE
(198,169,206)
#B097B8
(176,151,184)
#9A85A2
(154,133,162)
#84738C
(132,115,140)
#6E6176
(110,97,118)
#584F60
(88,79,96)
#423D4A
(66,61,74)
#2C2B34
(44,43,52)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #F2CDFA

#F2CDFA
(242,205,250)
#F3D1FA
(243,209,250)
#F4D5FA
(244,213,250)
#F5D9FA
(245,217,250)
#F6DDFA
(246,221,250)
#F7E1FA
(247,225,250)
#F8E5FA
(248,229,250)
#F9E9FA
(249,233,250)
#FAEDFA
(250,237,250)
#FBF1FA
(251,241,250)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CDFA; }

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

This text font color is #F2CDFA.


Background Color

.myBgColor { background-color: #F2CDFA; }

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

This div background color is #F2CDFA.


Border color

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

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

This div border color is #F2CDFA.


Opacity

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

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

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

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

This text has shadow with #F2CDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CDFA on black background.


Color preview on white background

This text has color #F2CDFA on white background.



Black color preview on #F2CDFA background

This text has black color on #F2CDFA background.


White color preview on #F2CDFA background

This text has white color on #F2CDFA background.