COLOR #F8CDF4

HEX: #F8CDF4
RGB: (248,205,244)

Color info

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

RGB color model

#F8CDF4 color RGB value is (248,205,244).

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

RGB channels and saturation

R 248 of 255 = 97%
G 205 of 255 = 80%
B 244 of 255 = 96%

248
205
244

R + G + B ~ 91%. #F8CDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 205 + 244 = 697 (100%)
R 248 of 697 ~ 35.58%
G 205 of 697 ~ 29.41%
B 244 of 697 ~ 35.01%

%35.58
%29.41
%35.01

CMYK color model

#F8CDF4 color CMYK value is (0,17,2,3).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 1.61%
  • key color value is 2.75%
CMYK:
(0,17,2,3)
C0M17Y2K3 
(0%,17%,2%,3%)
(0.00/0.17/0.02/0.03)	

CMYK percentages

%0
%17.34
%1.61
%2.75

Codes

Color #F8CDF4 in popluar color models

F8CDF4
RGB248205244
HSL306°75.44%88.82%
HSB/HSV306°17.34%97.25%
CMYK0.00%17.34%1.61%
2.75%

Color #F8CDF4 in popluar number systems.

HEXF8CDF4
Decimal248205244
Binary111110001100110111110100
Octal370315364

Shades and tints

Shades of #F8CDF4

#F8CDF4
(248,205,244)
#E2BBDE
(226,187,222)
#CCA9C8
(204,169,200)
#B697B2
(182,151,178)
#A0859C
(160,133,156)
#8A7386
(138,115,134)
#746170
(116,97,112)
#5E4F5A
(94,79,90)
#483D44
(72,61,68)
#322B2E
(50,43,46)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #F8CDF4

#F8CDF4
(248,205,244)
#F8D1F5
(248,209,245)
#F8D5F6
(248,213,246)
#F8D9F7
(248,217,247)
#F8DDF8
(248,221,248)
#F8E1F9
(248,225,249)
#F8E5FA
(248,229,250)
#F8E9FB
(248,233,251)
#F8EDFC
(248,237,252)
#F8F1FD
(248,241,253)
#F8F5FE
(248,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CDF4; }

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

This text font color is #F8CDF4.


Background Color

.myBgColor { background-color: #F8CDF4; }

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

This div background color is #F8CDF4.


Border color

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

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

This div border color is #F8CDF4.


Opacity

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

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

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

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

This text has shadow with #F8CDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CDF4 on black background.


Color preview on white background

This text has color #F8CDF4 on white background.



Black color preview on #F8CDF4 background

This text has black color on #F8CDF4 background.


White color preview on #F8CDF4 background

This text has white color on #F8CDF4 background.