COLOR #FBA8DD

HEX: #FBA8DD RGB: (251,168,221)

Color info

#FBA8DD contains mainly red and blue colors. Web safe color of #FBA8DD is #FF99CC (or #F9C).

RGB color model

#FBA8DD color RGB value is (251,168,221).

RGB: (251,168,221) (98%, 66%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 168 of 255 = 66%
B 221 of 255 = 87%

251
168
221

R + G + B ~ 84%. #FBA8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 168 + 221 = 640 (100%)
R 251 of 640 ~ 39.22%
G 168 of 640 ~ 26.25%
B 221 of 640 ~ 34.53'%

%39.22
%26.25
%34.53

CMYK color model

#FBA8DD color CMYK value is (0,33,12,2).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK: (0,33,12,2) C0M33Y12K2 (0%,33%,12%,2%) (0.00/0.33/0.12/0.02) 

CMYK percentages

%0
%33.07
%11.95
%1.57

Codes

Color #FBA8DD in popluar color models

FB A8 DD
RGB 251 168 221
HSL 322° 91.21% 82.16%
HSB/HSV 322° 33.07% 98.43%
CMYK 0.00% 33.07% 11.95%
1.57%

Color #FBA8DD in popluar number systems.

HEX FB A8 DD
Decimal 251 168 221
Binary 11111011 10101000 11011101
Octal 373 250 335

Shades and tints

Shades of #FBA8DD

#FBA8DD
(251,168,221)
#E599C9
(229,153,201)
#CF8AB5
(207,138,181)
#B97BA1
(185,123,161)
#A36C8D
(163,108,141)
#8D5D79
(141,93,121)
#774E65
(119,78,101)
#613F51
(97,63,81)
#4B303D
(75,48,61)
#352129
(53,33,41)
#1F1215
(31,18,21)
#000000
(0,0,0)

Tints of #FBA8DD

#FBA8DD
(251,168,221)
#FBAFE0
(251,175,224)
#FBB6E3
(251,182,227)
#FBBDE6
(251,189,230)
#FBC4E9
(251,196,233)
#FBCBEC
(251,203,236)
#FBD2EF
(251,210,239)
#FBD9F2
(251,217,242)
#FBE0F5
(251,224,245)
#FBE7F8
(251,231,248)
#FBEEFB
(251,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA8DD color. Also use rgb(251,168,221) instead hex code.

Text Font Color

.myTextColor { color: #FBA8DD; }

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

This text font color is #FBA8DD.

Background Color

.myBgColor { background-color: #FBA8DD; }

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

This div background color is #FBA8DD.

Border color

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

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

This div border color is #FBA8DD.

Opacity

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

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

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

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

This text has shadow with #FBA8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBA8DD.

Preview

Color preview on black background

This text has color #FBA8DD on black background.


Color preview on white background

This text has color #FBA8DD on white background.


Black color preview on #FBA8DD background

This text has black color on #FBA8DD background.


White color preview on #FBA8DD background

This text has white color on #FBA8DD background.


Related colors

Complementary color

Complementary color for #hex is #045722.


I love getcolorcode.com

Triadic colors

1 #DDFBA8 and #A8DDFB with #FBA8DD are triadic colors.

2 #DDA8FB and #A8FBDD with #FBA8DD are triadic colors.