COLOR #F3D3EA

HEX: #F3D3EA
RGB: (243,211,234)

Color info

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

RGB color model

#F3D3EA color RGB value is (243,211,234).

  • red value is 243;
  • green value is 211;
  • blue value is 234.
RGB:
(243,211,234)
(95%,83%,92%)

RGB channels and saturation

R 243 of 255 = 95%
G 211 of 255 = 83%
B 234 of 255 = 92%

243
211
234

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

Portions of RGB colors in percentages

R + G + B =
243 + 211 + 234 = 688 (100%)
R 243 of 688 ~ 35.32%
G 211 of 688 ~ 30.67%
B 234 of 688 ~ 34.01%

%35.32
%30.67
%34.01

CMYK color model

#F3D3EA color CMYK value is (0,13,4,5).

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(0,13,4,5)
C0M13Y4K5 
(0%,13%,4%,5%)
(0.00/0.13/0.04/0.05)	

CMYK percentages

%0
%13.17
%3.7
%4.71

Codes

Color #F3D3EA in popluar color models

F3D3EA
RGB243211234
HSL317°57.14%89.02%
HSB/HSV317°13.17%95.29%
CMYK0.00%13.17%3.70%
4.71%

Color #F3D3EA in popluar number systems.

HEXF3D3EA
Decimal243211234
Binary111100111101001111101010
Octal363323352

Shades and tints

Shades of #F3D3EA

#F3D3EA
(243,211,234)
#DDC0D5
(221,192,213)
#C7ADC0
(199,173,192)
#B19AAB
(177,154,171)
#9B8796
(155,135,150)
#857481
(133,116,129)
#6F616C
(111,97,108)
#594E57
(89,78,87)
#433B42
(67,59,66)
#2D282D
(45,40,45)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #F3D3EA

#F3D3EA
(243,211,234)
#F4D7EB
(244,215,235)
#F5DBEC
(245,219,236)
#F6DFED
(246,223,237)
#F7E3EE
(247,227,238)
#F8E7EF
(248,231,239)
#F9EBF0
(249,235,240)
#FAEFF1
(250,239,241)
#FBF3F2
(251,243,242)
#FCF7F3
(252,247,243)
#FDFBF4
(253,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D3EA color. Also use rgb(243,211,234) instead hex code.

Text Font Color

.myTextColor { color: #F3D3EA; }

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

This text font color is #F3D3EA.


Background Color

.myBgColor { background-color: #F3D3EA; }

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

This div background color is #F3D3EA.


Border color

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

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

This div border color is #F3D3EA.


Opacity

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

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

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

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

This text has shadow with #F3D3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D3EA on black background.


Color preview on white background

This text has color #F3D3EA on white background.



Black color preview on #F3D3EA background

This text has black color on #F3D3EA background.


White color preview on #F3D3EA background

This text has white color on #F3D3EA background.