COLOR #FBDCEA

HEX: #FBDCEA
RGB: (251,220,234)

Color info

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

RGB color model

#FBDCEA color RGB value is (251,220,234).

  • red value is 251;
  • green value is 220;
  • blue value is 234.
RGB:
(251,220,234)
(98%,86%,92%)

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 234 of 255 = 92%

251
220
234

R + G + B ~ 92%. #FBDCEA is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 234 = 705 (100%)
R 251 of 705 ~ 35.6%
G 220 of 705 ~ 31.21%
B 234 of 705 ~ 33.19%

%35.6
%31.21
%33.19

CMYK color model

#FBDCEA color CMYK value is (0,12,7,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,12,7,2)
C0M12Y7K2 
(0%,12%,7%,2%)
(0.00/0.12/0.07/0.02)	

CMYK percentages

%0
%12.35
%6.77
%1.57

Codes

Color #FBDCEA in popluar color models

FBDCEA
RGB251220234
HSL333°79.49%92.35%
HSB/HSV333°12.35%98.43%
CMYK0.00%12.35%6.77%
1.57%

Color #FBDCEA in popluar number systems.

HEXFBDCEA
Decimal251220234
Binary111110111101110011101010
Octal373334352

Shades and tints

Shades of #FBDCEA

#FBDCEA
(251,220,234)
#E5C8D5
(229,200,213)
#CFB4C0
(207,180,192)
#B9A0AB
(185,160,171)
#A38C96
(163,140,150)
#8D7881
(141,120,129)
#77646C
(119,100,108)
#615057
(97,80,87)
#4B3C42
(75,60,66)
#35282D
(53,40,45)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #FBDCEA

#FBDCEA
(251,220,234)
#FBDFEB
(251,223,235)
#FBE2EC
(251,226,236)
#FBE5ED
(251,229,237)
#FBE8EE
(251,232,238)
#FBEBEF
(251,235,239)
#FBEEF0
(251,238,240)
#FBF1F1
(251,241,241)
#FBF4F2
(251,244,242)
#FBF7F3
(251,247,243)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDCEA color. Also use rgb(251,220,234) instead hex code.

Text Font Color

.myTextColor { color: #FBDCEA; }

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

This text font color is #FBDCEA.


Background Color

.myBgColor { background-color: #FBDCEA; }

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

This div background color is #FBDCEA.


Border color

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

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

This div border color is #FBDCEA.


Opacity

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

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

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

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

This text has shadow with #FBDCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCEA on black background.


Color preview on white background

This text has color #FBDCEA on white background.



Black color preview on #FBDCEA background

This text has black color on #FBDCEA background.


White color preview on #FBDCEA background

This text has white color on #FBDCEA background.