COLOR #F3B5C5

HEX: #F3B5C5 RGB: (243,181,197)

Color info

#F3B5C5 contains mainly red and blue colors. Web safe color of #F3B5C5 is #FFCCCC (or #FCC).

RGB color model

#F3B5C5 color RGB value is (243,181,197).

RGB: (243,181,197) (95%, 71%, 77%)

RGB channels and saturation

R 243 of 255 = 95%
G 181 of 255 = 71%
B 197 of 255 = 77%

243
181
197

R + G + B ~ 81%. #F3B5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 181 + 197 = 621 (100%)
R 243 of 621 ~ 39.13%
G 181 of 621 ~ 29.15%
B 197 of 621 ~ 31.72'%

%39.13
%29.15
%31.72

CMYK color model

#F3B5C5 color CMYK value is (0,26,19,5).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 18.93%
  • key color value is 4.71%

CMYK: (0,26,19,5)
C0M26Y19K5 (0%, 26%, 19%, 5%)
(0.00 / 0.26 / 0.19 / 0.05)

CMYK percentages

%0
%25.51
%18.93
%4.71

Codes

Color #F3B5C5 in popluar color models

F3 B5 C5
RGB 243 181 197
HSL 345° 72.09% 83.14%
HSB/HSV 345° 25.51% 95.29%
CMYK 0.00% 25.51% 18.93%
4.71%

Color #F3B5C5 in popluar number systems.

HEX F3 B5 C5
Decimal 243 181 197
Binary 11110011 10110101 11000101
Octal 363 265 305

Shades and tints

Shades of #F3B5C5

#F3B5C5
(243,181,197)
#DDA5B4
(221,165,180)
#C795A3
(199,149,163)
#B18592
(177,133,146)
#9B7581
(155,117,129)
#856570
(133,101,112)
#6F555F
(111,85,95)
#59454E
(89,69,78)
#43353D
(67,53,61)
#2D252C
(45,37,44)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #F3B5C5

#F3B5C5
(243,181,197)
#F4BBCA
(244,187,202)
#F5C1CF
(245,193,207)
#F6C7D4
(246,199,212)
#F7CDD9
(247,205,217)
#F8D3DE
(248,211,222)
#F9D9E3
(249,217,227)
#FADFE8
(250,223,232)
#FBE5ED
(251,229,237)
#FCEBF2
(252,235,242)
#FDF1F7
(253,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B5C5 color. Also use rgb(243,181,197) instead hex code.

Text Font Color

.myTextColor { color: #F3B5C5; }

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

This text font color is #F3B5C5.

Background Color

.myBgColor { background-color: #F3B5C5; }

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

This div background color is #F3B5C5.

Border color

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

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

This div border color is #F3B5C5.

Opacity

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

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

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

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

This text has shadow with #F3B5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B5C5.

Preview

Color preview on black background

This text has color #F3B5C5 on black background.


Color preview on white background

This text has color #F3B5C5 on white background.


Black color preview on #F3B5C5 background

This text has black color on #F3B5C5 background.


White color preview on #F3B5C5 background

This text has white color on #F3B5C5 background.


Related colors

Complementary color

Complementary color for #hex is #0C4A3A.


I love getcolorcode.com

Triadic colors

1 #C5F3B5 and #B5C5F3 with #F3B5C5 are triadic colors.

2 #C5B5F3 and #B5F3C5 with #F3B5C5 are triadic colors.