COLOR #F5C2FE

HEX: #F5C2FE RGB: (245,194,254)

Color info

#F5C2FE contains mainly red and blue colors. Web safe color of #F5C2FE is #FFCCFF (or #FCF).

RGB color model

#F5C2FE color RGB value is (245,194,254).

RGB: (245,194,254) (96%, 76%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 194 of 255 = 76%
B 254 of 255 = 100%

245
194
254

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

Portions of RGB colors in percentages

R + G + B = 245 + 194 + 254 = 693 (100%)
R 245 of 693 ~ 35.35%
G 194 of 693 ~ 27.99%
B 254 of 693 ~ 36.65'%

%35.35
%27.99
%36.65

CMYK color model

#F5C2FE color CMYK value is (4,24,0,0).

  • cyan value is 3.54%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (4,24,0,0)
C4M24Y0K0 (4%, 24%, 0%, 0%)
(0.04 / 0.24 / 0.00 / 0.00)

CMYK percentages

%3.54
%23.62
%0
%0.39

Codes

Color #F5C2FE in popluar color models

F5 C2 FE
RGB 245 194 254
HSL 291° 96.77% 87.84%
HSB/HSV 291° 23.62% 99.61%
CMYK 3.54% 23.62% 0.00%
0.39%

Color #F5C2FE in popluar number systems.

HEX F5 C2 FE
Decimal 245 194 254
Binary 11110101 11000010 11111110
Octal 365 302 376

Shades and tints

Shades of #F5C2FE

#F5C2FE
(245,194,254)
#DFB1E7
(223,177,231)
#C9A0D0
(201,160,208)
#B38FB9
(179,143,185)
#9D7EA2
(157,126,162)
#876D8B
(135,109,139)
#715C74
(113,92,116)
#5B4B5D
(91,75,93)
#453A46
(69,58,70)
#2F292F
(47,41,47)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #F5C2FE

#F5C2FE
(245,194,254)
#F5C7FE
(245,199,254)
#F5CCFE
(245,204,254)
#F5D1FE
(245,209,254)
#F5D6FE
(245,214,254)
#F5DBFE
(245,219,254)
#F5E0FE
(245,224,254)
#F5E5FE
(245,229,254)
#F5EAFE
(245,234,254)
#F5EFFE
(245,239,254)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C2FE color. Also use rgb(245,194,254) instead hex code.

Text Font Color

.myTextColor { color: #F5C2FE; }

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

This text font color is #F5C2FE.

Background Color

.myBgColor { background-color: #F5C2FE; }

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

This div background color is #F5C2FE.

Border color

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

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

This div border color is #F5C2FE.

Opacity

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

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

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

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

This text has shadow with #F5C2FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C2FE.

Preview

Color preview on black background

This text has color #F5C2FE on black background.


Color preview on white background

This text has color #F5C2FE on white background.


Black color preview on #F5C2FE background

This text has black color on #F5C2FE background.


White color preview on #F5C2FE background

This text has white color on #F5C2FE background.


Related colors

Complementary color

Complementary color for #hex is #0A3D01.


I love getcolorcode.com

Triadic colors

1 #FEF5C2 and #C2FEF5 with #F5C2FE are triadic colors.

2 #FEC2F5 and #C2F5FE with #F5C2FE are triadic colors.