COLOR #FABAD3

HEX: #FABAD3 RGB: (250,186,211)

Color info

#FABAD3 contains mainly red and blue colors. Web safe color of #FABAD3 is #FFCCCC (or #FCC).

RGB color model

#FABAD3 color RGB value is (250,186,211).

RGB: (250,186,211) (98%, 73%, 83%)

RGB channels and saturation

R 250 of 255 = 98%
G 186 of 255 = 73%
B 211 of 255 = 83%

250
186
211

R + G + B ~ 85%. #FABAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 186 + 211 = 647 (100%)
R 250 of 647 ~ 38.64%
G 186 of 647 ~ 28.75%
B 211 of 647 ~ 32.61'%

%38.64
%28.75
%32.61

CMYK color model

#FABAD3 color CMYK value is (0,26,16,2).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 15.60%
  • key color value is 1.96%

CMYK: (0,26,16,2)
C0M26Y16K2 (0%, 26%, 16%, 2%)
(0.00 / 0.26 / 0.16 / 0.02)

CMYK percentages

%0
%25.6
%15.6
%1.96

Codes

Color #FABAD3 in popluar color models

FA BA D3
RGB 250 186 211
HSL 337° 86.49% 85.49%
HSB/HSV 337° 25.60% 98.04%
CMYK 0.00% 25.60% 15.60%
1.96%

Color #FABAD3 in popluar number systems.

HEX FA BA D3
Decimal 250 186 211
Binary 11111010 10111010 11010011
Octal 372 272 323

Shades and tints

Shades of #FABAD3

#FABAD3
(250,186,211)
#E4AAC0
(228,170,192)
#CE9AAD
(206,154,173)
#B88A9A
(184,138,154)
#A27A87
(162,122,135)
#8C6A74
(140,106,116)
#765A61
(118,90,97)
#604A4E
(96,74,78)
#4A3A3B
(74,58,59)
#342A28
(52,42,40)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #FABAD3

#FABAD3
(250,186,211)
#FAC0D7
(250,192,215)
#FAC6DB
(250,198,219)
#FACCDF
(250,204,223)
#FAD2E3
(250,210,227)
#FAD8E7
(250,216,231)
#FADEEB
(250,222,235)
#FAE4EF
(250,228,239)
#FAEAF3
(250,234,243)
#FAF0F7
(250,240,247)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABAD3 color. Also use rgb(250,186,211) instead hex code.

Text Font Color

.myTextColor { color: #FABAD3; }

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

This text font color is #FABAD3.

Background Color

.myBgColor { background-color: #FABAD3; }

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

This div background color is #FABAD3.

Border color

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

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

This div border color is #FABAD3.

Opacity

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

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

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

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

This text has shadow with #FABAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FABAD3.

Preview

Color preview on black background

This text has color #FABAD3 on black background.


Color preview on white background

This text has color #FABAD3 on white background.


Black color preview on #FABAD3 background

This text has black color on #FABAD3 background.


White color preview on #FABAD3 background

This text has white color on #FABAD3 background.


Related colors

Complementary color

Complementary color for #hex is #05452C.


I love getcolorcode.com

Triadic colors

1 #D3FABA and #BAD3FA with #FABAD3 are triadic colors.

2 #D3BAFA and #BAFAD3 with #FABAD3 are triadic colors.