COLOR #F5CCE4

HEX: #F5CCE4 RGB: (245,204,228)

Color info

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

RGB color model

#F5CCE4 color RGB value is (245,204,228).

RGB: (245,204,228) (96%, 80%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 228 of 255 = 89%

245
204
228

R + G + B ~ 88%. #F5CCE4 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 204 + 228 = 677 (100%)
R 245 of 677 ~ 36.19%
G 204 of 677 ~ 30.13%
B 228 of 677 ~ 33.68'%

%36.19
%30.13
%33.68

CMYK color model

#F5CCE4 color CMYK value is (0,17,7,4).

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

CMYK: (0,17,7,4)
C0M17Y7K4 (0%, 17%, 7%, 4%)
(0.00 / 0.17 / 0.07 / 0.04)

CMYK percentages

%0
%16.73
%6.94
%3.92

Codes

Color #F5CCE4 in popluar color models

F5 CC E4
RGB 245 204 228
HSL 325° 67.21% 88.04%
HSB/HSV 325° 16.73% 96.08%
CMYK 0.00% 16.73% 6.94%
3.92%

Color #F5CCE4 in popluar number systems.

HEX F5 CC E4
Decimal 245 204 228
Binary 11110101 11001100 11100100
Octal 365 314 344

Shades and tints

Shades of #F5CCE4

#F5CCE4
(245,204,228)
#DFBAD0
(223,186,208)
#C9A8BC
(201,168,188)
#B396A8
(179,150,168)
#9D8494
(157,132,148)
#877280
(135,114,128)
#71606C
(113,96,108)
#5B4E58
(91,78,88)
#453C44
(69,60,68)
#2F2A30
(47,42,48)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #F5CCE4

#F5CCE4
(245,204,228)
#F5D0E6
(245,208,230)
#F5D4E8
(245,212,232)
#F5D8EA
(245,216,234)
#F5DCEC
(245,220,236)
#F5E0EE
(245,224,238)
#F5E4F0
(245,228,240)
#F5E8F2
(245,232,242)
#F5ECF4
(245,236,244)
#F5F0F6
(245,240,246)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CCE4; }

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

This text font color is #F5CCE4.

Background Color

.myBgColor { background-color: #F5CCE4; }

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

This div background color is #F5CCE4.

Border color

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

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

This div border color is #F5CCE4.

Opacity

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

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

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

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

This text has shadow with #F5CCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CCE4.

Preview

Color preview on black background

This text has color #F5CCE4 on black background.


Color preview on white background

This text has color #F5CCE4 on white background.


Black color preview on #F5CCE4 background

This text has black color on #F5CCE4 background.


White color preview on #F5CCE4 background

This text has white color on #F5CCE4 background.


Related colors

Complementary color

Complementary color for #hex is #0A331B.


I love getcolorcode.com

Triadic colors

1 #E4F5CC and #CCE4F5 with #F5CCE4 are triadic colors.

2 #E4CCF5 and #CCF5E4 with #F5CCE4 are triadic colors.