COLOR #F4CDE6

HEX: #F4CDE6
RGB: (244,205,230)

Color info

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

RGB color model

#F4CDE6 color RGB value is (244,205,230).

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

RGB channels and saturation

R 244 of 255 = 96%
G 205 of 255 = 80%
B 230 of 255 = 90%

244
205
230

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

Portions of RGB colors in percentages

R + G + B =
244 + 205 + 230 = 679 (100%)
R 244 of 679 ~ 35.94%
G 205 of 679 ~ 30.19%
B 230 of 679 ~ 33.87%

%35.94
%30.19
%33.87

CMYK color model

#F4CDE6 color CMYK value is (0,16,6,4).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 5.74%
  • key color value is 4.31%
CMYK:
(0,16,6,4)
C0M16Y6K4 
(0%,16%,6%,4%)
(0.00/0.16/0.06/0.04)	

CMYK percentages

%0
%15.98
%5.74
%4.31

Codes

Color #F4CDE6 in popluar color models

F4CDE6
RGB244205230
HSL322°63.93%88.04%
HSB/HSV322°15.98%95.69%
CMYK0.00%15.98%5.74%
4.31%

Color #F4CDE6 in popluar number systems.

HEXF4CDE6
Decimal244205230
Binary111101001100110111100110
Octal364315346

Shades and tints

Shades of #F4CDE6

#F4CDE6
(244,205,230)
#DEBBD2
(222,187,210)
#C8A9BE
(200,169,190)
#B297AA
(178,151,170)
#9C8596
(156,133,150)
#867382
(134,115,130)
#70616E
(112,97,110)
#5A4F5A
(90,79,90)
#443D46
(68,61,70)
#2E2B32
(46,43,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #F4CDE6

#F4CDE6
(244,205,230)
#F5D1E8
(245,209,232)
#F6D5EA
(246,213,234)
#F7D9EC
(247,217,236)
#F8DDEE
(248,221,238)
#F9E1F0
(249,225,240)
#FAE5F2
(250,229,242)
#FBE9F4
(251,233,244)
#FCEDF6
(252,237,246)
#FDF1F8
(253,241,248)
#FEF5FA
(254,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CDE6; }

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

This text font color is #F4CDE6.


Background Color

.myBgColor { background-color: #F4CDE6; }

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

This div background color is #F4CDE6.


Border color

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

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

This div border color is #F4CDE6.


Opacity

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

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

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

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

This text has shadow with #F4CDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CDE6 on black background.


Color preview on white background

This text has color #F4CDE6 on white background.



Black color preview on #F4CDE6 background

This text has black color on #F4CDE6 background.


White color preview on #F4CDE6 background

This text has white color on #F4CDE6 background.