COLOR #FBCFEC

HEX: #FBCFEC
RGB: (251,207,236)

Color info

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

RGB color model

#FBCFEC color RGB value is (251,207,236).

  • red value is 251;
  • green value is 207;
  • blue value is 236.
RGB:
(251,207,236)
(98%,81%,93%)

RGB channels and saturation

R 251 of 255 = 98%
G 207 of 255 = 81%
B 236 of 255 = 93%

251
207
236

R + G + B ~ 91%. #FBCFEC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 207 + 236 = 694 (100%)
R 251 of 694 ~ 36.17%
G 207 of 694 ~ 29.83%
B 236 of 694 ~ 34.01%

%36.17
%29.83
%34.01

CMYK color model

#FBCFEC color CMYK value is (0,18,6,2).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 5.98%
  • key color value is 1.57%
CMYK:
(0,18,6,2)
C0M18Y6K2 
(0%,18%,6%,2%)
(0.00/0.18/0.06/0.02)	

CMYK percentages

%0
%17.53
%5.98
%1.57

Codes

Color #FBCFEC in popluar color models

FBCFEC
RGB251207236
HSL320°84.62%89.80%
HSB/HSV320°17.53%98.43%
CMYK0.00%17.53%5.98%
1.57%

Color #FBCFEC in popluar number systems.

HEXFBCFEC
Decimal251207236
Binary111110111100111111101100
Octal373317354

Shades and tints

Shades of #FBCFEC

#FBCFEC
(251,207,236)
#E5BDD7
(229,189,215)
#CFABC2
(207,171,194)
#B999AD
(185,153,173)
#A38798
(163,135,152)
#8D7583
(141,117,131)
#77636E
(119,99,110)
#615159
(97,81,89)
#4B3F44
(75,63,68)
#352D2F
(53,45,47)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBCFEC

#FBCFEC
(251,207,236)
#FBD3ED
(251,211,237)
#FBD7EE
(251,215,238)
#FBDBEF
(251,219,239)
#FBDFF0
(251,223,240)
#FBE3F1
(251,227,241)
#FBE7F2
(251,231,242)
#FBEBF3
(251,235,243)
#FBEFF4
(251,239,244)
#FBF3F5
(251,243,245)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCFEC color. Also use rgb(251,207,236) instead hex code.

Text Font Color

.myTextColor { color: #FBCFEC; }

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

This text font color is #FBCFEC.


Background Color

.myBgColor { background-color: #FBCFEC; }

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

This div background color is #FBCFEC.


Border color

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

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

This div border color is #FBCFEC.


Opacity

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

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

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

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

This text has shadow with #FBCFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCFEC on black background.


Color preview on white background

This text has color #FBCFEC on white background.



Black color preview on #FBCFEC background

This text has black color on #FBCFEC background.


White color preview on #FBCFEC background

This text has white color on #FBCFEC background.