COLOR #FAB2EB

HEX: #FAB2EB RGB: (250,178,235)

Color info

#FAB2EB contains mainly red and blue colors. Web safe color of #FAB2EB is #FF99FF (or #F9F).

RGB color model

#FAB2EB color RGB value is (250,178,235).

RGB: (250,178,235) (98%, 70%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 178 of 255 = 70%
B 235 of 255 = 92%

250
178
235

R + G + B ~ 87%. #FAB2EB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 178 + 235 = 663 (100%)
R 250 of 663 ~ 37.71%
G 178 of 663 ~ 26.85%
B 235 of 663 ~ 35.44'%

%37.71
%26.85
%35.44

CMYK color model

#FAB2EB color CMYK value is (0,29,6,2).

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

CMYK: (0,29,6,2)
C0M29Y6K2 (0%, 29%, 6%, 2%)
(0.00 / 0.29 / 0.06 / 0.02)

CMYK percentages

%0
%28.8
%6
%1.96

Codes

Color #FAB2EB in popluar color models

FA B2 EB
RGB 250 178 235
HSL 313° 87.80% 83.92%
HSB/HSV 313° 28.80% 98.04%
CMYK 0.00% 28.80% 6.00%
1.96%

Color #FAB2EB in popluar number systems.

HEX FA B2 EB
Decimal 250 178 235
Binary 11111010 10110010 11101011
Octal 372 262 353

Shades and tints

Shades of #FAB2EB

#FAB2EB
(250,178,235)
#E4A2D6
(228,162,214)
#CE92C1
(206,146,193)
#B882AC
(184,130,172)
#A27297
(162,114,151)
#8C6282
(140,98,130)
#76526D
(118,82,109)
#604258
(96,66,88)
#4A3243
(74,50,67)
#34222E
(52,34,46)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #FAB2EB

#FAB2EB
(250,178,235)
#FAB9EC
(250,185,236)
#FAC0ED
(250,192,237)
#FAC7EE
(250,199,238)
#FACEEF
(250,206,239)
#FAD5F0
(250,213,240)
#FADCF1
(250,220,241)
#FAE3F2
(250,227,242)
#FAEAF3
(250,234,243)
#FAF1F4
(250,241,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB2EB; }

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

This text font color is #FAB2EB.

Background Color

.myBgColor { background-color: #FAB2EB; }

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

This div background color is #FAB2EB.

Border color

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

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

This div border color is #FAB2EB.

Opacity

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

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

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

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

This text has shadow with #FAB2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB2EB.

Preview

Color preview on black background

This text has color #FAB2EB on black background.


Color preview on white background

This text has color #FAB2EB on white background.


Black color preview on #FAB2EB background

This text has black color on #FAB2EB background.


White color preview on #FAB2EB background

This text has white color on #FAB2EB background.


Related colors

Complementary color

Complementary color for #hex is #054D14.


I love getcolorcode.com

Triadic colors

1 #EBFAB2 and #B2EBFA with #FAB2EB are triadic colors.

2 #EBB2FA and #B2FAEB with #FAB2EB are triadic colors.