COLOR #F5CDF0

HEX: #F5CDF0
RGB: (245,205,240)

Color info

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

RGB color model

#F5CDF0 color RGB value is (245,205,240).

  • red value is 245;
  • green value is 205;
  • blue value is 240.
RGB:
(245,205,240)
(96%,80%,94%)

RGB channels and saturation

R 245 of 255 = 96%
G 205 of 255 = 80%
B 240 of 255 = 94%

245
205
240

R + G + B ~ 90%. #F5CDF0 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 205 + 240 = 690 (100%)
R 245 of 690 ~ 35.51%
G 205 of 690 ~ 29.71%
B 240 of 690 ~ 34.78%

%35.51
%29.71
%34.78

CMYK color model

#F5CDF0 color CMYK value is (0,16,2,4).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 2.04%
  • key color value is 3.92%
CMYK:
(0,16,2,4)
C0M16Y2K4 
(0%,16%,2%,4%)
(0.00/0.16/0.02/0.04)	

CMYK percentages

%0
%16.33
%2.04
%3.92

Codes

Color #F5CDF0 in popluar color models

F5CDF0
RGB245205240
HSL308°66.67%88.24%
HSB/HSV308°16.33%96.08%
CMYK0.00%16.33%2.04%
3.92%

Color #F5CDF0 in popluar number systems.

HEXF5CDF0
Decimal245205240
Binary111101011100110111110000
Octal365315360

Shades and tints

Shades of #F5CDF0

#F5CDF0
(245,205,240)
#DFBBDB
(223,187,219)
#C9A9C6
(201,169,198)
#B397B1
(179,151,177)
#9D859C
(157,133,156)
#877387
(135,115,135)
#716172
(113,97,114)
#5B4F5D
(91,79,93)
#453D48
(69,61,72)
#2F2B33
(47,43,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #F5CDF0

#F5CDF0
(245,205,240)
#F5D1F1
(245,209,241)
#F5D5F2
(245,213,242)
#F5D9F3
(245,217,243)
#F5DDF4
(245,221,244)
#F5E1F5
(245,225,245)
#F5E5F6
(245,229,246)
#F5E9F7
(245,233,247)
#F5EDF8
(245,237,248)
#F5F1F9
(245,241,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CDF0; }

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

This text font color is #F5CDF0.


Background Color

.myBgColor { background-color: #F5CDF0; }

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

This div background color is #F5CDF0.


Border color

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

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

This div border color is #F5CDF0.


Opacity

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

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

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

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

This text has shadow with #F5CDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CDF0 on black background.


Color preview on white background

This text has color #F5CDF0 on white background.



Black color preview on #F5CDF0 background

This text has black color on #F5CDF0 background.


White color preview on #F5CDF0 background

This text has white color on #F5CDF0 background.