COLOR #FBC5E2

HEX: #FBC5E2
RGB: (251,197,226)

Color info

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

RGB color model

#FBC5E2 color RGB value is (251,197,226).

  • red value is 251;
  • green value is 197;
  • blue value is 226.
RGB:
(251,197,226)
(98%,77%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 226 of 255 = 89%

251
197
226

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

Portions of RGB colors in percentages

R + G + B =
251 + 197 + 226 = 674 (100%)
R 251 of 674 ~ 37.24%
G 197 of 674 ~ 29.23%
B 226 of 674 ~ 33.53%

%37.24
%29.23
%33.53

CMYK color model

#FBC5E2 color CMYK value is (0,22,10,2).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,22,10,2)
C0M22Y10K2 
(0%,22%,10%,2%)
(0.00/0.22/0.10/0.02)	

CMYK percentages

%0
%21.51
%9.96
%1.57

Codes

Color #FBC5E2 in popluar color models

FBC5E2
RGB251197226
HSL328°87.10%87.84%
HSB/HSV328°21.51%98.43%
CMYK0.00%21.51%9.96%
1.57%

Color #FBC5E2 in popluar number systems.

HEXFBC5E2
Decimal251197226
Binary111110111100010111100010
Octal373305342

Shades and tints

Shades of #FBC5E2

#FBC5E2
(251,197,226)
#E5B4CE
(229,180,206)
#CFA3BA
(207,163,186)
#B992A6
(185,146,166)
#A38192
(163,129,146)
#8D707E
(141,112,126)
#775F6A
(119,95,106)
#614E56
(97,78,86)
#4B3D42
(75,61,66)
#352C2E
(53,44,46)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBC5E2

#FBC5E2
(251,197,226)
#FBCAE4
(251,202,228)
#FBCFE6
(251,207,230)
#FBD4E8
(251,212,232)
#FBD9EA
(251,217,234)
#FBDEEC
(251,222,236)
#FBE3EE
(251,227,238)
#FBE8F0
(251,232,240)
#FBEDF2
(251,237,242)
#FBF2F4
(251,242,244)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC5E2 color. Also use rgb(251,197,226) instead hex code.

Text Font Color

.myTextColor { color: #FBC5E2; }

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

This text font color is #FBC5E2.


Background Color

.myBgColor { background-color: #FBC5E2; }

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

This div background color is #FBC5E2.


Border color

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

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

This div border color is #FBC5E2.


Opacity

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

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

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

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

This text has shadow with #FBC5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC5E2 on black background.


Color preview on white background

This text has color #FBC5E2 on white background.



Black color preview on #FBC5E2 background

This text has black color on #FBC5E2 background.


White color preview on #FBC5E2 background

This text has white color on #FBC5E2 background.