COLOR #F3ACCE

HEX: #F3ACCE
RGB: (243,172,206)

Color info

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

RGB color model

#F3ACCE color RGB value is (243,172,206).

  • red value is 243;
  • green value is 172;
  • blue value is 206.
RGB:
(243,172,206)
(95%,67%,81%)

RGB channels and saturation

R 243 of 255 = 95%
G 172 of 255 = 67%
B 206 of 255 = 81%

243
172
206

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

Portions of RGB colors in percentages

R + G + B =
243 + 172 + 206 = 621 (100%)
R 243 of 621 ~ 39.13%
G 172 of 621 ~ 27.7%
B 206 of 621 ~ 33.17%

%39.13
%27.7
%33.17

CMYK color model

#F3ACCE color CMYK value is (0,29,15,5).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 15.23%
  • key color value is 4.71%
CMYK:
(0,29,15,5)
C0M29Y15K5 
(0%,29%,15%,5%)
(0.00/0.29/0.15/0.05)	

CMYK percentages

%0
%29.22
%15.23
%4.71

Codes

Color #F3ACCE in popluar color models

F3ACCE
RGB243172206
HSL331°74.74%81.37%
HSB/HSV331°29.22%95.29%
CMYK0.00%29.22%15.23%
4.71%

Color #F3ACCE in popluar number systems.

HEXF3ACCE
Decimal243172206
Binary111100111010110011001110
Octal363254316

Shades and tints

Shades of #F3ACCE

#F3ACCE
(243,172,206)
#DD9DBC
(221,157,188)
#C78EAA
(199,142,170)
#B17F98
(177,127,152)
#9B7086
(155,112,134)
#856174
(133,97,116)
#6F5262
(111,82,98)
#594350
(89,67,80)
#43343E
(67,52,62)
#2D252C
(45,37,44)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #F3ACCE

#F3ACCE
(243,172,206)
#F4B3D2
(244,179,210)
#F5BAD6
(245,186,214)
#F6C1DA
(246,193,218)
#F7C8DE
(247,200,222)
#F8CFE2
(248,207,226)
#F9D6E6
(249,214,230)
#FADDEA
(250,221,234)
#FBE4EE
(251,228,238)
#FCEBF2
(252,235,242)
#FDF2F6
(253,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3ACCE color. Also use rgb(243,172,206) instead hex code.

Text Font Color

.myTextColor { color: #F3ACCE; }

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

This text font color is #F3ACCE.


Background Color

.myBgColor { background-color: #F3ACCE; }

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

This div background color is #F3ACCE.


Border color

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

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

This div border color is #F3ACCE.


Opacity

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

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

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

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

This text has shadow with #F3ACCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3ACCE on black background.


Color preview on white background

This text has color #F3ACCE on white background.



Black color preview on #F3ACCE background

This text has black color on #F3ACCE background.


White color preview on #F3ACCE background

This text has white color on #F3ACCE background.