COLOR #F5CDE3

HEX: #F5CDE3 RGB: (245,205,227)

Color info

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

RGB color model

#F5CDE3 color RGB value is (245,205,227).

RGB: (245,205,227) (96%, 80%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 205 of 255 = 80%
B 227 of 255 = 89%

245
205
227

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

Portions of RGB colors in percentages

R + G + B = 245 + 205 + 227 = 677 (100%)
R 245 of 677 ~ 36.19%
G 205 of 677 ~ 30.28%
B 227 of 677 ~ 33.53'%

%36.19
%30.28
%33.53

CMYK color model

#F5CDE3 color CMYK value is (0,16,7,4).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 7.35%
  • key color value is 3.92%

CMYK: (0,16,7,4)
C0M16Y7K4 (0%, 16%, 7%, 4%)
(0.00 / 0.16 / 0.07 / 0.04)

CMYK percentages

%0
%16.33
%7.35
%3.92

Codes

Color #F5CDE3 in popluar color models

F5 CD E3
RGB 245 205 227
HSL 327° 66.67% 88.24%
HSB/HSV 327° 16.33% 96.08%
CMYK 0.00% 16.33% 7.35%
3.92%

Color #F5CDE3 in popluar number systems.

HEX F5 CD E3
Decimal 245 205 227
Binary 11110101 11001101 11100011
Octal 365 315 343

Shades and tints

Shades of #F5CDE3

#F5CDE3
(245,205,227)
#DFBBCF
(223,187,207)
#C9A9BB
(201,169,187)
#B397A7
(179,151,167)
#9D8593
(157,133,147)
#87737F
(135,115,127)
#71616B
(113,97,107)
#5B4F57
(91,79,87)
#453D43
(69,61,67)
#2F2B2F
(47,43,47)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #F5CDE3

#F5CDE3
(245,205,227)
#F5D1E5
(245,209,229)
#F5D5E7
(245,213,231)
#F5D9E9
(245,217,233)
#F5DDEB
(245,221,235)
#F5E1ED
(245,225,237)
#F5E5EF
(245,229,239)
#F5E9F1
(245,233,241)
#F5EDF3
(245,237,243)
#F5F1F5
(245,241,245)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CDE3 color. Also use rgb(245,205,227) instead hex code.

Text Font Color

.myTextColor { color: #F5CDE3; }

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

This text font color is #F5CDE3.

Background Color

.myBgColor { background-color: #F5CDE3; }

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

This div background color is #F5CDE3.

Border color

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

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

This div border color is #F5CDE3.

Opacity

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

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

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

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

This text has shadow with #F5CDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CDE3.

Preview

Color preview on black background

This text has color #F5CDE3 on black background.


Color preview on white background

This text has color #F5CDE3 on white background.


Black color preview on #F5CDE3 background

This text has black color on #F5CDE3 background.


White color preview on #F5CDE3 background

This text has white color on #F5CDE3 background.


Related colors

Complementary color

Complementary color for #hex is #0A321C.


I love getcolorcode.com

Triadic colors

1 #E3F5CD and #CDE3F5 with #F5CDE3 are triadic colors.

2 #E3CDF5 and #CDF5E3 with #F5CDE3 are triadic colors.