COLOR #F4CDE1

HEX: #F4CDE1
RGB: (244,205,225)

Color info

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

RGB color model

#F4CDE1 color RGB value is (244,205,225).

  • red value is 244;
  • green value is 205;
  • blue value is 225.
RGB:
(244,205,225)
(96%,80%,88%)

RGB channels and saturation

R 244 of 255 = 96%
G 205 of 255 = 80%
B 225 of 255 = 88%

244
205
225

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

Portions of RGB colors in percentages

R + G + B =
244 + 205 + 225 = 674 (100%)
R 244 of 674 ~ 36.2%
G 205 of 674 ~ 30.42%
B 225 of 674 ~ 33.38%

%36.2
%30.42
%33.38

CMYK color model

#F4CDE1 color CMYK value is (0,16,8,4).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 7.79%
  • key color value is 4.31%
CMYK:
(0,16,8,4)
C0M16Y8K4 
(0%,16%,8%,4%)
(0.00/0.16/0.08/0.04)	

CMYK percentages

%0
%15.98
%7.79
%4.31

Codes

Color #F4CDE1 in popluar color models

F4CDE1
RGB244205225
HSL329°63.93%88.04%
HSB/HSV329°15.98%95.69%
CMYK0.00%15.98%7.79%
4.31%

Color #F4CDE1 in popluar number systems.

HEXF4CDE1
Decimal244205225
Binary111101001100110111100001
Octal364315341

Shades and tints

Shades of #F4CDE1

#F4CDE1
(244,205,225)
#DEBBCD
(222,187,205)
#C8A9B9
(200,169,185)
#B297A5
(178,151,165)
#9C8591
(156,133,145)
#86737D
(134,115,125)
#706169
(112,97,105)
#5A4F55
(90,79,85)
#443D41
(68,61,65)
#2E2B2D
(46,43,45)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #F4CDE1

#F4CDE1
(244,205,225)
#F5D1E3
(245,209,227)
#F6D5E5
(246,213,229)
#F7D9E7
(247,217,231)
#F8DDE9
(248,221,233)
#F9E1EB
(249,225,235)
#FAE5ED
(250,229,237)
#FBE9EF
(251,233,239)
#FCEDF1
(252,237,241)
#FDF1F3
(253,241,243)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CDE1 color. Also use rgb(244,205,225) instead hex code.

Text Font Color

.myTextColor { color: #F4CDE1; }

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

This text font color is #F4CDE1.


Background Color

.myBgColor { background-color: #F4CDE1; }

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

This div background color is #F4CDE1.


Border color

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

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

This div border color is #F4CDE1.


Opacity

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

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

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

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

This text has shadow with #F4CDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CDE1 on black background.


Color preview on white background

This text has color #F4CDE1 on white background.



Black color preview on #F4CDE1 background

This text has black color on #F4CDE1 background.


White color preview on #F4CDE1 background

This text has white color on #F4CDE1 background.