COLOR #FBC2E9

HEX: #FBC2E9
RGB: (251,194,233)

Color info

#FBC2E9 contains red, green and blue colors in about the same proportion. Web safe color of #FBC2E9 is #FFCCFF (or #FCF).

RGB color model

#FBC2E9 color RGB value is (251,194,233).

  • red value is 251;
  • green value is 194;
  • blue value is 233.
RGB:
(251,194,233)
(98%,76%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 233 of 255 = 91%

251
194
233

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

Portions of RGB colors in percentages

R + G + B =
251 + 194 + 233 = 678 (100%)
R 251 of 678 ~ 37.02%
G 194 of 678 ~ 28.61%
B 233 of 678 ~ 34.37%

%37.02
%28.61
%34.37

CMYK color model

#FBC2E9 color CMYK value is (0,23,7,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(0,23,7,2)
C0M23Y7K2 
(0%,23%,7%,2%)
(0.00/0.23/0.07/0.02)	

CMYK percentages

%0
%22.71
%7.17
%1.57

Codes

Color #FBC2E9 in popluar color models

FBC2E9
RGB251194233
HSL319°87.69%87.25%
HSB/HSV319°22.71%98.43%
CMYK0.00%22.71%7.17%
1.57%

Color #FBC2E9 in popluar number systems.

HEXFBC2E9
Decimal251194233
Binary111110111100001011101001
Octal373302351

Shades and tints

Shades of #FBC2E9

#FBC2E9
(251,194,233)
#E5B1D4
(229,177,212)
#CFA0BF
(207,160,191)
#B98FAA
(185,143,170)
#A37E95
(163,126,149)
#8D6D80
(141,109,128)
#775C6B
(119,92,107)
#614B56
(97,75,86)
#4B3A41
(75,58,65)
#35292C
(53,41,44)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #FBC2E9

#FBC2E9
(251,194,233)
#FBC7EB
(251,199,235)
#FBCCED
(251,204,237)
#FBD1EF
(251,209,239)
#FBD6F1
(251,214,241)
#FBDBF3
(251,219,243)
#FBE0F5
(251,224,245)
#FBE5F7
(251,229,247)
#FBEAF9
(251,234,249)
#FBEFFB
(251,239,251)
#FBF4FD
(251,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC2E9 color. Also use rgb(251,194,233) instead hex code.

Text Font Color

.myTextColor { color: #FBC2E9; }

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

This text font color is #FBC2E9.


Background Color

.myBgColor { background-color: #FBC2E9; }

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

This div background color is #FBC2E9.


Border color

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

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

This div border color is #FBC2E9.


Opacity

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

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

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

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

This text has shadow with #FBC2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC2E9 on black background.


Color preview on white background

This text has color #FBC2E9 on white background.



Black color preview on #FBC2E9 background

This text has black color on #FBC2E9 background.


White color preview on #FBC2E9 background

This text has white color on #FBC2E9 background.