COLOR #FFB0E1

HEX: #FFB0E1
RGB: (255,176,225)

Color info

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

RGB color model

#FFB0E1 color RGB value is (255,176,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 176 of 255 = 69%
B 225 of 255 = 88%

255
176
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 176 + 225 = 656 (100%)
R 255 of 656 ~ 38.87%
G 176 of 656 ~ 26.83%
B 225 of 656 ~ 34.3%

%38.87
%26.83
%34.3

CMYK color model

#FFB0E1 color CMYK value is (0,31,12,0).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,31,12,0)
C0M31Y12K0 
(0%,31%,12%,0%)
(0.00/0.31/0.12/0.00)	

CMYK percentages

%0
%30.98
%11.76
%0

Codes

Color #FFB0E1 in popluar color models

FFB0E1
RGB255176225
HSL323°100.00%84.51%
HSB/HSV323°30.98%100.00%
CMYK0.00%30.98%11.76%
0.00%

Color #FFB0E1 in popluar number systems.

HEXFFB0E1
Decimal255176225
Binary111111111011000011100001
Octal377260341

Shades and tints

Shades of #FFB0E1

#FFB0E1
(255,176,225)
#E8A0CD
(232,160,205)
#D190B9
(209,144,185)
#BA80A5
(186,128,165)
#A37091
(163,112,145)
#8C607D
(140,96,125)
#755069
(117,80,105)
#5E4055
(94,64,85)
#473041
(71,48,65)
#30202D
(48,32,45)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #FFB0E1

#FFB0E1
(255,176,225)
#FFB7E3
(255,183,227)
#FFBEE5
(255,190,229)
#FFC5E7
(255,197,231)
#FFCCE9
(255,204,233)
#FFD3EB
(255,211,235)
#FFDAED
(255,218,237)
#FFE1EF
(255,225,239)
#FFE8F1
(255,232,241)
#FFEFF3
(255,239,243)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB0E1; }

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

This text font color is #FFB0E1.


Background Color

.myBgColor { background-color: #FFB0E1; }

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

This div background color is #FFB0E1.


Border color

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

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

This div border color is #FFB0E1.


Opacity

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

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

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

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

This text has shadow with #FFB0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB0E1 on black background.


Color preview on white background

This text has color #FFB0E1 on white background.



Black color preview on #FFB0E1 background

This text has black color on #FFB0E1 background.


White color preview on #FFB0E1 background

This text has white color on #FFB0E1 background.