COLOR #FABFEB

HEX: #FABFEB
RGB: (250,191,235)

Color info

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

RGB color model

#FABFEB color RGB value is (250,191,235).

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

RGB channels and saturation

R 250 of 255 = 98%
G 191 of 255 = 75%
B 235 of 255 = 92%

250
191
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 191 + 235 = 676 (100%)
R 250 of 676 ~ 36.98%
G 191 of 676 ~ 28.25%
B 235 of 676 ~ 34.76%

%36.98
%28.25
%34.76

CMYK color model

#FABFEB color CMYK value is (0,24,6,2).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,24,6,2)
C0M24Y6K2 
(0%,24%,6%,2%)
(0.00/0.24/0.06/0.02)	

CMYK percentages

%0
%23.6
%6
%1.96

Codes

Color #FABFEB in popluar color models

FABFEB
RGB250191235
HSL315°85.51%86.47%
HSB/HSV315°23.60%98.04%
CMYK0.00%23.60%6.00%
1.96%

Color #FABFEB in popluar number systems.

HEXFABFEB
Decimal250191235
Binary111110101011111111101011
Octal372277353

Shades and tints

Shades of #FABFEB

#FABFEB
(250,191,235)
#E4AED6
(228,174,214)
#CE9DC1
(206,157,193)
#B88CAC
(184,140,172)
#A27B97
(162,123,151)
#8C6A82
(140,106,130)
#76596D
(118,89,109)
#604858
(96,72,88)
#4A3743
(74,55,67)
#34262E
(52,38,46)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FABFEB

#FABFEB
(250,191,235)
#FAC4EC
(250,196,236)
#FAC9ED
(250,201,237)
#FACEEE
(250,206,238)
#FAD3EF
(250,211,239)
#FAD8F0
(250,216,240)
#FADDF1
(250,221,241)
#FAE2F2
(250,226,242)
#FAE7F3
(250,231,243)
#FAECF4
(250,236,244)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FABFEB; }

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

This text font color is #FABFEB.


Background Color

.myBgColor { background-color: #FABFEB; }

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

This div background color is #FABFEB.


Border color

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

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

This div border color is #FABFEB.


Opacity

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

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

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

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

This text has shadow with #FABFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABFEB on black background.


Color preview on white background

This text has color #FABFEB on white background.



Black color preview on #FABFEB background

This text has black color on #FABFEB background.


White color preview on #FABFEB background

This text has white color on #FABFEB background.