COLOR #F5C7EE

HEX: #F5C7EE RGB: (245,199,238)

Color info

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

RGB color model

#F5C7EE color RGB value is (245,199,238).

RGB: (245,199,238) (96%, 78%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 199 of 255 = 78%
B 238 of 255 = 93%

245
199
238

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

Portions of RGB colors in percentages

R + G + B = 245 + 199 + 238 = 682 (100%)
R 245 of 682 ~ 35.92%
G 199 of 682 ~ 29.18%
B 238 of 682 ~ 34.9'%

%35.92
%29.18
%34.9

CMYK color model

#F5C7EE color CMYK value is (0,19,3,4).

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

CMYK: (0,19,3,4)
C0M19Y3K4 (0%, 19%, 3%, 4%)
(0.00 / 0.19 / 0.03 / 0.04)

CMYK percentages

%0
%18.78
%2.86
%3.92

Codes

Color #F5C7EE in popluar color models

F5 C7 EE
RGB 245 199 238
HSL 309° 69.70% 87.06%
HSB/HSV 309° 18.78% 96.08%
CMYK 0.00% 18.78% 2.86%
3.92%

Color #F5C7EE in popluar number systems.

HEX F5 C7 EE
Decimal 245 199 238
Binary 11110101 11000111 11101110
Octal 365 307 356

Shades and tints

Shades of #F5C7EE

#F5C7EE
(245,199,238)
#DFB5D9
(223,181,217)
#C9A3C4
(201,163,196)
#B391AF
(179,145,175)
#9D7F9A
(157,127,154)
#876D85
(135,109,133)
#715B70
(113,91,112)
#5B495B
(91,73,91)
#453746
(69,55,70)
#2F2531
(47,37,49)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #F5C7EE

#F5C7EE
(245,199,238)
#F5CCEF
(245,204,239)
#F5D1F0
(245,209,240)
#F5D6F1
(245,214,241)
#F5DBF2
(245,219,242)
#F5E0F3
(245,224,243)
#F5E5F4
(245,229,244)
#F5EAF5
(245,234,245)
#F5EFF6
(245,239,246)
#F5F4F7
(245,244,247)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C7EE; }

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

This text font color is #F5C7EE.

Background Color

.myBgColor { background-color: #F5C7EE; }

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

This div background color is #F5C7EE.

Border color

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

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

This div border color is #F5C7EE.

Opacity

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

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

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

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

This text has shadow with #F5C7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C7EE.

Preview

Color preview on black background

This text has color #F5C7EE on black background.


Color preview on white background

This text has color #F5C7EE on white background.


Black color preview on #F5C7EE background

This text has black color on #F5C7EE background.


White color preview on #F5C7EE background

This text has white color on #F5C7EE background.


Related colors

Complementary color

Complementary color for #hex is #0A3811.


I love getcolorcode.com

Triadic colors

1 #EEF5C7 and #C7EEF5 with #F5C7EE are triadic colors.

2 #EEC7F5 and #C7F5EE with #F5C7EE are triadic colors.