COLOR #FFB4E4

HEX: #FFB4E4
RGB: (255,180,228)

Color info

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

RGB color model

#FFB4E4 color RGB value is (255,180,228).

  • red value is 255;
  • green value is 180;
  • blue value is 228.
RGB:
(255,180,228)
(100%,71%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 180 of 255 = 71%
B 228 of 255 = 89%

255
180
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 180 + 228 = 663 (100%)
R 255 of 663 ~ 38.46%
G 180 of 663 ~ 27.15%
B 228 of 663 ~ 34.39%

%38.46
%27.15
%34.39

CMYK color model

#FFB4E4 color CMYK value is (0,29,11,0).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,29,11,0)
C0M29Y11K0 
(0%,29%,11%,0%)
(0.00/0.29/0.11/0.00)	

CMYK percentages

%0
%29.41
%10.59
%0

Codes

Color #FFB4E4 in popluar color models

FFB4E4
RGB255180228
HSL322°100.00%85.29%
HSB/HSV322°29.41%100.00%
CMYK0.00%29.41%10.59%
0.00%

Color #FFB4E4 in popluar number systems.

HEXFFB4E4
Decimal255180228
Binary111111111011010011100100
Octal377264344

Shades and tints

Shades of #FFB4E4

#FFB4E4
(255,180,228)
#E8A4D0
(232,164,208)
#D194BC
(209,148,188)
#BA84A8
(186,132,168)
#A37494
(163,116,148)
#8C6480
(140,100,128)
#75546C
(117,84,108)
#5E4458
(94,68,88)
#473444
(71,52,68)
#302430
(48,36,48)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #FFB4E4

#FFB4E4
(255,180,228)
#FFBAE6
(255,186,230)
#FFC0E8
(255,192,232)
#FFC6EA
(255,198,234)
#FFCCEC
(255,204,236)
#FFD2EE
(255,210,238)
#FFD8F0
(255,216,240)
#FFDEF2
(255,222,242)
#FFE4F4
(255,228,244)
#FFEAF6
(255,234,246)
#FFF0F8
(255,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB4E4 color. Also use rgb(255,180,228) instead hex code.

Text Font Color

.myTextColor { color: #FFB4E4; }

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

This text font color is #FFB4E4.


Background Color

.myBgColor { background-color: #FFB4E4; }

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

This div background color is #FFB4E4.


Border color

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

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

This div border color is #FFB4E4.


Opacity

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

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

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

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

This text has shadow with #FFB4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFB4E4 on black background.


Color preview on white background

This text has color #FFB4E4 on white background.



Black color preview on #FFB4E4 background

This text has black color on #FFB4E4 background.


White color preview on #FFB4E4 background

This text has white color on #FFB4E4 background.