COLOR #FFB0D0

HEX: #FFB0D0
RGB: (255,176,208)

Color info

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

RGB color model

#FFB0D0 color RGB value is (255,176,208).

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

RGB channels and saturation

R 255 of 255 = 100%
G 176 of 255 = 69%
B 208 of 255 = 82%

255
176
208

R + G + B ~ 84%. #FFB0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 176 + 208 = 639 (100%)
R 255 of 639 ~ 39.91%
G 176 of 639 ~ 27.54%
B 208 of 639 ~ 32.55%

%39.91
%27.54
%32.55

CMYK color model

#FFB0D0 color CMYK value is (0,31,18,0).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 18.43%
  • key color value is 0.00%
CMYK:
(0,31,18,0)
C0M31Y18K0 
(0%,31%,18%,0%)
(0.00/0.31/0.18/0.00)	

CMYK percentages

%0
%30.98
%18.43
%0

Codes

Color #FFB0D0 in popluar color models

FFB0D0
RGB255176208
HSL336°100.00%84.51%
HSB/HSV336°30.98%100.00%
CMYK0.00%30.98%18.43%
0.00%

Color #FFB0D0 in popluar number systems.

HEXFFB0D0
Decimal255176208
Binary111111111011000011010000
Octal377260320

Shades and tints

Shades of #FFB0D0

#FFB0D0
(255,176,208)
#E8A0BE
(232,160,190)
#D190AC
(209,144,172)
#BA809A
(186,128,154)
#A37088
(163,112,136)
#8C6076
(140,96,118)
#755064
(117,80,100)
#5E4052
(94,64,82)
#473040
(71,48,64)
#30202E
(48,32,46)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #FFB0D0

#FFB0D0
(255,176,208)
#FFB7D4
(255,183,212)
#FFBED8
(255,190,216)
#FFC5DC
(255,197,220)
#FFCCE0
(255,204,224)
#FFD3E4
(255,211,228)
#FFDAE8
(255,218,232)
#FFE1EC
(255,225,236)
#FFE8F0
(255,232,240)
#FFEFF4
(255,239,244)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFB0D0; }

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

This text font color is #FFB0D0.


Background Color

.myBgColor { background-color: #FFB0D0; }

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

This div background color is #FFB0D0.


Border color

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

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

This div border color is #FFB0D0.


Opacity

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

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

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

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

This text has shadow with #FFB0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB0D0 on black background.


Color preview on white background

This text has color #FFB0D0 on white background.



Black color preview on #FFB0D0 background

This text has black color on #FFB0D0 background.


White color preview on #FFB0D0 background

This text has white color on #FFB0D0 background.