COLOR #F2C5FE

HEX: #F2C5FE RGB: (242,197,254)

Color info

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

RGB color model

#F2C5FE color RGB value is (242,197,254).

RGB: (242,197,254) (95%, 77%, 100%)

RGB channels and saturation

R 242 of 255 = 95%
G 197 of 255 = 77%
B 254 of 255 = 100%

242
197
254

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

Portions of RGB colors in percentages

R + G + B = 242 + 197 + 254 = 693 (100%)
R 242 of 693 ~ 34.92%
G 197 of 693 ~ 28.43%
B 254 of 693 ~ 36.65'%

%34.92
%28.43
%36.65

CMYK color model

#F2C5FE color CMYK value is (5,22,0,0).

  • cyan value is 4.72%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (5,22,0,0)
C5M22Y0K0 (5%, 22%, 0%, 0%)
(0.05 / 0.22 / 0.00 / 0.00)

CMYK percentages

%4.72
%22.44
%0
%0.39

Codes

Color #F2C5FE in popluar color models

F2 C5 FE
RGB 242 197 254
HSL 287° 96.61% 88.43%
HSB/HSV 287° 22.44% 99.61%
CMYK 4.72% 22.44% 0.00%
0.39%

Color #F2C5FE in popluar number systems.

HEX F2 C5 FE
Decimal 242 197 254
Binary 11110010 11000101 11111110
Octal 362 305 376

Shades and tints

Shades of #F2C5FE

#F2C5FE
(242,197,254)
#DCB4E7
(220,180,231)
#C6A3D0
(198,163,208)
#B092B9
(176,146,185)
#9A81A2
(154,129,162)
#84708B
(132,112,139)
#6E5F74
(110,95,116)
#584E5D
(88,78,93)
#423D46
(66,61,70)
#2C2C2F
(44,44,47)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #F2C5FE

#F2C5FE
(242,197,254)
#F3CAFE
(243,202,254)
#F4CFFE
(244,207,254)
#F5D4FE
(245,212,254)
#F6D9FE
(246,217,254)
#F7DEFE
(247,222,254)
#F8E3FE
(248,227,254)
#F9E8FE
(249,232,254)
#FAEDFE
(250,237,254)
#FBF2FE
(251,242,254)
#FCF7FE
(252,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C5FE color. Also use rgb(242,197,254) instead hex code.

Text Font Color

.myTextColor { color: #F2C5FE; }

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

This text font color is #F2C5FE.

Background Color

.myBgColor { background-color: #F2C5FE; }

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

This div background color is #F2C5FE.

Border color

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

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

This div border color is #F2C5FE.

Opacity

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

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

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

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

This text has shadow with #F2C5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C5FE.

Preview

Color preview on black background

This text has color #F2C5FE on black background.


Color preview on white background

This text has color #F2C5FE on white background.


Black color preview on #F2C5FE background

This text has black color on #F2C5FE background.


White color preview on #F2C5FE background

This text has white color on #F2C5FE background.


Related colors

Complementary color

Complementary color for #hex is #0D3A01.


I love getcolorcode.com

Triadic colors

1 #FEF2C5 and #C5FEF2 with #F2C5FE are triadic colors.

2 #FEC5F2 and #C5F2FE with #F2C5FE are triadic colors.