COLOR #FAEBF3

HEX: #FAEBF3 RGB: (250,235,243)

Color info

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

RGB color model

#FAEBF3 color RGB value is (250,235,243).

RGB: (250,235,243) (98%, 92%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 243 of 255 = 95%

250
235
243

R + G + B ~ 95%. #FAEBF3 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 235 + 243 = 728 (100%)
R 250 of 728 ~ 34.34%
G 235 of 728 ~ 32.28%
B 243 of 728 ~ 33.38'%

%34.34
%32.28
%33.38

CMYK color model

#FAEBF3 color CMYK value is (0,6,3,2).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 2.80%
  • key color value is 1.96%

CMYK: (0,6,3,2)
C0M6Y3K2 (0%, 6%, 3%, 2%)
(0.00 / 0.06 / 0.03 / 0.02)

CMYK percentages

%0
%6
%2.8
%1.96

Codes

Color #FAEBF3 in popluar color models

FA EB F3
RGB 250 235 243
HSL 328° 60.00% 95.10%
HSB/HSV 328° 6.00% 98.04%
CMYK 0.00% 6.00% 2.80%
1.96%

Color #FAEBF3 in popluar number systems.

HEX FA EB F3
Decimal 250 235 243
Binary 11111010 11101011 11110011
Octal 372 353 363

Shades and tints

Shades of #FAEBF3

#FAEBF3
(250,235,243)
#E4D6DD
(228,214,221)
#CEC1C7
(206,193,199)
#B8ACB1
(184,172,177)
#A2979B
(162,151,155)
#8C8285
(140,130,133)
#766D6F
(118,109,111)
#605859
(96,88,89)
#4A4343
(74,67,67)
#342E2D
(52,46,45)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #FAEBF3

#FAEBF3
(250,235,243)
#FAECF4
(250,236,244)
#FAEDF5
(250,237,245)
#FAEEF6
(250,238,246)
#FAEFF7
(250,239,247)
#FAF0F8
(250,240,248)
#FAF1F9
(250,241,249)
#FAF2FA
(250,242,250)
#FAF3FB
(250,243,251)
#FAF4FC
(250,244,252)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBF3; }

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

This text font color is #FAEBF3.

Background Color

.myBgColor { background-color: #FAEBF3; }

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

This div background color is #FAEBF3.

Border color

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

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

This div border color is #FAEBF3.

Opacity

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

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

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

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

This text has shadow with #FAEBF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEBF3.

Preview

Color preview on black background

This text has color #FAEBF3 on black background.


Color preview on white background

This text has color #FAEBF3 on white background.


Black color preview on #FAEBF3 background

This text has black color on #FAEBF3 background.


White color preview on #FAEBF3 background

This text has white color on #FAEBF3 background.


Related colors

Complementary color

Complementary color for #hex is #05140C.


I love getcolorcode.com

Triadic colors

1 #F3FAEB and #EBF3FA with #FAEBF3 are triadic colors.

2 #F3EBFA and #EBFAF3 with #FAEBF3 are triadic colors.