COLOR #F5CCD1

HEX: #F5CCD1 RGB: (245,204,209)

Color info

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

RGB color model

#F5CCD1 color RGB value is (245,204,209).

RGB: (245,204,209) (96%, 80%, 82%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 209 of 255 = 82%

245
204
209

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

Portions of RGB colors in percentages

R + G + B = 245 + 204 + 209 = 658 (100%)
R 245 of 658 ~ 37.23%
G 204 of 658 ~ 31%
B 209 of 658 ~ 31.76'%

%37.23
%31
%31.76

CMYK color model

#F5CCD1 color CMYK value is (0,17,15,4).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 14.69%
  • key color value is 3.92%
CMYK: (0,17,15,4) C0M17Y15K4 (0%,17%,15%,4%) (0.00/0.17/0.15/0.04) 

CMYK percentages

%0
%16.73
%14.69
%3.92

Codes

Color #F5CCD1 in popluar color models

F5 CC D1
RGB 245 204 209
HSL 353° 67.21% 88.04%
HSB/HSV 353° 16.73% 96.08%
CMYK 0.00% 16.73% 14.69%
3.92%

Color #F5CCD1 in popluar number systems.

HEX F5 CC D1
Decimal 245 204 209
Binary 11110101 11001100 11010001
Octal 365 314 321

Shades and tints

Shades of #F5CCD1

#F5CCD1
(245,204,209)
#DFBABE
(223,186,190)
#C9A8AB
(201,168,171)
#B39698
(179,150,152)
#9D8485
(157,132,133)
#877272
(135,114,114)
#71605F
(113,96,95)
#5B4E4C
(91,78,76)
#453C39
(69,60,57)
#2F2A26
(47,42,38)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #F5CCD1

#F5CCD1
(245,204,209)
#F5D0D5
(245,208,213)
#F5D4D9
(245,212,217)
#F5D8DD
(245,216,221)
#F5DCE1
(245,220,225)
#F5E0E5
(245,224,229)
#F5E4E9
(245,228,233)
#F5E8ED
(245,232,237)
#F5ECF1
(245,236,241)
#F5F0F5
(245,240,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CCD1 color. Also use rgb(245,204,209) instead hex code.

Text Font Color

.myTextColor { color: #F5CCD1; }

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

This text font color is #F5CCD1.

Background Color

.myBgColor { background-color: #F5CCD1; }

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

This div background color is #F5CCD1.

Border color

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

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

This div border color is #F5CCD1.

Opacity

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

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

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

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

This text has shadow with #F5CCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CCD1.

Preview

Color preview on black background

This text has color #F5CCD1 on black background.


Color preview on white background

This text has color #F5CCD1 on white background.


Black color preview on #F5CCD1 background

This text has black color on #F5CCD1 background.


White color preview on #F5CCD1 background

This text has white color on #F5CCD1 background.


Related colors

Complementary color

Complementary color for #hex is #0A332E.


I love getcolorcode.com

Triadic colors

1 #D1F5CC and #CCD1F5 with #F5CCD1 are triadic colors.

2 #D1CCF5 and #CCF5D1 with #F5CCD1 are triadic colors.