COLOR #FBCEE5

HEX: #FBCEE5 RGB: (251,206,229)

Color info

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

RGB color model

#FBCEE5 color RGB value is (251,206,229).

RGB: (251,206,229) (98%, 81%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 229 of 255 = 90%

251
206
229

R + G + B ~ 90%. #FBCEE5 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 206 + 229 = 686 (100%)
R 251 of 686 ~ 36.59%
G 206 of 686 ~ 30.03%
B 229 of 686 ~ 33.38'%

%36.59
%30.03
%33.38

CMYK color model

#FBCEE5 color CMYK value is (0,18,9,2).

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

CMYK: (0,18,9,2)
C0M18Y9K2 (0%, 18%, 9%, 2%)
(0.00 / 0.18 / 0.09 / 0.02)

CMYK percentages

%0
%17.93
%8.76
%1.57

Codes

Color #FBCEE5 in popluar color models

FB CE E5
RGB 251 206 229
HSL 329° 84.91% 89.61%
HSB/HSV 329° 17.93% 98.43%
CMYK 0.00% 17.93% 8.76%
1.57%

Color #FBCEE5 in popluar number systems.

HEX FB CE E5
Decimal 251 206 229
Binary 11111011 11001110 11100101
Octal 373 316 345

Shades and tints

Shades of #FBCEE5

#FBCEE5
(251,206,229)
#E5BCD1
(229,188,209)
#CFAABD
(207,170,189)
#B998A9
(185,152,169)
#A38695
(163,134,149)
#8D7481
(141,116,129)
#77626D
(119,98,109)
#615059
(97,80,89)
#4B3E45
(75,62,69)
#352C31
(53,44,49)
#1F1A1D
(31,26,29)
#000000
(0,0,0)

Tints of #FBCEE5

#FBCEE5
(251,206,229)
#FBD2E7
(251,210,231)
#FBD6E9
(251,214,233)
#FBDAEB
(251,218,235)
#FBDEED
(251,222,237)
#FBE2EF
(251,226,239)
#FBE6F1
(251,230,241)
#FBEAF3
(251,234,243)
#FBEEF5
(251,238,245)
#FBF2F7
(251,242,247)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCEE5; }

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

This text font color is #FBCEE5.

Background Color

.myBgColor { background-color: #FBCEE5; }

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

This div background color is #FBCEE5.

Border color

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

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

This div border color is #FBCEE5.

Opacity

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

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

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

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

This text has shadow with #FBCEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCEE5.

Preview

Color preview on black background

This text has color #FBCEE5 on black background.


Color preview on white background

This text has color #FBCEE5 on white background.


Black color preview on #FBCEE5 background

This text has black color on #FBCEE5 background.


White color preview on #FBCEE5 background

This text has white color on #FBCEE5 background.


Related colors

Complementary color

Complementary color for #hex is #04311A.


I love getcolorcode.com

Triadic colors

1 #E5FBCE and #CEE5FB with #FBCEE5 are triadic colors.

2 #E5CEFB and #CEFBE5 with #FBCEE5 are triadic colors.