COLOR #FAE3F3

HEX: #FAE3F3
RGB: (250,227,243)

Color info

#FAE3F3 contains red, green and blue colors in about the same proportion. Web safe color of #FAE3F3 is #FFCCFF (or #FCF).

RGB color model

#FAE3F3 color RGB value is (250,227,243).

  • red value is 250;
  • green value is 227;
  • blue value is 243.
RGB:
(250,227,243)
(98%,89%,95%)

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 243 of 255 = 95%

250
227
243

R + G + B ~ 94%. #FAE3F3 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 243 = 720 (100%)
R 250 of 720 ~ 34.72%
G 227 of 720 ~ 31.53%
B 243 of 720 ~ 33.75%

%34.72
%31.53
%33.75

CMYK color model

#FAE3F3 color CMYK value is (0,9,3,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 2.80%
  • key color value is 1.96%
CMYK:
(0,9,3,2)
C0M9Y3K2 
(0%,9%,3%,2%)
(0.00/0.09/0.03/0.02)	

CMYK percentages

%0
%9.2
%2.8
%1.96

Codes

Color #FAE3F3 in popluar color models

FAE3F3
RGB250227243
HSL318°69.70%93.53%
HSB/HSV318°9.20%98.04%
CMYK0.00%9.20%2.80%
1.96%

Color #FAE3F3 in popluar number systems.

HEXFAE3F3
Decimal250227243
Binary111110101110001111110011
Octal372343363

Shades and tints

Shades of #FAE3F3

#FAE3F3
(250,227,243)
#E4CFDD
(228,207,221)
#CEBBC7
(206,187,199)
#B8A7B1
(184,167,177)
#A2939B
(162,147,155)
#8C7F85
(140,127,133)
#766B6F
(118,107,111)
#605759
(96,87,89)
#4A4343
(74,67,67)
#342F2D
(52,47,45)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #FAE3F3

#FAE3F3
(250,227,243)
#FAE5F4
(250,229,244)
#FAE7F5
(250,231,245)
#FAE9F6
(250,233,246)
#FAEBF7
(250,235,247)
#FAEDF8
(250,237,248)
#FAEFF9
(250,239,249)
#FAF1FA
(250,241,250)
#FAF3FB
(250,243,251)
#FAF5FC
(250,245,252)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE3F3 color. Also use rgb(250,227,243) instead hex code.

Text Font Color

.myTextColor { color: #FAE3F3; }

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

This text font color is #FAE3F3.


Background Color

.myBgColor { background-color: #FAE3F3; }

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

This div background color is #FAE3F3.


Border color

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

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

This div border color is #FAE3F3.


Opacity

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

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

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

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

This text has shadow with #FAE3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE3F3 on black background.


Color preview on white background

This text has color #FAE3F3 on white background.



Black color preview on #FAE3F3 background

This text has black color on #FAE3F3 background.


White color preview on #FAE3F3 background

This text has white color on #FAE3F3 background.