COLOR #F5CCDB

HEX: #F5CCDB RGB: (245,204,219)

Color info

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

RGB color model

#F5CCDB color RGB value is (245,204,219).

RGB: (245,204,219) (96%, 80%, 86%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 219 of 255 = 86%

245
204
219

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

Portions of RGB colors in percentages

R + G + B = 245 + 204 + 219 = 668 (100%)
R 245 of 668 ~ 36.68%
G 204 of 668 ~ 30.54%
B 219 of 668 ~ 32.78'%

%36.68
%30.54
%32.78

CMYK color model

#F5CCDB color CMYK value is (0,17,11,4).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK: (0,17,11,4) C0M17Y11K4 (0%,17%,11%,4%) (0.00/0.17/0.11/0.04) 

CMYK percentages

%0
%16.73
%10.61
%3.92

Codes

Color #F5CCDB in popluar color models

F5 CC DB
RGB 245 204 219
HSL 338° 67.21% 88.04%
HSB/HSV 338° 16.73% 96.08%
CMYK 0.00% 16.73% 10.61%
3.92%

Color #F5CCDB in popluar number systems.

HEX F5 CC DB
Decimal 245 204 219
Binary 11110101 11001100 11011011
Octal 365 314 333

Shades and tints

Shades of #F5CCDB

#F5CCDB
(245,204,219)
#DFBAC8
(223,186,200)
#C9A8B5
(201,168,181)
#B396A2
(179,150,162)
#9D848F
(157,132,143)
#87727C
(135,114,124)
#716069
(113,96,105)
#5B4E56
(91,78,86)
#453C43
(69,60,67)
#2F2A30
(47,42,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #F5CCDB

#F5CCDB
(245,204,219)
#F5D0DE
(245,208,222)
#F5D4E1
(245,212,225)
#F5D8E4
(245,216,228)
#F5DCE7
(245,220,231)
#F5E0EA
(245,224,234)
#F5E4ED
(245,228,237)
#F5E8F0
(245,232,240)
#F5ECF3
(245,236,243)
#F5F0F6
(245,240,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CCDB; }

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

This text font color is #F5CCDB.

Background Color

.myBgColor { background-color: #F5CCDB; }

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

This div background color is #F5CCDB.

Border color

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

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

This div border color is #F5CCDB.

Opacity

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

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

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

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

This text has shadow with #F5CCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CCDB.

Preview

Color preview on black background

This text has color #F5CCDB on black background.


Color preview on white background

This text has color #F5CCDB on white background.


Black color preview on #F5CCDB background

This text has black color on #F5CCDB background.


White color preview on #F5CCDB background

This text has white color on #F5CCDB background.


Related colors

Complementary color

Complementary color for #hex is #0A3324.


I love getcolorcode.com

Triadic colors

1 #DBF5CC and #CCDBF5 with #F5CCDB are triadic colors.

2 #DBCCF5 and #CCF5DB with #F5CCDB are triadic colors.