COLOR #F5CFD5

HEX: #F5CFD5
RGB: (245,207,213)

Color info

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

RGB color model

#F5CFD5 color RGB value is (245,207,213).

  • red value is 245;
  • green value is 207;
  • blue value is 213.
RGB:
(245,207,213)
(96%,81%,84%)

RGB channels and saturation

R 245 of 255 = 96%
G 207 of 255 = 81%
B 213 of 255 = 84%

245
207
213

R + G + B ~ 87%. #F5CFD5 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 207 + 213 = 665 (100%)
R 245 of 665 ~ 36.84%
G 207 of 665 ~ 31.13%
B 213 of 665 ~ 32.03%

%36.84
%31.13
%32.03

CMYK color model

#F5CFD5 color CMYK value is (0,16,13,4).

  • cyan value is 0.00%
  • magenta value is 15.51%
  • yellow value is 13.06%
  • key color value is 3.92%
CMYK:
(0,16,13,4)
C0M16Y13K4 
(0%,16%,13%,4%)
(0.00/0.16/0.13/0.04)	

CMYK percentages

%0
%15.51
%13.06
%3.92

Codes

Color #F5CFD5 in popluar color models

F5CFD5
RGB245207213
HSL351°65.52%88.63%
HSB/HSV351°15.51%96.08%
CMYK0.00%15.51%13.06%
3.92%

Color #F5CFD5 in popluar number systems.

HEXF5CFD5
Decimal245207213
Binary111101011100111111010101
Octal365317325

Shades and tints

Shades of #F5CFD5

#F5CFD5
(245,207,213)
#DFBDC2
(223,189,194)
#C9ABAF
(201,171,175)
#B3999C
(179,153,156)
#9D8789
(157,135,137)
#877576
(135,117,118)
#716363
(113,99,99)
#5B5150
(91,81,80)
#453F3D
(69,63,61)
#2F2D2A
(47,45,42)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #F5CFD5

#F5CFD5
(245,207,213)
#F5D3D8
(245,211,216)
#F5D7DB
(245,215,219)
#F5DBDE
(245,219,222)
#F5DFE1
(245,223,225)
#F5E3E4
(245,227,228)
#F5E7E7
(245,231,231)
#F5EBEA
(245,235,234)
#F5EFED
(245,239,237)
#F5F3F0
(245,243,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CFD5 color. Also use rgb(245,207,213) instead hex code.

Text Font Color

.myTextColor { color: #F5CFD5; }

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

This text font color is #F5CFD5.


Background Color

.myBgColor { background-color: #F5CFD5; }

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

This div background color is #F5CFD5.


Border color

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

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

This div border color is #F5CFD5.


Opacity

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

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

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

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

This text has shadow with #F5CFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CFD5 on black background.


Color preview on white background

This text has color #F5CFD5 on white background.



Black color preview on #F5CFD5 background

This text has black color on #F5CFD5 background.


White color preview on #F5CFD5 background

This text has white color on #F5CFD5 background.