COLOR #FBCDE6

HEX: #FBCDE6 RGB: (251,205,230)

Color info

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

RGB color model

#FBCDE6 color RGB value is (251,205,230).

RGB: (251,205,230) (98%, 80%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 205 of 255 = 80%
B 230 of 255 = 90%

251
205
230

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

Portions of RGB colors in percentages

R + G + B = 251 + 205 + 230 = 686 (100%)
R 251 of 686 ~ 36.59%
G 205 of 686 ~ 29.88%
B 230 of 686 ~ 33.53'%

%36.59
%29.88
%33.53

CMYK color model

#FBCDE6 color CMYK value is (0,18,8,2).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 8.37%
  • key color value is 1.57%

CMYK: (0,18,8,2)
C0M18Y8K2 (0%, 18%, 8%, 2%)
(0.00 / 0.18 / 0.08 / 0.02)

CMYK percentages

%0
%18.33
%8.37
%1.57

Codes

Color #FBCDE6 in popluar color models

FB CD E6
RGB 251 205 230
HSL 327° 85.19% 89.41%
HSB/HSV 327° 18.33% 98.43%
CMYK 0.00% 18.33% 8.37%
1.57%

Color #FBCDE6 in popluar number systems.

HEX FB CD E6
Decimal 251 205 230
Binary 11111011 11001101 11100110
Octal 373 315 346

Shades and tints

Shades of #FBCDE6

#FBCDE6
(251,205,230)
#E5BBD2
(229,187,210)
#CFA9BE
(207,169,190)
#B997AA
(185,151,170)
#A38596
(163,133,150)
#8D7382
(141,115,130)
#77616E
(119,97,110)
#614F5A
(97,79,90)
#4B3D46
(75,61,70)
#352B32
(53,43,50)
#1F191E
(31,25,30)
#000000
(0,0,0)

Tints of #FBCDE6

#FBCDE6
(251,205,230)
#FBD1E8
(251,209,232)
#FBD5EA
(251,213,234)
#FBD9EC
(251,217,236)
#FBDDEE
(251,221,238)
#FBE1F0
(251,225,240)
#FBE5F2
(251,229,242)
#FBE9F4
(251,233,244)
#FBEDF6
(251,237,246)
#FBF1F8
(251,241,248)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCDE6 color. Also use rgb(251,205,230) instead hex code.

Text Font Color

.myTextColor { color: #FBCDE6; }

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

This text font color is #FBCDE6.

Background Color

.myBgColor { background-color: #FBCDE6; }

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

This div background color is #FBCDE6.

Border color

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

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

This div border color is #FBCDE6.

Opacity

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

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

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

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

This text has shadow with #FBCDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBCDE6.

Preview

Color preview on black background

This text has color #FBCDE6 on black background.


Color preview on white background

This text has color #FBCDE6 on white background.


Black color preview on #FBCDE6 background

This text has black color on #FBCDE6 background.


White color preview on #FBCDE6 background

This text has white color on #FBCDE6 background.


Related colors

Complementary color

Complementary color for #hex is #043219.


I love getcolorcode.com

Triadic colors

1 #E6FBCD and #CDE6FB with #FBCDE6 are triadic colors.

2 #E6CDFB and #CDFBE6 with #FBCDE6 are triadic colors.