COLOR #F3DBEB

HEX: #F3DBEB RGB: (243,219,235)

Color info

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

RGB color model

#F3DBEB color RGB value is (243,219,235).

RGB: (243,219,235) (95%, 86%, 92%)

RGB channels and saturation

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

243
219
235

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

Portions of RGB colors in percentages

R + G + B = 243 + 219 + 235 = 697 (100%)
R 243 of 697 ~ 34.86%
G 219 of 697 ~ 31.42%
B 235 of 697 ~ 33.72'%

%34.86
%31.42
%33.72

CMYK color model

#F3DBEB color CMYK value is (0,10,3,5).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 3.29%
  • key color value is 4.71%

CMYK: (0,10,3,5)
C0M10Y3K5 (0%, 10%, 3%, 5%)
(0.00 / 0.10 / 0.03 / 0.05)

CMYK percentages

%0
%9.88
%3.29
%4.71

Codes

Color #F3DBEB in popluar color models

F3 DB EB
RGB 243 219 235
HSL 320° 50.00% 90.59%
HSB/HSV 320° 9.88% 95.29%
CMYK 0.00% 9.88% 3.29%
4.71%

Color #F3DBEB in popluar number systems.

HEX F3 DB EB
Decimal 243 219 235
Binary 11110011 11011011 11101011
Octal 363 333 353

Shades and tints

Shades of #F3DBEB

#F3DBEB
(243,219,235)
#DDC8D6
(221,200,214)
#C7B5C1
(199,181,193)
#B1A2AC
(177,162,172)
#9B8F97
(155,143,151)
#857C82
(133,124,130)
#6F696D
(111,105,109)
#595658
(89,86,88)
#434343
(67,67,67)
#2D302E
(45,48,46)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #F3DBEB

#F3DBEB
(243,219,235)
#F4DEEC
(244,222,236)
#F5E1ED
(245,225,237)
#F6E4EE
(246,228,238)
#F7E7EF
(247,231,239)
#F8EAF0
(248,234,240)
#F9EDF1
(249,237,241)
#FAF0F2
(250,240,242)
#FBF3F3
(251,243,243)
#FCF6F4
(252,246,244)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DBEB; }

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

This text font color is #F3DBEB.

Background Color

.myBgColor { background-color: #F3DBEB; }

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

This div background color is #F3DBEB.

Border color

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

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

This div border color is #F3DBEB.

Opacity

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

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

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

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

This text has shadow with #F3DBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DBEB.

Preview

Color preview on black background

This text has color #F3DBEB on black background.


Color preview on white background

This text has color #F3DBEB on white background.


Black color preview on #F3DBEB background

This text has black color on #F3DBEB background.


White color preview on #F3DBEB background

This text has white color on #F3DBEB background.


Related colors

Complementary color

Complementary color for #hex is #0C2414.


I love getcolorcode.com

Triadic colors

1 #EBF3DB and #DBEBF3 with #F3DBEB are triadic colors.

2 #EBDBF3 and #DBF3EB with #F3DBEB are triadic colors.