COLOR #F3CFE1

HEX: #F3CFE1
RGB: (243,207,225)

Color info

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

RGB color model

#F3CFE1 color RGB value is (243,207,225).

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

RGB channels and saturation

R 243 of 255 = 95%
G 207 of 255 = 81%
B 225 of 255 = 88%

243
207
225

R + G + B ~ 88%. #F3CFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 207 + 225 = 675 (100%)
R 243 of 675 ~ 36%
G 207 of 675 ~ 30.67%
B 225 of 675 ~ 33.33%

%36
%30.67
%33.33

CMYK color model

#F3CFE1 color CMYK value is (0,15,7,5).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 7.41%
  • key color value is 4.71%
CMYK:
(0,15,7,5)
C0M15Y7K5 
(0%,15%,7%,5%)
(0.00/0.15/0.07/0.05)	

CMYK percentages

%0
%14.81
%7.41
%4.71

Codes

Color #F3CFE1 in popluar color models

F3CFE1
RGB243207225
HSL330°60.00%88.24%
HSB/HSV330°14.81%95.29%
CMYK0.00%14.81%7.41%
4.71%

Color #F3CFE1 in popluar number systems.

HEXF3CFE1
Decimal243207225
Binary111100111100111111100001
Octal363317341

Shades and tints

Shades of #F3CFE1

#F3CFE1
(243,207,225)
#DDBDCD
(221,189,205)
#C7ABB9
(199,171,185)
#B199A5
(177,153,165)
#9B8791
(155,135,145)
#85757D
(133,117,125)
#6F6369
(111,99,105)
#595155
(89,81,85)
#433F41
(67,63,65)
#2D2D2D
(45,45,45)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #F3CFE1

#F3CFE1
(243,207,225)
#F4D3E3
(244,211,227)
#F5D7E5
(245,215,229)
#F6DBE7
(246,219,231)
#F7DFE9
(247,223,233)
#F8E3EB
(248,227,235)
#F9E7ED
(249,231,237)
#FAEBEF
(250,235,239)
#FBEFF1
(251,239,241)
#FCF3F3
(252,243,243)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CFE1; }

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

This text font color is #F3CFE1.


Background Color

.myBgColor { background-color: #F3CFE1; }

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

This div background color is #F3CFE1.


Border color

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

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

This div border color is #F3CFE1.


Opacity

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

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

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

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

This text has shadow with #F3CFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CFE1 on black background.


Color preview on white background

This text has color #F3CFE1 on white background.



Black color preview on #F3CFE1 background

This text has black color on #F3CFE1 background.


White color preview on #F3CFE1 background

This text has white color on #F3CFE1 background.