COLOR #F3ABEE

HEX: #F3ABEE
RGB: (243,171,238)

Color info

#F3ABEE contains mainly red and blue colors. Web safe color of #F3ABEE is #FF99FF (or #F9F).

RGB color model

#F3ABEE color RGB value is (243,171,238).

  • red value is 243;
  • green value is 171;
  • blue value is 238.
RGB:
(243,171,238)
(95%,67%,93%)

RGB channels and saturation

R 243 of 255 = 95%
G 171 of 255 = 67%
B 238 of 255 = 93%

243
171
238

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

Portions of RGB colors in percentages

R + G + B =
243 + 171 + 238 = 652 (100%)
R 243 of 652 ~ 37.27%
G 171 of 652 ~ 26.23%
B 238 of 652 ~ 36.5%

%37.27
%26.23
%36.5

CMYK color model

#F3ABEE color CMYK value is (0,30,2,5).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(0,30,2,5)
C0M30Y2K5 
(0%,30%,2%,5%)
(0.00/0.30/0.02/0.05)	

CMYK percentages

%0
%29.63
%2.06
%4.71

Codes

Color #F3ABEE in popluar color models

F3ABEE
RGB243171238
HSL304°75.00%81.18%
HSB/HSV304°29.63%95.29%
CMYK0.00%29.63%2.06%
4.71%

Color #F3ABEE in popluar number systems.

HEXF3ABEE
Decimal243171238
Binary111100111010101111101110
Octal363253356

Shades and tints

Shades of #F3ABEE

#F3ABEE
(243,171,238)
#DD9CD9
(221,156,217)
#C78DC4
(199,141,196)
#B17EAF
(177,126,175)
#9B6F9A
(155,111,154)
#856085
(133,96,133)
#6F5170
(111,81,112)
#59425B
(89,66,91)
#433346
(67,51,70)
#2D2431
(45,36,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #F3ABEE

#F3ABEE
(243,171,238)
#F4B2EF
(244,178,239)
#F5B9F0
(245,185,240)
#F6C0F1
(246,192,241)
#F7C7F2
(247,199,242)
#F8CEF3
(248,206,243)
#F9D5F4
(249,213,244)
#FADCF5
(250,220,245)
#FBE3F6
(251,227,246)
#FCEAF7
(252,234,247)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3ABEE color. Also use rgb(243,171,238) instead hex code.

Text Font Color

.myTextColor { color: #F3ABEE; }

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

This text font color is #F3ABEE.


Background Color

.myBgColor { background-color: #F3ABEE; }

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

This div background color is #F3ABEE.


Border color

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

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

This div border color is #F3ABEE.


Opacity

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

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

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

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

This text has shadow with #F3ABEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3ABEE on black background.


Color preview on white background

This text has color #F3ABEE on white background.



Black color preview on #F3ABEE background

This text has black color on #F3ABEE background.


White color preview on #F3ABEE background

This text has white color on #F3ABEE background.