COLOR #F5C4CC

HEX: #F5C4CC RGB: (245,196,204)

Color info

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

RGB color model

#F5C4CC color RGB value is (245,196,204).

RGB: (245,196,204) (96%, 77%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 204 of 255 = 80%

245
196
204

R + G + B ~ 84%. #F5C4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 196 + 204 = 645 (100%)
R 245 of 645 ~ 37.98%
G 196 of 645 ~ 30.39%
B 204 of 645 ~ 31.63'%

%37.98
%30.39
%31.63

CMYK color model

#F5C4CC color CMYK value is (0,20,17,4).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK: (0,20,17,4) C0M20Y17K4 (0%,20%,17%,4%) (0.00/0.20/0.17/0.04) 

CMYK percentages

%0
%20
%16.73
%3.92

Codes

Color #F5C4CC in popluar color models

F5 C4 CC
RGB 245 196 204
HSL 350° 71.01% 86.47%
HSB/HSV 350° 20.00% 96.08%
CMYK 0.00% 20.00% 16.73%
3.92%

Color #F5C4CC in popluar number systems.

HEX F5 C4 CC
Decimal 245 196 204
Binary 11110101 11000100 11001100
Octal 365 304 314

Shades and tints

Shades of #F5C4CC

#F5C4CC
(245,196,204)
#DFB3BA
(223,179,186)
#C9A2A8
(201,162,168)
#B39196
(179,145,150)
#9D8084
(157,128,132)
#876F72
(135,111,114)
#715E60
(113,94,96)
#5B4D4E
(91,77,78)
#453C3C
(69,60,60)
#2F2B2A
(47,43,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #F5C4CC

#F5C4CC
(245,196,204)
#F5C9D0
(245,201,208)
#F5CED4
(245,206,212)
#F5D3D8
(245,211,216)
#F5D8DC
(245,216,220)
#F5DDE0
(245,221,224)
#F5E2E4
(245,226,228)
#F5E7E8
(245,231,232)
#F5ECEC
(245,236,236)
#F5F1F0
(245,241,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C4CC; }

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

This text font color is #F5C4CC.

Background Color

.myBgColor { background-color: #F5C4CC; }

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

This div background color is #F5C4CC.

Border color

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

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

This div border color is #F5C4CC.

Opacity

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

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

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

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

This text has shadow with #F5C4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C4CC.

Preview

Color preview on black background

This text has color #F5C4CC on black background.


Color preview on white background

This text has color #F5C4CC on white background.


Black color preview on #F5C4CC background

This text has black color on #F5C4CC background.


White color preview on #F5C4CC background

This text has white color on #F5C4CC background.


Related colors

Complementary color

Complementary color for #hex is #0A3B33.


I love getcolorcode.com

Triadic colors

1 #CCF5C4 and #C4CCF5 with #F5C4CC are triadic colors.

2 #CCC4F5 and #C4F5CC with #F5C4CC are triadic colors.