COLOR #FBCEEC

HEX: #FBCEEC RGB: (251,206,236)

Color info

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

RGB color model

#FBCEEC color RGB value is (251,206,236).

RGB: (251,206,236) (98%, 81%, 93%)

RGB channels and saturation

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

251
206
236

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

Portions of RGB colors in percentages

R + G + B = 251 + 206 + 236 = 693 (100%)
R 251 of 693 ~ 36.22%
G 206 of 693 ~ 29.73%
B 236 of 693 ~ 34.05'%

%36.22
%29.73
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.93%
  • 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.93
%5.98
%1.57

Codes

Color #FBCEEC in popluar color models

FB CE EC
RGB 251 206 236
HSL 320° 84.91% 89.61%
HSB/HSV 320° 17.93% 98.43%
CMYK 0.00% 17.93% 5.98%
1.57%

Color #FBCEEC in popluar number systems.

HEX FB CE EC
Decimal 251 206 236
Binary 11111011 11001110 11101100
Octal 373 316 354

Shades and tints

Shades of #FBCEEC

#FBCEEC
(251,206,236)
#E5BCD7
(229,188,215)
#CFAAC2
(207,170,194)
#B998AD
(185,152,173)
#A38698
(163,134,152)
#8D7483
(141,116,131)
#77626E
(119,98,110)
#615059
(97,80,89)
#4B3E44
(75,62,68)
#352C2F
(53,44,47)
#1F1A1A
(31,26,26)
#000000
(0,0,0)

Tints of #FBCEEC

#FBCEEC
(251,206,236)
#FBD2ED
(251,210,237)
#FBD6EE
(251,214,238)
#FBDAEF
(251,218,239)
#FBDEF0
(251,222,240)
#FBE2F1
(251,226,241)
#FBE6F2
(251,230,242)
#FBEAF3
(251,234,243)
#FBEEF4
(251,238,244)
#FBF2F5
(251,242,245)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCEEC; }

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

This text font color is #FBCEEC.

Background Color

.myBgColor { background-color: #FBCEEC; }

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

This div background color is #FBCEEC.

Border color

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

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

This div border color is #FBCEEC.

Opacity

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

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

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

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

This text has shadow with #FBCEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCEEC.

Preview

Color preview on black background

This text has color #FBCEEC on black background.


Color preview on white background

This text has color #FBCEEC on white background.


Black color preview on #FBCEEC background

This text has black color on #FBCEEC background.


White color preview on #FBCEEC background

This text has white color on #FBCEEC background.


Related colors

Complementary color

Complementary color for #hex is #043113.


I love getcolorcode.com

Triadic colors

1 #ECFBCE and #CEECFB with #FBCEEC are triadic colors.

2 #ECCEFB and #CEFBEC with #FBCEEC are triadic colors.