COLOR #F5CCDC

HEX: #F5CCDC RGB: (245,204,220)

Color info

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

RGB color model

#F5CCDC color RGB value is (245,204,220).

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

RGB channels and saturation

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

245
204
220

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

Portions of RGB colors in percentages

R + G + B = 245 + 204 + 220 = 669 (100%)
R 245 of 669 ~ 36.62%
G 204 of 669 ~ 30.49%
B 220 of 669 ~ 32.88'%

%36.62
%30.49
%32.88

CMYK color model

#F5CCDC color CMYK value is (0,17,10,4).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (0,17,10,4)
C0M17Y10K4 (0%, 17%, 10%, 4%)
(0.00 / 0.17 / 0.10 / 0.04)

CMYK percentages

%0
%16.73
%10.2
%3.92

Codes

Color #F5CCDC in popluar color models

F5 CC DC
RGB 245 204 220
HSL 337° 67.21% 88.04%
HSB/HSV 337° 16.73% 96.08%
CMYK 0.00% 16.73% 10.20%
3.92%

Color #F5CCDC in popluar number systems.

HEX F5 CC DC
Decimal 245 204 220
Binary 11110101 11001100 11011100
Octal 365 314 334

Shades and tints

Shades of #F5CCDC

#F5CCDC
(245,204,220)
#DFBAC8
(223,186,200)
#C9A8B4
(201,168,180)
#B396A0
(179,150,160)
#9D848C
(157,132,140)
#877278
(135,114,120)
#716064
(113,96,100)
#5B4E50
(91,78,80)
#453C3C
(69,60,60)
#2F2A28
(47,42,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #F5CCDC

#F5CCDC
(245,204,220)
#F5D0DF
(245,208,223)
#F5D4E2
(245,212,226)
#F5D8E5
(245,216,229)
#F5DCE8
(245,220,232)
#F5E0EB
(245,224,235)
#F5E4EE
(245,228,238)
#F5E8F1
(245,232,241)
#F5ECF4
(245,236,244)
#F5F0F7
(245,240,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CCDC; }

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

This text font color is #F5CCDC.

Background Color

.myBgColor { background-color: #F5CCDC; }

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

This div background color is #F5CCDC.

Border color

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

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

This div border color is #F5CCDC.

Opacity

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

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

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

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

This text has shadow with #F5CCDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CCDC.

Preview

Color preview on black background

This text has color #F5CCDC on black background.


Color preview on white background

This text has color #F5CCDC on white background.


Black color preview on #F5CCDC background

This text has black color on #F5CCDC background.


White color preview on #F5CCDC background

This text has white color on #F5CCDC background.


Related colors

Complementary color

Complementary color for #hex is #0A3323.


I love getcolorcode.com

Triadic colors

1 #DCF5CC and #CCDCF5 with #F5CCDC are triadic colors.

2 #DCCCF5 and #CCF5DC with #F5CCDC are triadic colors.