COLOR #F3DBE1

HEX: #F3DBE1 RGB: (243,219,225)

Color info

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

RGB color model

#F3DBE1 color RGB value is (243,219,225).

RGB: (243,219,225) (95%, 86%, 88%)

RGB channels and saturation

R 243 of 255 = 95%
G 219 of 255 = 86%
B 225 of 255 = 88%

243
219
225

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

Portions of RGB colors in percentages

R + G + B = 243 + 219 + 225 = 687 (100%)
R 243 of 687 ~ 35.37%
G 219 of 687 ~ 31.88%
B 225 of 687 ~ 32.75'%

%35.37
%31.88
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 7.41%
  • 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.41
%4.71

Codes

Color #F3DBE1 in popluar color models

F3 DB E1
RGB 243 219 225
HSL 345° 50.00% 90.59%
HSB/HSV 345° 9.88% 95.29%
CMYK 0.00% 9.88% 7.41%
4.71%

Color #F3DBE1 in popluar number systems.

HEX F3 DB E1
Decimal 243 219 225
Binary 11110011 11011011 11100001
Octal 363 333 341

Shades and tints

Shades of #F3DBE1

#F3DBE1
(243,219,225)
#DDC8CD
(221,200,205)
#C7B5B9
(199,181,185)
#B1A2A5
(177,162,165)
#9B8F91
(155,143,145)
#857C7D
(133,124,125)
#6F6969
(111,105,105)
#595655
(89,86,85)
#434341
(67,67,65)
#2D302D
(45,48,45)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #F3DBE1

#F3DBE1
(243,219,225)
#F4DEE3
(244,222,227)
#F5E1E5
(245,225,229)
#F6E4E7
(246,228,231)
#F7E7E9
(247,231,233)
#F8EAEB
(248,234,235)
#F9EDED
(249,237,237)
#FAF0EF
(250,240,239)
#FBF3F1
(251,243,241)
#FCF6F3
(252,246,243)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DBE1; }

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

This text font color is #F3DBE1.

Background Color

.myBgColor { background-color: #F3DBE1; }

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

This div background color is #F3DBE1.

Border color

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

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

This div border color is #F3DBE1.

Opacity

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

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

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

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

This text has shadow with #F3DBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DBE1.

Preview

Color preview on black background

This text has color #F3DBE1 on black background.


Color preview on white background

This text has color #F3DBE1 on white background.


Black color preview on #F3DBE1 background

This text has black color on #F3DBE1 background.


White color preview on #F3DBE1 background

This text has white color on #F3DBE1 background.


Related colors

Complementary color

Complementary color for #hex is #0C241E.


I love getcolorcode.com

Triadic colors

1 #E1F3DB and #DBE1F3 with #F3DBE1 are triadic colors.

2 #E1DBF3 and #DBF3E1 with #F3DBE1 are triadic colors.