COLOR #FBCEE1

HEX: #FBCEE1 RGB: (251,206,225)

Color info

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

RGB color model

#FBCEE1 color RGB value is (251,206,225).

RGB: (251,206,225) (98%, 81%, 88%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 225 of 255 = 88%

251
206
225

R + G + B ~ 89%. #FBCEE1 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 206 + 225 = 682 (100%)
R 251 of 682 ~ 36.8%
G 206 of 682 ~ 30.21%
B 225 of 682 ~ 32.99'%

%36.8
%30.21
%32.99

CMYK color model

#FBCEE1 color CMYK value is (0,18,10,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 10.36%
  • key color value is 1.57%

CMYK: (0,18,10,2)
C0M18Y10K2 (0%, 18%, 10%, 2%)
(0.00 / 0.18 / 0.10 / 0.02)

CMYK percentages

%0
%17.93
%10.36
%1.57

Codes

Color #FBCEE1 in popluar color models

FB CE E1
RGB 251 206 225
HSL 335° 84.91% 89.61%
HSB/HSV 335° 17.93% 98.43%
CMYK 0.00% 17.93% 10.36%
1.57%

Color #FBCEE1 in popluar number systems.

HEX FB CE E1
Decimal 251 206 225
Binary 11111011 11001110 11100001
Octal 373 316 341

Shades and tints

Shades of #FBCEE1

#FBCEE1
(251,206,225)
#E5BCCD
(229,188,205)
#CFAAB9
(207,170,185)
#B998A5
(185,152,165)
#A38691
(163,134,145)
#8D747D
(141,116,125)
#776269
(119,98,105)
#615055
(97,80,85)
#4B3E41
(75,62,65)
#352C2D
(53,44,45)
#1F1A19
(31,26,25)
#000000
(0,0,0)

Tints of #FBCEE1

#FBCEE1
(251,206,225)
#FBD2E3
(251,210,227)
#FBD6E5
(251,214,229)
#FBDAE7
(251,218,231)
#FBDEE9
(251,222,233)
#FBE2EB
(251,226,235)
#FBE6ED
(251,230,237)
#FBEAEF
(251,234,239)
#FBEEF1
(251,238,241)
#FBF2F3
(251,242,243)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCEE1; }

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

This text font color is #FBCEE1.

Background Color

.myBgColor { background-color: #FBCEE1; }

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

This div background color is #FBCEE1.

Border color

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

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

This div border color is #FBCEE1.

Opacity

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

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

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

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

This text has shadow with #FBCEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCEE1.

Preview

Color preview on black background

This text has color #FBCEE1 on black background.


Color preview on white background

This text has color #FBCEE1 on white background.


Black color preview on #FBCEE1 background

This text has black color on #FBCEE1 background.


White color preview on #FBCEE1 background

This text has white color on #FBCEE1 background.


Related colors

Complementary color

Complementary color for #hex is #04311E.


I love getcolorcode.com

Triadic colors

1 #E1FBCE and #CEE1FB with #FBCEE1 are triadic colors.

2 #E1CEFB and #CEFBE1 with #FBCEE1 are triadic colors.