COLOR #FBDFF4

HEX: #FBDFF4
RGB: (251,223,244)

Color info

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

RGB color model

#FBDFF4 color RGB value is (251,223,244).

  • red value is 251;
  • green value is 223;
  • blue value is 244.
RGB:
(251,223,244)
(98%,87%,96%)

RGB channels and saturation

R 251 of 255 = 98%
G 223 of 255 = 87%
B 244 of 255 = 96%

251
223
244

R + G + B ~ 94%. #FBDFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 223 + 244 = 718 (100%)
R 251 of 718 ~ 34.96%
G 223 of 718 ~ 31.06%
B 244 of 718 ~ 33.98%

%34.96
%31.06
%33.98

CMYK color model

#FBDFF4 color CMYK value is (0,11,3,2).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 2.79%
  • key color value is 1.57%
CMYK:
(0,11,3,2)
C0M11Y3K2 
(0%,11%,3%,2%)
(0.00/0.11/0.03/0.02)	

CMYK percentages

%0
%11.16
%2.79
%1.57

Codes

Color #FBDFF4 in popluar color models

FBDFF4
RGB251223244
HSL315°77.78%92.94%
HSB/HSV315°11.16%98.43%
CMYK0.00%11.16%2.79%
1.57%

Color #FBDFF4 in popluar number systems.

HEXFBDFF4
Decimal251223244
Binary111110111101111111110100
Octal373337364

Shades and tints

Shades of #FBDFF4

#FBDFF4
(251,223,244)
#E5CBDE
(229,203,222)
#CFB7C8
(207,183,200)
#B9A3B2
(185,163,178)
#A38F9C
(163,143,156)
#8D7B86
(141,123,134)
#776770
(119,103,112)
#61535A
(97,83,90)
#4B3F44
(75,63,68)
#352B2E
(53,43,46)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FBDFF4

#FBDFF4
(251,223,244)
#FBE1F5
(251,225,245)
#FBE3F6
(251,227,246)
#FBE5F7
(251,229,247)
#FBE7F8
(251,231,248)
#FBE9F9
(251,233,249)
#FBEBFA
(251,235,250)
#FBEDFB
(251,237,251)
#FBEFFC
(251,239,252)
#FBF1FD
(251,241,253)
#FBF3FE
(251,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDFF4 color. Also use rgb(251,223,244) instead hex code.

Text Font Color

.myTextColor { color: #FBDFF4; }

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

This text font color is #FBDFF4.


Background Color

.myBgColor { background-color: #FBDFF4; }

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

This div background color is #FBDFF4.


Border color

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

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

This div border color is #FBDFF4.


Opacity

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

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

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

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

This text has shadow with #FBDFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDFF4 on black background.


Color preview on white background

This text has color #FBDFF4 on white background.



Black color preview on #FBDFF4 background

This text has black color on #FBDFF4 background.


White color preview on #FBDFF4 background

This text has white color on #FBDFF4 background.