COLOR #F5C3EF

HEX: #F5C3EF RGB: (245,195,239)

Color info

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

RGB color model

#F5C3EF color RGB value is (245,195,239).

RGB: (245,195,239) (96%, 76%, 94%)

RGB channels and saturation

R 245 of 255 = 96%
G 195 of 255 = 76%
B 239 of 255 = 94%

245
195
239

R + G + B ~ 89%. #F5C3EF is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 195 + 239 = 679 (100%)
R 245 of 679 ~ 36.08%
G 195 of 679 ~ 28.72%
B 239 of 679 ~ 35.2'%

%36.08
%28.72
%35.2

CMYK color model

#F5C3EF color CMYK value is (0,20,2,4).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 2.45%
  • key color value is 3.92%

CMYK: (0,20,2,4)
C0M20Y2K4 (0%, 20%, 2%, 4%)
(0.00 / 0.20 / 0.02 / 0.04)

CMYK percentages

%0
%20.41
%2.45
%3.92

Codes

Color #F5C3EF in popluar color models

F5 C3 EF
RGB 245 195 239
HSL 307° 71.43% 86.27%
HSB/HSV 307° 20.41% 96.08%
CMYK 0.00% 20.41% 2.45%
3.92%

Color #F5C3EF in popluar number systems.

HEX F5 C3 EF
Decimal 245 195 239
Binary 11110101 11000011 11101111
Octal 365 303 357

Shades and tints

Shades of #F5C3EF

#F5C3EF
(245,195,239)
#DFB2DA
(223,178,218)
#C9A1C5
(201,161,197)
#B390B0
(179,144,176)
#9D7F9B
(157,127,155)
#876E86
(135,110,134)
#715D71
(113,93,113)
#5B4C5C
(91,76,92)
#453B47
(69,59,71)
#2F2A32
(47,42,50)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #F5C3EF

#F5C3EF
(245,195,239)
#F5C8F0
(245,200,240)
#F5CDF1
(245,205,241)
#F5D2F2
(245,210,242)
#F5D7F3
(245,215,243)
#F5DCF4
(245,220,244)
#F5E1F5
(245,225,245)
#F5E6F6
(245,230,246)
#F5EBF7
(245,235,247)
#F5F0F8
(245,240,248)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C3EF color. Also use rgb(245,195,239) instead hex code.

Text Font Color

.myTextColor { color: #F5C3EF; }

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

This text font color is #F5C3EF.

Background Color

.myBgColor { background-color: #F5C3EF; }

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

This div background color is #F5C3EF.

Border color

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

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

This div border color is #F5C3EF.

Opacity

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

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

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

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

This text has shadow with #F5C3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C3EF.

Preview

Color preview on black background

This text has color #F5C3EF on black background.


Color preview on white background

This text has color #F5C3EF on white background.


Black color preview on #F5C3EF background

This text has black color on #F5C3EF background.


White color preview on #F5C3EF background

This text has white color on #F5C3EF background.


Related colors

Complementary color

Complementary color for #hex is #0A3C10.


I love getcolorcode.com

Triadic colors

1 #EFF5C3 and #C3EFF5 with #F5C3EF are triadic colors.

2 #EFC3F5 and #C3F5EF with #F5C3EF are triadic colors.