COLOR #F3AEFF

HEX: #F3AEFF
RGB: (243,174,255)

Color info

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

RGB color model

#F3AEFF color RGB value is (243,174,255).

  • red value is 243;
  • green value is 174;
  • blue value is 255.
RGB:
(243,174,255)
(95%,68%,100%)

RGB channels and saturation

R 243 of 255 = 95%
G 174 of 255 = 68%
B 255 of 255 = 100%

243
174
255

R + G + B ~ 88%. #F3AEFF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 174 + 255 = 672 (100%)
R 243 of 672 ~ 36.16%
G 174 of 672 ~ 25.89%
B 255 of 672 ~ 37.95%

%36.16
%25.89
%37.95

CMYK color model

#F3AEFF color CMYK value is (5,32,0,0).

  • cyan value is 4.71%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,32,0,0)
C5M32Y0K0 
(5%,32%,0%,0%)
(0.05/0.32/0.00/0.00)	

CMYK percentages

%4.71
%31.76
%0
%0

Codes

Color #F3AEFF in popluar color models

F3AEFF
RGB243174255
HSL291°100.00%84.12%
HSB/HSV291°31.76%100.00%
CMYK4.71%31.76%0.00%
0.00%

Color #F3AEFF in popluar number systems.

HEXF3AEFF
Decimal243174255
Binary111100111010111011111111
Octal363256377

Shades and tints

Shades of #F3AEFF

#F3AEFF
(243,174,255)
#DD9FE8
(221,159,232)
#C790D1
(199,144,209)
#B181BA
(177,129,186)
#9B72A3
(155,114,163)
#85638C
(133,99,140)
#6F5475
(111,84,117)
#59455E
(89,69,94)
#433647
(67,54,71)
#2D2730
(45,39,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #F3AEFF

#F3AEFF
(243,174,255)
#F4B5FF
(244,181,255)
#F5BCFF
(245,188,255)
#F6C3FF
(246,195,255)
#F7CAFF
(247,202,255)
#F8D1FF
(248,209,255)
#F9D8FF
(249,216,255)
#FADFFF
(250,223,255)
#FBE6FF
(251,230,255)
#FCEDFF
(252,237,255)
#FDF4FF
(253,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3AEFF color. Also use rgb(243,174,255) instead hex code.

Text Font Color

.myTextColor { color: #F3AEFF; }

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

This text font color is #F3AEFF.


Background Color

.myBgColor { background-color: #F3AEFF; }

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

This div background color is #F3AEFF.


Border color

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

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

This div border color is #F3AEFF.


Opacity

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

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

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

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

This text has shadow with #F3AEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3AEFF on black background.


Color preview on white background

This text has color #F3AEFF on white background.



Black color preview on #F3AEFF background

This text has black color on #F3AEFF background.


White color preview on #F3AEFF background

This text has white color on #F3AEFF background.