COLOR #F5C9E6

HEX: #F5C9E6
RGB: (245,201,230)

Color info

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

RGB color model

#F5C9E6 color RGB value is (245,201,230).

  • red value is 245;
  • green value is 201;
  • blue value is 230.
RGB:
(245,201,230)
(96%,79%,90%)

RGB channels and saturation

R 245 of 255 = 96%
G 201 of 255 = 79%
B 230 of 255 = 90%

245
201
230

R + G + B ~ 88%. #F5C9E6 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 201 + 230 = 676 (100%)
R 245 of 676 ~ 36.24%
G 201 of 676 ~ 29.73%
B 230 of 676 ~ 34.02%

%36.24
%29.73
%34.02

CMYK color model

#F5C9E6 color CMYK value is (0,18,6,4).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 6.12%
  • key color value is 3.92%
CMYK:
(0,18,6,4)
C0M18Y6K4 
(0%,18%,6%,4%)
(0.00/0.18/0.06/0.04)	

CMYK percentages

%0
%17.96
%6.12
%3.92

Codes

Color #F5C9E6 in popluar color models

F5C9E6
RGB245201230
HSL320°68.75%87.45%
HSB/HSV320°17.96%96.08%
CMYK0.00%17.96%6.12%
3.92%

Color #F5C9E6 in popluar number systems.

HEXF5C9E6
Decimal245201230
Binary111101011100100111100110
Octal365311346

Shades and tints

Shades of #F5C9E6

#F5C9E6
(245,201,230)
#DFB7D2
(223,183,210)
#C9A5BE
(201,165,190)
#B393AA
(179,147,170)
#9D8196
(157,129,150)
#876F82
(135,111,130)
#715D6E
(113,93,110)
#5B4B5A
(91,75,90)
#453946
(69,57,70)
#2F2732
(47,39,50)
#19151E
(25,21,30)
#000000
(0,0,0)

Tints of #F5C9E6

#F5C9E6
(245,201,230)
#F5CDE8
(245,205,232)
#F5D1EA
(245,209,234)
#F5D5EC
(245,213,236)
#F5D9EE
(245,217,238)
#F5DDF0
(245,221,240)
#F5E1F2
(245,225,242)
#F5E5F4
(245,229,244)
#F5E9F6
(245,233,246)
#F5EDF8
(245,237,248)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C9E6 color. Also use rgb(245,201,230) instead hex code.

Text Font Color

.myTextColor { color: #F5C9E6; }

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

This text font color is #F5C9E6.


Background Color

.myBgColor { background-color: #F5C9E6; }

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

This div background color is #F5C9E6.


Border color

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

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

This div border color is #F5C9E6.


Opacity

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

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

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

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

This text has shadow with #F5C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C9E6 on black background.


Color preview on white background

This text has color #F5C9E6 on white background.



Black color preview on #F5C9E6 background

This text has black color on #F5C9E6 background.


White color preview on #F5C9E6 background

This text has white color on #F5C9E6 background.