COLOR #F3C8DB

HEX: #F3C8DB RGB: (243,200,219)

Color info

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

RGB color model

#F3C8DB color RGB value is (243,200,219).

RGB: (243,200,219) (95%, 78%, 86%)

RGB channels and saturation

R 243 of 255 = 95%
G 200 of 255 = 78%
B 219 of 255 = 86%

243
200
219

R + G + B ~ 86%. #F3C8DB is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 200 + 219 = 662 (100%)
R 243 of 662 ~ 36.71%
G 200 of 662 ~ 30.21%
B 219 of 662 ~ 33.08'%

%36.71
%30.21
%33.08

CMYK color model

#F3C8DB color CMYK value is (0,18,10,5).

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

CMYK: (0,18,10,5)
C0M18Y10K5 (0%, 18%, 10%, 5%)
(0.00 / 0.18 / 0.10 / 0.05)

CMYK percentages

%0
%17.7
%9.88
%4.71

Codes

Color #F3C8DB in popluar color models

F3 C8 DB
RGB 243 200 219
HSL 333° 64.18% 86.86%
HSB/HSV 333° 17.70% 95.29%
CMYK 0.00% 17.70% 9.88%
4.71%

Color #F3C8DB in popluar number systems.

HEX F3 C8 DB
Decimal 243 200 219
Binary 11110011 11001000 11011011
Octal 363 310 333

Shades and tints

Shades of #F3C8DB

#F3C8DB
(243,200,219)
#DDB6C8
(221,182,200)
#C7A4B5
(199,164,181)
#B192A2
(177,146,162)
#9B808F
(155,128,143)
#856E7C
(133,110,124)
#6F5C69
(111,92,105)
#594A56
(89,74,86)
#433843
(67,56,67)
#2D2630
(45,38,48)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #F3C8DB

#F3C8DB
(243,200,219)
#F4CDDE
(244,205,222)
#F5D2E1
(245,210,225)
#F6D7E4
(246,215,228)
#F7DCE7
(247,220,231)
#F8E1EA
(248,225,234)
#F9E6ED
(249,230,237)
#FAEBF0
(250,235,240)
#FBF0F3
(251,240,243)
#FCF5F6
(252,245,246)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C8DB; }

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

This text font color is #F3C8DB.

Background Color

.myBgColor { background-color: #F3C8DB; }

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

This div background color is #F3C8DB.

Border color

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

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

This div border color is #F3C8DB.

Opacity

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

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

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

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

This text has shadow with #F3C8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3C8DB.

Preview

Color preview on black background

This text has color #F3C8DB on black background.


Color preview on white background

This text has color #F3C8DB on white background.


Black color preview on #F3C8DB background

This text has black color on #F3C8DB background.


White color preview on #F3C8DB background

This text has white color on #F3C8DB background.


Related colors

Complementary color

Complementary color for #hex is #0C3724.


I love getcolorcode.com

Triadic colors

1 #DBF3C8 and #C8DBF3 with #F3C8DB are triadic colors.

2 #DBC8F3 and #C8F3DB with #F3C8DB are triadic colors.