COLOR #FFB8D2

HEX: #FFB8D2
RGB: (255,184,210)

Color info

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

RGB color model

#FFB8D2 color RGB value is (255,184,210).

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

RGB channels and saturation

R 255 of 255 = 100%
G 184 of 255 = 72%
B 210 of 255 = 82%

255
184
210

R + G + B ~ 85%. #FFB8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 184 + 210 = 649 (100%)
R 255 of 649 ~ 39.29%
G 184 of 649 ~ 28.35%
B 210 of 649 ~ 32.36%

%39.29
%28.35
%32.36

CMYK color model

#FFB8D2 color CMYK value is (0,28,18,0).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 17.65%
  • key color value is 0.00%
CMYK:
(0,28,18,0)
C0M28Y18K0 
(0%,28%,18%,0%)
(0.00/0.28/0.18/0.00)	

CMYK percentages

%0
%27.84
%17.65
%0

Codes

Color #FFB8D2 in popluar color models

FFB8D2
RGB255184210
HSL338°100.00%86.08%
HSB/HSV338°27.84%100.00%
CMYK0.00%27.84%17.65%
0.00%

Color #FFB8D2 in popluar number systems.

HEXFFB8D2
Decimal255184210
Binary111111111011100011010010
Octal377270322

Shades and tints

Shades of #FFB8D2

#FFB8D2
(255,184,210)
#E8A8BF
(232,168,191)
#D198AC
(209,152,172)
#BA8899
(186,136,153)
#A37886
(163,120,134)
#8C6873
(140,104,115)
#755860
(117,88,96)
#5E484D
(94,72,77)
#47383A
(71,56,58)
#302827
(48,40,39)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #FFB8D2

#FFB8D2
(255,184,210)
#FFBED6
(255,190,214)
#FFC4DA
(255,196,218)
#FFCADE
(255,202,222)
#FFD0E2
(255,208,226)
#FFD6E6
(255,214,230)
#FFDCEA
(255,220,234)
#FFE2EE
(255,226,238)
#FFE8F2
(255,232,242)
#FFEEF6
(255,238,246)
#FFF4FA
(255,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB8D2; }

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

This text font color is #FFB8D2.


Background Color

.myBgColor { background-color: #FFB8D2; }

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

This div background color is #FFB8D2.


Border color

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

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

This div border color is #FFB8D2.


Opacity

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

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

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

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

This text has shadow with #FFB8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB8D2 on black background.


Color preview on white background

This text has color #FFB8D2 on white background.



Black color preview on #FFB8D2 background

This text has black color on #FFB8D2 background.


White color preview on #FFB8D2 background

This text has white color on #FFB8D2 background.