COLOR #FAB7AE

HEX: #FAB7AE
RGB: (250,183,174)

Color info

#FAB7AE contains mainly red color. Web safe color of #FAB7AE is #FFCC99 (or #FC9).

RGB color model

#FAB7AE color RGB value is (250,183,174).

  • red value is 250;
  • green value is 183;
  • blue value is 174.
RGB:
(250,183,174)
(98%,72%,68%)

RGB channels and saturation

R 250 of 255 = 98%
G 183 of 255 = 72%
B 174 of 255 = 68%

250
183
174

R + G + B ~ 79%. #FAB7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 183 + 174 = 607 (100%)
R 250 of 607 ~ 41.19%
G 183 of 607 ~ 30.15%
B 174 of 607 ~ 28.67%

%41.19
%30.15
%28.67

CMYK color model

#FAB7AE color CMYK value is (0,27,30,2).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 30.40%
  • key color value is 1.96%
CMYK:
(0,27,30,2)
C0M27Y30K2 
(0%,27%,30%,2%)
(0.00/0.27/0.30/0.02)	

CMYK percentages

%0
%26.8
%30.4
%1.96

Codes

Color #FAB7AE in popluar color models

FAB7AE
RGB250183174
HSL88.37%83.14%
HSB/HSV30.40%98.04%
CMYK0.00%26.80%30.40%
1.96%

Color #FAB7AE in popluar number systems.

HEXFAB7AE
Decimal250183174
Binary111110101011011110101110
Octal372267256

Shades and tints

Shades of #FAB7AE

#FAB7AE
(250,183,174)
#E4A79F
(228,167,159)
#CE9790
(206,151,144)
#B88781
(184,135,129)
#A27772
(162,119,114)
#8C6763
(140,103,99)
#765754
(118,87,84)
#604745
(96,71,69)
#4A3736
(74,55,54)
#342727
(52,39,39)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FAB7AE

#FAB7AE
(250,183,174)
#FABDB5
(250,189,181)
#FAC3BC
(250,195,188)
#FAC9C3
(250,201,195)
#FACFCA
(250,207,202)
#FAD5D1
(250,213,209)
#FADBD8
(250,219,216)
#FAE1DF
(250,225,223)
#FAE7E6
(250,231,230)
#FAEDED
(250,237,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB7AE color. Also use rgb(250,183,174) instead hex code.

Text Font Color

.myTextColor { color: #FAB7AE; }

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

This text font color is #FAB7AE.


Background Color

.myBgColor { background-color: #FAB7AE; }

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

This div background color is #FAB7AE.


Border color

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

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

This div border color is #FAB7AE.


Opacity

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

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

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

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

This text has shadow with #FAB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB7AE on black background.


Color preview on white background

This text has color #FAB7AE on white background.



Black color preview on #FAB7AE background

This text has black color on #FAB7AE background.


White color preview on #FAB7AE background

This text has white color on #FAB7AE background.