COLOR #FFB8E1

HEX: #FFB8E1
RGB: (255,184,225)

Color info

#FFB8E1 contains mainly red and blue colors. Web safe color of #FFB8E1 is #FFCCCC (or #FCC).

RGB color model

#FFB8E1 color RGB value is (255,184,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 184 of 255 = 72%
B 225 of 255 = 88%

255
184
225

R + G + B ~ 87%. #FFB8E1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 184 + 225 = 664 (100%)
R 255 of 664 ~ 38.4%
G 184 of 664 ~ 27.71%
B 225 of 664 ~ 33.89%

%38.4
%27.71
%33.89

CMYK color model

#FFB8E1 color CMYK value is (0,28,12,0).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,28,12,0)
C0M28Y12K0 
(0%,28%,12%,0%)
(0.00/0.28/0.12/0.00)	

CMYK percentages

%0
%27.84
%11.76
%0

Codes

Color #FFB8E1 in popluar color models

FFB8E1
RGB255184225
HSL325°100.00%86.08%
HSB/HSV325°27.84%100.00%
CMYK0.00%27.84%11.76%
0.00%

Color #FFB8E1 in popluar number systems.

HEXFFB8E1
Decimal255184225
Binary111111111011100011100001
Octal377270341

Shades and tints

Shades of #FFB8E1

#FFB8E1
(255,184,225)
#E8A8CD
(232,168,205)
#D198B9
(209,152,185)
#BA88A5
(186,136,165)
#A37891
(163,120,145)
#8C687D
(140,104,125)
#755869
(117,88,105)
#5E4855
(94,72,85)
#473841
(71,56,65)
#30282D
(48,40,45)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #FFB8E1

#FFB8E1
(255,184,225)
#FFBEE3
(255,190,227)
#FFC4E5
(255,196,229)
#FFCAE7
(255,202,231)
#FFD0E9
(255,208,233)
#FFD6EB
(255,214,235)
#FFDCED
(255,220,237)
#FFE2EF
(255,226,239)
#FFE8F1
(255,232,241)
#FFEEF3
(255,238,243)
#FFF4F5
(255,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB8E1; }

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

This text font color is #FFB8E1.


Background Color

.myBgColor { background-color: #FFB8E1; }

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

This div background color is #FFB8E1.


Border color

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

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

This div border color is #FFB8E1.


Opacity

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

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

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

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

This text has shadow with #FFB8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB8E1 on black background.


Color preview on white background

This text has color #FFB8E1 on white background.



Black color preview on #FFB8E1 background

This text has black color on #FFB8E1 background.


White color preview on #FFB8E1 background

This text has white color on #FFB8E1 background.