COLOR #FFB3E1

HEX: #FFB3E1
RGB: (255,179,225)

Color info

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

RGB color model

#FFB3E1 color RGB value is (255,179,225).

  • red value is 255;
  • green value is 179;
  • blue value is 225.
RGB:
(255,179,225)
(100%,70%,88%)

RGB channels and saturation

R 255 of 255 = 100%
G 179 of 255 = 70%
B 225 of 255 = 88%

255
179
225

R + G + B ~ 86%. #FFB3E1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 179 + 225 = 659 (100%)
R 255 of 659 ~ 38.69%
G 179 of 659 ~ 27.16%
B 225 of 659 ~ 34.14%

%38.69
%27.16
%34.14

CMYK color model

#FFB3E1 color CMYK value is (0,30,12,0).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,30,12,0)
C0M30Y12K0 
(0%,30%,12%,0%)
(0.00/0.30/0.12/0.00)	

CMYK percentages

%0
%29.8
%11.76
%0

Codes

Color #FFB3E1 in popluar color models

FFB3E1
RGB255179225
HSL324°100.00%85.10%
HSB/HSV324°29.80%100.00%
CMYK0.00%29.80%11.76%
0.00%

Color #FFB3E1 in popluar number systems.

HEXFFB3E1
Decimal255179225
Binary111111111011001111100001
Octal377263341

Shades and tints

Shades of #FFB3E1

#FFB3E1
(255,179,225)
#E8A3CD
(232,163,205)
#D193B9
(209,147,185)
#BA83A5
(186,131,165)
#A37391
(163,115,145)
#8C637D
(140,99,125)
#755369
(117,83,105)
#5E4355
(94,67,85)
#473341
(71,51,65)
#30232D
(48,35,45)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #FFB3E1

#FFB3E1
(255,179,225)
#FFB9E3
(255,185,227)
#FFBFE5
(255,191,229)
#FFC5E7
(255,197,231)
#FFCBE9
(255,203,233)
#FFD1EB
(255,209,235)
#FFD7ED
(255,215,237)
#FFDDEF
(255,221,239)
#FFE3F1
(255,227,241)
#FFE9F3
(255,233,243)
#FFEFF5
(255,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB3E1 color. Also use rgb(255,179,225) instead hex code.

Text Font Color

.myTextColor { color: #FFB3E1; }

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

This text font color is #FFB3E1.


Background Color

.myBgColor { background-color: #FFB3E1; }

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

This div background color is #FFB3E1.


Border color

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

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

This div border color is #FFB3E1.


Opacity

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

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

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

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

This text has shadow with #FFB3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB3E1 on black background.


Color preview on white background

This text has color #FFB3E1 on white background.



Black color preview on #FFB3E1 background

This text has black color on #FFB3E1 background.


White color preview on #FFB3E1 background

This text has white color on #FFB3E1 background.