COLOR #FBC4E0

HEX: #FBC4E0
RGB: (251,196,224)

Color info

#FBC4E0 contains red, green and blue colors in about the same proportion. Web safe color of #FBC4E0 is #FFCCCC (or #FCC).

RGB color model

#FBC4E0 color RGB value is (251,196,224).

  • red value is 251;
  • green value is 196;
  • blue value is 224.
RGB:
(251,196,224)
(98%,77%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 224 of 255 = 88%

251
196
224

R + G + B ~ 88%. #FBC4E0 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 196 + 224 = 671 (100%)
R 251 of 671 ~ 37.41%
G 196 of 671 ~ 29.21%
B 224 of 671 ~ 33.38%

%37.41
%29.21
%33.38

CMYK color model

#FBC4E0 color CMYK value is (0,22,11,2).

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,22,11,2)
C0M22Y11K2 
(0%,22%,11%,2%)
(0.00/0.22/0.11/0.02)	

CMYK percentages

%0
%21.91
%10.76
%1.57

Codes

Color #FBC4E0 in popluar color models

FBC4E0
RGB251196224
HSL329°87.30%87.65%
HSB/HSV329°21.91%98.43%
CMYK0.00%21.91%10.76%
1.57%

Color #FBC4E0 in popluar number systems.

HEXFBC4E0
Decimal251196224
Binary111110111100010011100000
Octal373304340

Shades and tints

Shades of #FBC4E0

#FBC4E0
(251,196,224)
#E5B3CC
(229,179,204)
#CFA2B8
(207,162,184)
#B991A4
(185,145,164)
#A38090
(163,128,144)
#8D6F7C
(141,111,124)
#775E68
(119,94,104)
#614D54
(97,77,84)
#4B3C40
(75,60,64)
#352B2C
(53,43,44)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #FBC4E0

#FBC4E0
(251,196,224)
#FBC9E2
(251,201,226)
#FBCEE4
(251,206,228)
#FBD3E6
(251,211,230)
#FBD8E8
(251,216,232)
#FBDDEA
(251,221,234)
#FBE2EC
(251,226,236)
#FBE7EE
(251,231,238)
#FBECF0
(251,236,240)
#FBF1F2
(251,241,242)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC4E0 color. Also use rgb(251,196,224) instead hex code.

Text Font Color

.myTextColor { color: #FBC4E0; }

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

This text font color is #FBC4E0.


Background Color

.myBgColor { background-color: #FBC4E0; }

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

This div background color is #FBC4E0.


Border color

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

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

This div border color is #FBC4E0.


Opacity

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

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

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

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

This text has shadow with #FBC4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC4E0 on black background.


Color preview on white background

This text has color #FBC4E0 on white background.



Black color preview on #FBC4E0 background

This text has black color on #FBC4E0 background.


White color preview on #FBC4E0 background

This text has white color on #FBC4E0 background.