COLOR #FAEBFC

HEX: #FAEBFC
RGB: (250,235,252)

Color info

#FAEBFC contains red, green and blue colors in about the same proportion. Web safe color of #FAEBFC is #FFFFFF (or #FFF).

RGB color model

#FAEBFC color RGB value is (250,235,252).

  • red value is 250;
  • green value is 235;
  • blue value is 252.
RGB:
(250,235,252)
(98%,92%,99%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 252 of 255 = 99%

250
235
252

R + G + B ~ 96%. #FAEBFC is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 252 = 737 (100%)
R 250 of 737 ~ 33.92%
G 235 of 737 ~ 31.89%
B 252 of 737 ~ 34.19%

%33.92
%31.89
%34.19

CMYK color model

#FAEBFC color CMYK value is (1,7,0,1).

  • cyan value is 0.79%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,7,0,1)
C1M7Y0K1 
(1%,7%,0%,1%)
(0.01/0.07/0.00/0.01)	

CMYK percentages

%0.79
%6.75
%0
%1.18

Codes

Color #FAEBFC in popluar color models

FAEBFC
RGB250235252
HSL293°73.91%95.49%
HSB/HSV293°6.75%98.82%
CMYK0.79%6.75%0.00%
1.18%

Color #FAEBFC in popluar number systems.

HEXFAEBFC
Decimal250235252
Binary111110101110101111111100
Octal372353374

Shades and tints

Shades of #FAEBFC

#FAEBFC
(250,235,252)
#E4D6E6
(228,214,230)
#CEC1D0
(206,193,208)
#B8ACBA
(184,172,186)
#A297A4
(162,151,164)
#8C828E
(140,130,142)
#766D78
(118,109,120)
#605862
(96,88,98)
#4A434C
(74,67,76)
#342E36
(52,46,54)
#1E1920
(30,25,32)
#000000
(0,0,0)

Tints of #FAEBFC

#FAEBFC
(250,235,252)
#FAECFC
(250,236,252)
#FAEDFC
(250,237,252)
#FAEEFC
(250,238,252)
#FAEFFC
(250,239,252)
#FAF0FC
(250,240,252)
#FAF1FC
(250,241,252)
#FAF2FC
(250,242,252)
#FAF3FC
(250,243,252)
#FAF4FC
(250,244,252)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEBFC color. Also use rgb(250,235,252) instead hex code.

Text Font Color

.myTextColor { color: #FAEBFC; }

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

This text font color is #FAEBFC.


Background Color

.myBgColor { background-color: #FAEBFC; }

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

This div background color is #FAEBFC.


Border color

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

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

This div border color is #FAEBFC.


Opacity

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

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

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

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

This text has shadow with #FAEBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBFC on black background.


Color preview on white background

This text has color #FAEBFC on white background.



Black color preview on #FAEBFC background

This text has black color on #FAEBFC background.


White color preview on #FAEBFC background

This text has white color on #FAEBFC background.