COLOR #FBC0EA

HEX: #FBC0EA
RGB: (251,192,234)

Color info

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

RGB color model

#FBC0EA color RGB value is (251,192,234).

  • red value is 251;
  • green value is 192;
  • blue value is 234.
RGB:
(251,192,234)
(98%,75%,92%)

RGB channels and saturation

R 251 of 255 = 98%
G 192 of 255 = 75%
B 234 of 255 = 92%

251
192
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 192 + 234 = 677 (100%)
R 251 of 677 ~ 37.08%
G 192 of 677 ~ 28.36%
B 234 of 677 ~ 34.56%

%37.08
%28.36
%34.56

CMYK color model

#FBC0EA color CMYK value is (0,24,7,2).

  • cyan value is 0.00%
  • magenta value is 23.51%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,24,7,2)
C0M24Y7K2 
(0%,24%,7%,2%)
(0.00/0.24/0.07/0.02)	

CMYK percentages

%0
%23.51
%6.77
%1.57

Codes

Color #FBC0EA in popluar color models

FBC0EA
RGB251192234
HSL317°88.06%86.86%
HSB/HSV317°23.51%98.43%
CMYK0.00%23.51%6.77%
1.57%

Color #FBC0EA in popluar number systems.

HEXFBC0EA
Decimal251192234
Binary111110111100000011101010
Octal373300352

Shades and tints

Shades of #FBC0EA

#FBC0EA
(251,192,234)
#E5AFD5
(229,175,213)
#CF9EC0
(207,158,192)
#B98DAB
(185,141,171)
#A37C96
(163,124,150)
#8D6B81
(141,107,129)
#775A6C
(119,90,108)
#614957
(97,73,87)
#4B3842
(75,56,66)
#35272D
(53,39,45)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #FBC0EA

#FBC0EA
(251,192,234)
#FBC5EB
(251,197,235)
#FBCAEC
(251,202,236)
#FBCFED
(251,207,237)
#FBD4EE
(251,212,238)
#FBD9EF
(251,217,239)
#FBDEF0
(251,222,240)
#FBE3F1
(251,227,241)
#FBE8F2
(251,232,242)
#FBEDF3
(251,237,243)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC0EA color. Also use rgb(251,192,234) instead hex code.

Text Font Color

.myTextColor { color: #FBC0EA; }

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

This text font color is #FBC0EA.


Background Color

.myBgColor { background-color: #FBC0EA; }

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

This div background color is #FBC0EA.


Border color

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

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

This div border color is #FBC0EA.


Opacity

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

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

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

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

This text has shadow with #FBC0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC0EA on black background.


Color preview on white background

This text has color #FBC0EA on white background.



Black color preview on #FBC0EA background

This text has black color on #FBC0EA background.


White color preview on #FBC0EA background

This text has white color on #FBC0EA background.