COLOR #F3CFEC

HEX: #F3CFEC
RGB: (243,207,236)

Color info

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

RGB color model

#F3CFEC color RGB value is (243,207,236).

  • red value is 243;
  • green value is 207;
  • blue value is 236.
RGB:
(243,207,236)
(95%,81%,93%)

RGB channels and saturation

R 243 of 255 = 95%
G 207 of 255 = 81%
B 236 of 255 = 93%

243
207
236

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

Portions of RGB colors in percentages

R + G + B =
243 + 207 + 236 = 686 (100%)
R 243 of 686 ~ 35.42%
G 207 of 686 ~ 30.17%
B 236 of 686 ~ 34.4%

%35.42
%30.17
%34.4

CMYK color model

#F3CFEC color CMYK value is (0,15,3,5).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK:
(0,15,3,5)
C0M15Y3K5 
(0%,15%,3%,5%)
(0.00/0.15/0.03/0.05)	

CMYK percentages

%0
%14.81
%2.88
%4.71

Codes

Color #F3CFEC in popluar color models

F3CFEC
RGB243207236
HSL312°60.00%88.24%
HSB/HSV312°14.81%95.29%
CMYK0.00%14.81%2.88%
4.71%

Color #F3CFEC in popluar number systems.

HEXF3CFEC
Decimal243207236
Binary111100111100111111101100
Octal363317354

Shades and tints

Shades of #F3CFEC

#F3CFEC
(243,207,236)
#DDBDD7
(221,189,215)
#C7ABC2
(199,171,194)
#B199AD
(177,153,173)
#9B8798
(155,135,152)
#857583
(133,117,131)
#6F636E
(111,99,110)
#595159
(89,81,89)
#433F44
(67,63,68)
#2D2D2F
(45,45,47)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #F3CFEC

#F3CFEC
(243,207,236)
#F4D3ED
(244,211,237)
#F5D7EE
(245,215,238)
#F6DBEF
(246,219,239)
#F7DFF0
(247,223,240)
#F8E3F1
(248,227,241)
#F9E7F2
(249,231,242)
#FAEBF3
(250,235,243)
#FBEFF4
(251,239,244)
#FCF3F5
(252,243,245)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CFEC color. Also use rgb(243,207,236) instead hex code.

Text Font Color

.myTextColor { color: #F3CFEC; }

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

This text font color is #F3CFEC.


Background Color

.myBgColor { background-color: #F3CFEC; }

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

This div background color is #F3CFEC.


Border color

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

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

This div border color is #F3CFEC.


Opacity

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

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

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

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

This text has shadow with #F3CFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CFEC on black background.


Color preview on white background

This text has color #F3CFEC on white background.



Black color preview on #F3CFEC background

This text has black color on #F3CFEC background.


White color preview on #F3CFEC background

This text has white color on #F3CFEC background.