COLOR #F3B2DD

HEX: #F3B2DD RGB: (243,178,221)

Color info

#F3B2DD contains mainly red and blue colors. Web safe color of #F3B2DD is #FF99CC (or #F9C).

RGB color model

#F3B2DD color RGB value is (243,178,221).

RGB: (243,178,221) (95%, 70%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 178 of 255 = 70%
B 221 of 255 = 87%

243
178
221

R + G + B ~ 84%. #F3B2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 178 + 221 = 642 (100%)
R 243 of 642 ~ 37.85%
G 178 of 642 ~ 27.73%
B 221 of 642 ~ 34.42'%

%37.85
%27.73
%34.42

CMYK color model

#F3B2DD color CMYK value is (0,27,9,5).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 9.05%
  • key color value is 4.71%

CMYK: (0,27,9,5)
C0M27Y9K5 (0%, 27%, 9%, 5%)
(0.00 / 0.27 / 0.09 / 0.05)

CMYK percentages

%0
%26.75
%9.05
%4.71

Codes

Color #F3B2DD in popluar color models

F3 B2 DD
RGB 243 178 221
HSL 320° 73.03% 82.55%
HSB/HSV 320° 26.75% 95.29%
CMYK 0.00% 26.75% 9.05%
4.71%

Color #F3B2DD in popluar number systems.

HEX F3 B2 DD
Decimal 243 178 221
Binary 11110011 10110010 11011101
Octal 363 262 335

Shades and tints

Shades of #F3B2DD

#F3B2DD
(243,178,221)
#DDA2C9
(221,162,201)
#C792B5
(199,146,181)
#B182A1
(177,130,161)
#9B728D
(155,114,141)
#856279
(133,98,121)
#6F5265
(111,82,101)
#594251
(89,66,81)
#43323D
(67,50,61)
#2D2229
(45,34,41)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #F3B2DD

#F3B2DD
(243,178,221)
#F4B9E0
(244,185,224)
#F5C0E3
(245,192,227)
#F6C7E6
(246,199,230)
#F7CEE9
(247,206,233)
#F8D5EC
(248,213,236)
#F9DCEF
(249,220,239)
#FAE3F2
(250,227,242)
#FBEAF5
(251,234,245)
#FCF1F8
(252,241,248)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B2DD; }

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

This text font color is #F3B2DD.

Background Color

.myBgColor { background-color: #F3B2DD; }

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

This div background color is #F3B2DD.

Border color

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

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

This div border color is #F3B2DD.

Opacity

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

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

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

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

This text has shadow with #F3B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B2DD.

Preview

Color preview on black background

This text has color #F3B2DD on black background.


Color preview on white background

This text has color #F3B2DD on white background.


Black color preview on #F3B2DD background

This text has black color on #F3B2DD background.


White color preview on #F3B2DD background

This text has white color on #F3B2DD background.


Related colors

Complementary color

Complementary color for #hex is #0C4D22.


I love getcolorcode.com

Triadic colors

1 #DDF3B2 and #B2DDF3 with #F3B2DD are triadic colors.

2 #DDB2F3 and #B2F3DD with #F3B2DD are triadic colors.