COLOR #F3DCEB

HEX: #F3DCEB
RGB: (243,220,235)

Color info

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

RGB color model

#F3DCEB color RGB value is (243,220,235).

  • red value is 243;
  • green value is 220;
  • blue value is 235.
RGB:
(243,220,235)
(95%,86%,92%)

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 235 of 255 = 92%

243
220
235

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

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 235 = 698 (100%)
R 243 of 698 ~ 34.81%
G 220 of 698 ~ 31.52%
B 235 of 698 ~ 33.67%

%34.81
%31.52
%33.67

CMYK color model

#F3DCEB color CMYK value is (0,9,3,5).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 3.29%
  • key color value is 4.71%
CMYK:
(0,9,3,5)
C0M9Y3K5 
(0%,9%,3%,5%)
(0.00/0.09/0.03/0.05)	

CMYK percentages

%0
%9.47
%3.29
%4.71

Codes

Color #F3DCEB in popluar color models

F3DCEB
RGB243220235
HSL321°48.94%90.78%
HSB/HSV321°9.47%95.29%
CMYK0.00%9.47%3.29%
4.71%

Color #F3DCEB in popluar number systems.

HEXF3DCEB
Decimal243220235
Binary111100111101110011101011
Octal363334353

Shades and tints

Shades of #F3DCEB

#F3DCEB
(243,220,235)
#DDC8D6
(221,200,214)
#C7B4C1
(199,180,193)
#B1A0AC
(177,160,172)
#9B8C97
(155,140,151)
#857882
(133,120,130)
#6F646D
(111,100,109)
#595058
(89,80,88)
#433C43
(67,60,67)
#2D282E
(45,40,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #F3DCEB

#F3DCEB
(243,220,235)
#F4DFEC
(244,223,236)
#F5E2ED
(245,226,237)
#F6E5EE
(246,229,238)
#F7E8EF
(247,232,239)
#F8EBF0
(248,235,240)
#F9EEF1
(249,238,241)
#FAF1F2
(250,241,242)
#FBF4F3
(251,244,243)
#FCF7F4
(252,247,244)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DCEB color. Also use rgb(243,220,235) instead hex code.

Text Font Color

.myTextColor { color: #F3DCEB; }

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

This text font color is #F3DCEB.


Background Color

.myBgColor { background-color: #F3DCEB; }

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

This div background color is #F3DCEB.


Border color

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

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

This div border color is #F3DCEB.


Opacity

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

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

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

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

This text has shadow with #F3DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCEB on black background.


Color preview on white background

This text has color #F3DCEB on white background.



Black color preview on #F3DCEB background

This text has black color on #F3DCEB background.


White color preview on #F3DCEB background

This text has white color on #F3DCEB background.