COLOR #FABEBD

HEX: #FABEBD
RGB: (250,190,189)

Color info

#FABEBD contains mainly red color. Web safe color of #FABEBD is #FFCCCC (or #FCC).

RGB color model

#FABEBD color RGB value is (250,190,189).

  • red value is 250;
  • green value is 190;
  • blue value is 189.
RGB:
(250,190,189)
(98%,75%,74%)

RGB channels and saturation

R 250 of 255 = 98%
G 190 of 255 = 75%
B 189 of 255 = 74%

250
190
189

R + G + B ~ 82%. #FABEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 190 + 189 = 629 (100%)
R 250 of 629 ~ 39.75%
G 190 of 629 ~ 30.21%
B 189 of 629 ~ 30.05%

%39.75
%30.21
%30.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 24.40%
  • key color value is 1.96%
CMYK:
(0,24,24,2)
C0M24Y24K2 
(0%,24%,24%,2%)
(0.00/0.24/0.24/0.02)	

CMYK percentages

%0
%24
%24.4
%1.96

Codes

Color #FABEBD in popluar color models

FABEBD
RGB250190189
HSL85.92%86.08%
HSB/HSV24.40%98.04%
CMYK0.00%24.00%24.40%
1.96%

Color #FABEBD in popluar number systems.

HEXFABEBD
Decimal250190189
Binary111110101011111010111101
Octal372276275

Shades and tints

Shades of #FABEBD

#FABEBD
(250,190,189)
#E4ADAC
(228,173,172)
#CE9C9B
(206,156,155)
#B88B8A
(184,139,138)
#A27A79
(162,122,121)
#8C6968
(140,105,104)
#765857
(118,88,87)
#604746
(96,71,70)
#4A3635
(74,54,53)
#342524
(52,37,36)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #FABEBD

#FABEBD
(250,190,189)
#FAC3C3
(250,195,195)
#FAC8C9
(250,200,201)
#FACDCF
(250,205,207)
#FAD2D5
(250,210,213)
#FAD7DB
(250,215,219)
#FADCE1
(250,220,225)
#FAE1E7
(250,225,231)
#FAE6ED
(250,230,237)
#FAEBF3
(250,235,243)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABEBD color. Also use rgb(250,190,189) instead hex code.

Text Font Color

.myTextColor { color: #FABEBD; }

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

This text font color is #FABEBD.


Background Color

.myBgColor { background-color: #FABEBD; }

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

This div background color is #FABEBD.


Border color

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

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

This div border color is #FABEBD.


Opacity

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

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

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

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

This text has shadow with #FABEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABEBD on black background.


Color preview on white background

This text has color #FABEBD on white background.



Black color preview on #FABEBD background

This text has black color on #FABEBD background.


White color preview on #FABEBD background

This text has white color on #FABEBD background.