COLOR #FBADDB

HEX: #FBADDB
RGB: (251,173,219)

Color info

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

RGB color model

#FBADDB color RGB value is (251,173,219).

  • red value is 251;
  • green value is 173;
  • blue value is 219.
RGB:
(251,173,219)
(98%,68%,86%)

RGB channels and saturation

R 251 of 255 = 98%
G 173 of 255 = 68%
B 219 of 255 = 86%

251
173
219

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

Portions of RGB colors in percentages

R + G + B =
251 + 173 + 219 = 643 (100%)
R 251 of 643 ~ 39.04%
G 173 of 643 ~ 26.91%
B 219 of 643 ~ 34.06%

%39.04
%26.91
%34.06

CMYK color model

#FBADDB color CMYK value is (0,31,13,2).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 12.75%
  • key color value is 1.57%
CMYK:
(0,31,13,2)
C0M31Y13K2 
(0%,31%,13%,2%)
(0.00/0.31/0.13/0.02)	

CMYK percentages

%0
%31.08
%12.75
%1.57

Codes

Color #FBADDB in popluar color models

FBADDB
RGB251173219
HSL325°90.70%83.14%
HSB/HSV325°31.08%98.43%
CMYK0.00%31.08%12.75%
1.57%

Color #FBADDB in popluar number systems.

HEXFBADDB
Decimal251173219
Binary111110111010110111011011
Octal373255333

Shades and tints

Shades of #FBADDB

#FBADDB
(251,173,219)
#E59EC8
(229,158,200)
#CF8FB5
(207,143,181)
#B980A2
(185,128,162)
#A3718F
(163,113,143)
#8D627C
(141,98,124)
#775369
(119,83,105)
#614456
(97,68,86)
#4B3543
(75,53,67)
#352630
(53,38,48)
#1F171D
(31,23,29)
#000000
(0,0,0)

Tints of #FBADDB

#FBADDB
(251,173,219)
#FBB4DE
(251,180,222)
#FBBBE1
(251,187,225)
#FBC2E4
(251,194,228)
#FBC9E7
(251,201,231)
#FBD0EA
(251,208,234)
#FBD7ED
(251,215,237)
#FBDEF0
(251,222,240)
#FBE5F3
(251,229,243)
#FBECF6
(251,236,246)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBADDB color. Also use rgb(251,173,219) instead hex code.

Text Font Color

.myTextColor { color: #FBADDB; }

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

This text font color is #FBADDB.


Background Color

.myBgColor { background-color: #FBADDB; }

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

This div background color is #FBADDB.


Border color

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

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

This div border color is #FBADDB.


Opacity

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

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

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

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

This text has shadow with #FBADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBADDB on black background.


Color preview on white background

This text has color #FBADDB on white background.



Black color preview on #FBADDB background

This text has black color on #FBADDB background.


White color preview on #FBADDB background

This text has white color on #FBADDB background.