COLOR #F5C5EE

HEX: #F5C5EE RGB: (245,197,238)

Color info

#F5C5EE contains red, green and blue colors in about the same proportion. Web safe color of #F5C5EE is #FFCCFF (or #FCF).

RGB color model

#F5C5EE color RGB value is (245,197,238).

RGB: (245,197,238) (96%, 77%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 197 of 255 = 77%
B 238 of 255 = 93%

245
197
238

R + G + B ~ 89%. #F5C5EE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 197 + 238 = 680 (100%)
R 245 of 680 ~ 36.03%
G 197 of 680 ~ 28.97%
B 238 of 680 ~ 35'%

%36.03
%28.97
%35

CMYK color model

#F5C5EE color CMYK value is (0,20,3,4).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (0,20,3,4)
C0M20Y3K4 (0%, 20%, 3%, 4%)
(0.00 / 0.20 / 0.03 / 0.04)

CMYK percentages

%0
%19.59
%2.86
%3.92

Codes

Color #F5C5EE in popluar color models

F5 C5 EE
RGB 245 197 238
HSL 309° 70.59% 86.67%
HSB/HSV 309° 19.59% 96.08%
CMYK 0.00% 19.59% 2.86%
3.92%

Color #F5C5EE in popluar number systems.

HEX F5 C5 EE
Decimal 245 197 238
Binary 11110101 11000101 11101110
Octal 365 305 356

Shades and tints

Shades of #F5C5EE

#F5C5EE
(245,197,238)
#DFB4D9
(223,180,217)
#C9A3C4
(201,163,196)
#B392AF
(179,146,175)
#9D819A
(157,129,154)
#877085
(135,112,133)
#715F70
(113,95,112)
#5B4E5B
(91,78,91)
#453D46
(69,61,70)
#2F2C31
(47,44,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #F5C5EE

#F5C5EE
(245,197,238)
#F5CAEF
(245,202,239)
#F5CFF0
(245,207,240)
#F5D4F1
(245,212,241)
#F5D9F2
(245,217,242)
#F5DEF3
(245,222,243)
#F5E3F4
(245,227,244)
#F5E8F5
(245,232,245)
#F5EDF6
(245,237,246)
#F5F2F7
(245,242,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C5EE color. Also use rgb(245,197,238) instead hex code.

Text Font Color

.myTextColor { color: #F5C5EE; }

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

This text font color is #F5C5EE.

Background Color

.myBgColor { background-color: #F5C5EE; }

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

This div background color is #F5C5EE.

Border color

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

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

This div border color is #F5C5EE.

Opacity

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

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

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

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

This text has shadow with #F5C5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C5EE.

Preview

Color preview on black background

This text has color #F5C5EE on black background.


Color preview on white background

This text has color #F5C5EE on white background.


Black color preview on #F5C5EE background

This text has black color on #F5C5EE background.


White color preview on #F5C5EE background

This text has white color on #F5C5EE background.


Related colors

Complementary color

Complementary color for #hex is #0A3A11.


I love getcolorcode.com

Triadic colors

1 #EEF5C5 and #C5EEF5 with #F5C5EE are triadic colors.

2 #EEC5F5 and #C5F5EE with #F5C5EE are triadic colors.