COLOR #F3DBE2

HEX: #F3DBE2
RGB: (243,219,226)

Color info

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

RGB color model

#F3DBE2 color RGB value is (243,219,226).

  • red value is 243;
  • green value is 219;
  • blue value is 226.
RGB:
(243,219,226)
(95%,86%,89%)

RGB channels and saturation

R 243 of 255 = 95%
G 219 of 255 = 86%
B 226 of 255 = 89%

243
219
226

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

Portions of RGB colors in percentages

R + G + B =
243 + 219 + 226 = 688 (100%)
R 243 of 688 ~ 35.32%
G 219 of 688 ~ 31.83%
B 226 of 688 ~ 32.85%

%35.32
%31.83
%32.85

CMYK color model

#F3DBE2 color CMYK value is (0,10,7,5).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 7.00%
  • key color value is 4.71%
CMYK:
(0,10,7,5)
C0M10Y7K5 
(0%,10%,7%,5%)
(0.00/0.10/0.07/0.05)	

CMYK percentages

%0
%9.88
%7
%4.71

Codes

Color #F3DBE2 in popluar color models

F3DBE2
RGB243219226
HSL343°50.00%90.59%
HSB/HSV343°9.88%95.29%
CMYK0.00%9.88%7.00%
4.71%

Color #F3DBE2 in popluar number systems.

HEXF3DBE2
Decimal243219226
Binary111100111101101111100010
Octal363333342

Shades and tints

Shades of #F3DBE2

#F3DBE2
(243,219,226)
#DDC8CE
(221,200,206)
#C7B5BA
(199,181,186)
#B1A2A6
(177,162,166)
#9B8F92
(155,143,146)
#857C7E
(133,124,126)
#6F696A
(111,105,106)
#595656
(89,86,86)
#434342
(67,67,66)
#2D302E
(45,48,46)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #F3DBE2

#F3DBE2
(243,219,226)
#F4DEE4
(244,222,228)
#F5E1E6
(245,225,230)
#F6E4E8
(246,228,232)
#F7E7EA
(247,231,234)
#F8EAEC
(248,234,236)
#F9EDEE
(249,237,238)
#FAF0F0
(250,240,240)
#FBF3F2
(251,243,242)
#FCF6F4
(252,246,244)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DBE2 color. Also use rgb(243,219,226) instead hex code.

Text Font Color

.myTextColor { color: #F3DBE2; }

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

This text font color is #F3DBE2.


Background Color

.myBgColor { background-color: #F3DBE2; }

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

This div background color is #F3DBE2.


Border color

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

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

This div border color is #F3DBE2.


Opacity

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

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

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

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

This text has shadow with #F3DBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DBE2 on black background.


Color preview on white background

This text has color #F3DBE2 on white background.



Black color preview on #F3DBE2 background

This text has black color on #F3DBE2 background.


White color preview on #F3DBE2 background

This text has white color on #F3DBE2 background.