COLOR #FFB1E0

HEX: #FFB1E0
RGB: (255,177,224)

Color info

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

RGB color model

#FFB1E0 color RGB value is (255,177,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 177 of 255 = 69%
B 224 of 255 = 88%

255
177
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 177 + 224 = 656 (100%)
R 255 of 656 ~ 38.87%
G 177 of 656 ~ 26.98%
B 224 of 656 ~ 34.15%

%38.87
%26.98
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 12.16%
  • 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.59
%12.16
%0

Codes

Color #FFB1E0 in popluar color models

FFB1E0
RGB255177224
HSL324°100.00%84.71%
HSB/HSV324°30.59%100.00%
CMYK0.00%30.59%12.16%
0.00%

Color #FFB1E0 in popluar number systems.

HEXFFB1E0
Decimal255177224
Binary111111111011000111100000
Octal377261340

Shades and tints

Shades of #FFB1E0

#FFB1E0
(255,177,224)
#E8A1CC
(232,161,204)
#D191B8
(209,145,184)
#BA81A4
(186,129,164)
#A37190
(163,113,144)
#8C617C
(140,97,124)
#755168
(117,81,104)
#5E4154
(94,65,84)
#473140
(71,49,64)
#30212C
(48,33,44)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #FFB1E0

#FFB1E0
(255,177,224)
#FFB8E2
(255,184,226)
#FFBFE4
(255,191,228)
#FFC6E6
(255,198,230)
#FFCDE8
(255,205,232)
#FFD4EA
(255,212,234)
#FFDBEC
(255,219,236)
#FFE2EE
(255,226,238)
#FFE9F0
(255,233,240)
#FFF0F2
(255,240,242)
#FFF7F4
(255,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB1E0 color. Also use rgb(255,177,224) instead hex code.

Text Font Color

.myTextColor { color: #FFB1E0; }

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

This text font color is #FFB1E0.


Background Color

.myBgColor { background-color: #FFB1E0; }

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

This div background color is #FFB1E0.


Border color

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

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

This div border color is #FFB1E0.


Opacity

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

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

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

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

This text has shadow with #FFB1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB1E0 on black background.


Color preview on white background

This text has color #FFB1E0 on white background.



Black color preview on #FFB1E0 background

This text has black color on #FFB1E0 background.


White color preview on #FFB1E0 background

This text has white color on #FFB1E0 background.