COLOR #F3B8DD

HEX: #F3B8DD
RGB: (243,184,221)

Color info

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

RGB color model

#F3B8DD color RGB value is (243,184,221).

  • red value is 243;
  • green value is 184;
  • blue value is 221.
RGB:
(243,184,221)
(95%,72%,87%)

RGB channels and saturation

R 243 of 255 = 95%
G 184 of 255 = 72%
B 221 of 255 = 87%

243
184
221

R + G + B ~ 85%. #F3B8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 184 + 221 = 648 (100%)
R 243 of 648 ~ 37.5%
G 184 of 648 ~ 28.4%
B 221 of 648 ~ 34.1%

%37.5
%28.4
%34.1

CMYK color model

#F3B8DD color CMYK value is (0,24,9,5).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(0,24,9,5)
C0M24Y9K5 
(0%,24%,9%,5%)
(0.00/0.24/0.09/0.05)	

CMYK percentages

%0
%24.28
%9.05
%4.71

Codes

Color #F3B8DD in popluar color models

F3B8DD
RGB243184221
HSL322°71.08%83.73%
HSB/HSV322°24.28%95.29%
CMYK0.00%24.28%9.05%
4.71%

Color #F3B8DD in popluar number systems.

HEXF3B8DD
Decimal243184221
Binary111100111011100011011101
Octal363270335

Shades and tints

Shades of #F3B8DD

#F3B8DD
(243,184,221)
#DDA8C9
(221,168,201)
#C798B5
(199,152,181)
#B188A1
(177,136,161)
#9B788D
(155,120,141)
#856879
(133,104,121)
#6F5865
(111,88,101)
#594851
(89,72,81)
#43383D
(67,56,61)
#2D2829
(45,40,41)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #F3B8DD

#F3B8DD
(243,184,221)
#F4BEE0
(244,190,224)
#F5C4E3
(245,196,227)
#F6CAE6
(246,202,230)
#F7D0E9
(247,208,233)
#F8D6EC
(248,214,236)
#F9DCEF
(249,220,239)
#FAE2F2
(250,226,242)
#FBE8F5
(251,232,245)
#FCEEF8
(252,238,248)
#FDF4FB
(253,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B8DD color. Also use rgb(243,184,221) instead hex code.

Text Font Color

.myTextColor { color: #F3B8DD; }

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

This text font color is #F3B8DD.


Background Color

.myBgColor { background-color: #F3B8DD; }

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

This div background color is #F3B8DD.


Border color

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

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

This div border color is #F3B8DD.


Opacity

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

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

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

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

This text has shadow with #F3B8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B8DD on black background.


Color preview on white background

This text has color #F3B8DD on white background.



Black color preview on #F3B8DD background

This text has black color on #F3B8DD background.


White color preview on #F3B8DD background

This text has white color on #F3B8DD background.