COLOR #FBCDE1

HEX: #FBCDE1
RGB: (251,205,225)

Color info

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

RGB color model

#FBCDE1 color RGB value is (251,205,225).

  • red value is 251;
  • green value is 205;
  • blue value is 225.
RGB:
(251,205,225)
(98%,80%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 205 of 255 = 80%
B 225 of 255 = 88%

251
205
225

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

Portions of RGB colors in percentages

R + G + B =
251 + 205 + 225 = 681 (100%)
R 251 of 681 ~ 36.86%
G 205 of 681 ~ 30.1%
B 225 of 681 ~ 33.04%

%36.86
%30.1
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.33%
  • 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
%18.33
%10.36
%1.57

Codes

Color #FBCDE1 in popluar color models

FBCDE1
RGB251205225
HSL334°85.19%89.41%
HSB/HSV334°18.33%98.43%
CMYK0.00%18.33%10.36%
1.57%

Color #FBCDE1 in popluar number systems.

HEXFBCDE1
Decimal251205225
Binary111110111100110111100001
Octal373315341

Shades and tints

Shades of #FBCDE1

#FBCDE1
(251,205,225)
#E5BBCD
(229,187,205)
#CFA9B9
(207,169,185)
#B997A5
(185,151,165)
#A38591
(163,133,145)
#8D737D
(141,115,125)
#776169
(119,97,105)
#614F55
(97,79,85)
#4B3D41
(75,61,65)
#352B2D
(53,43,45)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBCDE1

#FBCDE1
(251,205,225)
#FBD1E3
(251,209,227)
#FBD5E5
(251,213,229)
#FBD9E7
(251,217,231)
#FBDDE9
(251,221,233)
#FBE1EB
(251,225,235)
#FBE5ED
(251,229,237)
#FBE9EF
(251,233,239)
#FBEDF1
(251,237,241)
#FBF1F3
(251,241,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCDE1; }

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

This text font color is #FBCDE1.


Background Color

.myBgColor { background-color: #FBCDE1; }

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

This div background color is #FBCDE1.


Border color

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

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

This div border color is #FBCDE1.


Opacity

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

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

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

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

This text has shadow with #FBCDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCDE1 on black background.


Color preview on white background

This text has color #FBCDE1 on white background.



Black color preview on #FBCDE1 background

This text has black color on #FBCDE1 background.


White color preview on #FBCDE1 background

This text has white color on #FBCDE1 background.