COLOR #F5C1EF

HEX: #F5C1EF RGB: (245,193,239)

Color info

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

RGB color model

#F5C1EF color RGB value is (245,193,239).

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

RGB channels and saturation

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

245
193
239

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

Portions of RGB colors in percentages

R + G + B = 245 + 193 + 239 = 677 (100%)
R 245 of 677 ~ 36.19%
G 193 of 677 ~ 28.51%
B 239 of 677 ~ 35.3'%

%36.19
%28.51
%35.3

CMYK color model

#F5C1EF color CMYK value is (0,21,2,4).

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

CMYK: (0,21,2,4)
C0M21Y2K4 (0%, 21%, 2%, 4%)
(0.00 / 0.21 / 0.02 / 0.04)

CMYK percentages

%0
%21.22
%2.45
%3.92

Codes

Color #F5C1EF in popluar color models

F5 C1 EF
RGB 245 193 239
HSL 307° 72.22% 85.88%
HSB/HSV 307° 21.22% 96.08%
CMYK 0.00% 21.22% 2.45%
3.92%

Color #F5C1EF in popluar number systems.

HEX F5 C1 EF
Decimal 245 193 239
Binary 11110101 11000001 11101111
Octal 365 301 357

Shades and tints

Shades of #F5C1EF

#F5C1EF
(245,193,239)
#DFB0DA
(223,176,218)
#C99FC5
(201,159,197)
#B38EB0
(179,142,176)
#9D7D9B
(157,125,155)
#876C86
(135,108,134)
#715B71
(113,91,113)
#5B4A5C
(91,74,92)
#453947
(69,57,71)
#2F2832
(47,40,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #F5C1EF

#F5C1EF
(245,193,239)
#F5C6F0
(245,198,240)
#F5CBF1
(245,203,241)
#F5D0F2
(245,208,242)
#F5D5F3
(245,213,243)
#F5DAF4
(245,218,244)
#F5DFF5
(245,223,245)
#F5E4F6
(245,228,246)
#F5E9F7
(245,233,247)
#F5EEF8
(245,238,248)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C1EF; }

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

This text font color is #F5C1EF.

Background Color

.myBgColor { background-color: #F5C1EF; }

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

This div background color is #F5C1EF.

Border color

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

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

This div border color is #F5C1EF.

Opacity

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

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

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

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

This text has shadow with #F5C1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C1EF.

Preview

Color preview on black background

This text has color #F5C1EF on black background.


Color preview on white background

This text has color #F5C1EF on white background.


Black color preview on #F5C1EF background

This text has black color on #F5C1EF background.


White color preview on #F5C1EF background

This text has white color on #F5C1EF background.


Related colors

Complementary color

Complementary color for #hex is #0A3E10.


I love getcolorcode.com

Triadic colors

1 #EFF5C1 and #C1EFF5 with #F5C1EF are triadic colors.

2 #EFC1F5 and #C1F5EF with #F5C1EF are triadic colors.