COLOR #F5C1DE

HEX: #F5C1DE
RGB: (245,193,222)

Color info

#F5C1DE contains red, green and blue colors in about the same proportion. Web safe color of #F5C1DE is #FFCCCC (or #FCC).

RGB color model

#F5C1DE color RGB value is (245,193,222).

  • red value is 245;
  • green value is 193;
  • blue value is 222.
RGB:
(245,193,222)
(96%,76%,87%)

RGB channels and saturation

R 245 of 255 = 96%
G 193 of 255 = 76%
B 222 of 255 = 87%

245
193
222

R + G + B ~ 86%. #F5C1DE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 193 + 222 = 660 (100%)
R 245 of 660 ~ 37.12%
G 193 of 660 ~ 29.24%
B 222 of 660 ~ 33.64%

%37.12
%29.24
%33.64

CMYK color model

#F5C1DE color CMYK value is (0,21,9,4).

  • cyan value is 0.00%
  • magenta value is 21.22%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(0,21,9,4)
C0M21Y9K4 
(0%,21%,9%,4%)
(0.00/0.21/0.09/0.04)	

CMYK percentages

%0
%21.22
%9.39
%3.92

Codes

Color #F5C1DE in popluar color models

F5C1DE
RGB245193222
HSL327°72.22%85.88%
HSB/HSV327°21.22%96.08%
CMYK0.00%21.22%9.39%
3.92%

Color #F5C1DE in popluar number systems.

HEXF5C1DE
Decimal245193222
Binary111101011100000111011110
Octal365301336

Shades and tints

Shades of #F5C1DE

#F5C1DE
(245,193,222)
#DFB0CA
(223,176,202)
#C99FB6
(201,159,182)
#B38EA2
(179,142,162)
#9D7D8E
(157,125,142)
#876C7A
(135,108,122)
#715B66
(113,91,102)
#5B4A52
(91,74,82)
#45393E
(69,57,62)
#2F282A
(47,40,42)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F5C1DE

#F5C1DE
(245,193,222)
#F5C6E1
(245,198,225)
#F5CBE4
(245,203,228)
#F5D0E7
(245,208,231)
#F5D5EA
(245,213,234)
#F5DAED
(245,218,237)
#F5DFF0
(245,223,240)
#F5E4F3
(245,228,243)
#F5E9F6
(245,233,246)
#F5EEF9
(245,238,249)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C1DE; }

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

This text font color is #F5C1DE.


Background Color

.myBgColor { background-color: #F5C1DE; }

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

This div background color is #F5C1DE.


Border color

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

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

This div border color is #F5C1DE.


Opacity

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

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

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

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

This text has shadow with #F5C1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C1DE on black background.


Color preview on white background

This text has color #F5C1DE on white background.



Black color preview on #F5C1DE background

This text has black color on #F5C1DE background.


White color preview on #F5C1DE background

This text has white color on #F5C1DE background.