COLOR #F3D8E4

HEX: #F3D8E4
RGB: (243,216,228)

Color info

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

RGB color model

#F3D8E4 color RGB value is (243,216,228).

  • red value is 243;
  • green value is 216;
  • blue value is 228.
RGB:
(243,216,228)
(95%,85%,89%)

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 228 of 255 = 89%

243
216
228

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

Portions of RGB colors in percentages

R + G + B =
243 + 216 + 228 = 687 (100%)
R 243 of 687 ~ 35.37%
G 216 of 687 ~ 31.44%
B 228 of 687 ~ 33.19%

%35.37
%31.44
%33.19

CMYK color model

#F3D8E4 color CMYK value is (0,11,6,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 6.17%
  • key color value is 4.71%
CMYK:
(0,11,6,5)
C0M11Y6K5 
(0%,11%,6%,5%)
(0.00/0.11/0.06/0.05)	

CMYK percentages

%0
%11.11
%6.17
%4.71

Codes

Color #F3D8E4 in popluar color models

F3D8E4
RGB243216228
HSL333°52.94%90.00%
HSB/HSV333°11.11%95.29%
CMYK0.00%11.11%6.17%
4.71%

Color #F3D8E4 in popluar number systems.

HEXF3D8E4
Decimal243216228
Binary111100111101100011100100
Octal363330344

Shades and tints

Shades of #F3D8E4

#F3D8E4
(243,216,228)
#DDC5D0
(221,197,208)
#C7B2BC
(199,178,188)
#B19FA8
(177,159,168)
#9B8C94
(155,140,148)
#857980
(133,121,128)
#6F666C
(111,102,108)
#595358
(89,83,88)
#434044
(67,64,68)
#2D2D30
(45,45,48)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #F3D8E4

#F3D8E4
(243,216,228)
#F4DBE6
(244,219,230)
#F5DEE8
(245,222,232)
#F6E1EA
(246,225,234)
#F7E4EC
(247,228,236)
#F8E7EE
(248,231,238)
#F9EAF0
(249,234,240)
#FAEDF2
(250,237,242)
#FBF0F4
(251,240,244)
#FCF3F6
(252,243,246)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D8E4 color. Also use rgb(243,216,228) instead hex code.

Text Font Color

.myTextColor { color: #F3D8E4; }

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

This text font color is #F3D8E4.


Background Color

.myBgColor { background-color: #F3D8E4; }

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

This div background color is #F3D8E4.


Border color

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

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

This div border color is #F3D8E4.


Opacity

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

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

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

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

This text has shadow with #F3D8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D8E4 on black background.


Color preview on white background

This text has color #F3D8E4 on white background.



Black color preview on #F3D8E4 background

This text has black color on #F3D8E4 background.


White color preview on #F3D8E4 background

This text has white color on #F3D8E4 background.