COLOR #FBC8FD

HEX: #FBC8FD RGB: (251,200,253)

Color info

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

RGB color model

#FBC8FD color RGB value is (251,200,253).

RGB: (251,200,253) (98%, 78%, 99%)

RGB channels and saturation

R 251 of 255 = 98%
G 200 of 255 = 78%
B 253 of 255 = 99%

251
200
253

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

Portions of RGB colors in percentages

R + G + B = 251 + 200 + 253 = 704 (100%)
R 251 of 704 ~ 35.65%
G 200 of 704 ~ 28.41%
B 253 of 704 ~ 35.94'%

%35.65
%28.41
%35.94

CMYK color model

#FBC8FD color CMYK value is (1,21,0,1).

  • cyan value is 0.79%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (1,21,0,1)
C1M21Y0K1 (1%, 21%, 0%, 1%)
(0.01 / 0.21 / 0.00 / 0.01)

CMYK percentages

%0.79
%20.95
%0
%0.78

Codes

Color #FBC8FD in popluar color models

FB C8 FD
RGB 251 200 253
HSL 298° 92.98% 88.82%
HSB/HSV 298° 20.95% 99.22%
CMYK 0.79% 20.95% 0.00%
0.78%

Color #FBC8FD in popluar number systems.

HEX FB C8 FD
Decimal 251 200 253
Binary 11111011 11001000 11111101
Octal 373 310 375

Shades and tints

Shades of #FBC8FD

#FBC8FD
(251,200,253)
#E5B6E6
(229,182,230)
#CFA4CF
(207,164,207)
#B992B8
(185,146,184)
#A380A1
(163,128,161)
#8D6E8A
(141,110,138)
#775C73
(119,92,115)
#614A5C
(97,74,92)
#4B3845
(75,56,69)
#35262E
(53,38,46)
#1F1417
(31,20,23)
#000000
(0,0,0)

Tints of #FBC8FD

#FBC8FD
(251,200,253)
#FBCDFD
(251,205,253)
#FBD2FD
(251,210,253)
#FBD7FD
(251,215,253)
#FBDCFD
(251,220,253)
#FBE1FD
(251,225,253)
#FBE6FD
(251,230,253)
#FBEBFD
(251,235,253)
#FBF0FD
(251,240,253)
#FBF5FD
(251,245,253)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC8FD color. Also use rgb(251,200,253) instead hex code.

Text Font Color

.myTextColor { color: #FBC8FD; }

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

This text font color is #FBC8FD.

Background Color

.myBgColor { background-color: #FBC8FD; }

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

This div background color is #FBC8FD.

Border color

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

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

This div border color is #FBC8FD.

Opacity

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

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

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

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

This text has shadow with #FBC8FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC8FD.

Preview

Color preview on black background

This text has color #FBC8FD on black background.


Color preview on white background

This text has color #FBC8FD on white background.


Black color preview on #FBC8FD background

This text has black color on #FBC8FD background.


White color preview on #FBC8FD background

This text has white color on #FBC8FD background.


Related colors

Complementary color

Complementary color for #hex is #043702.


I love getcolorcode.com

Triadic colors

1 #FDFBC8 and #C8FDFB with #FBC8FD are triadic colors.

2 #FDC8FB and #C8FBFD with #FBC8FD are triadic colors.