COLOR #FBC8EC

HEX: #FBC8EC RGB: (251,200,236)

Color info

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

RGB color model

#FBC8EC color RGB value is (251,200,236).

RGB: (251,200,236) (98%, 78%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 200 of 255 = 78%
B 236 of 255 = 93%

251
200
236

R + G + B ~ 90%. #FBC8EC is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 200 + 236 = 687 (100%)
R 251 of 687 ~ 36.54%
G 200 of 687 ~ 29.11%
B 236 of 687 ~ 34.35'%

%36.54
%29.11
%34.35

CMYK color model

#FBC8EC color CMYK value is (0,20,6,2).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 5.98%
  • key color value is 1.57%

CMYK: (0,20,6,2)
C0M20Y6K2 (0%, 20%, 6%, 2%)
(0.00 / 0.20 / 0.06 / 0.02)

CMYK percentages

%0
%20.32
%5.98
%1.57

Codes

Color #FBC8EC in popluar color models

FB C8 EC
RGB 251 200 236
HSL 318° 86.44% 88.43%
HSB/HSV 318° 20.32% 98.43%
CMYK 0.00% 20.32% 5.98%
1.57%

Color #FBC8EC in popluar number systems.

HEX FB C8 EC
Decimal 251 200 236
Binary 11111011 11001000 11101100
Octal 373 310 354

Shades and tints

Shades of #FBC8EC

#FBC8EC
(251,200,236)
#E5B6D7
(229,182,215)
#CFA4C2
(207,164,194)
#B992AD
(185,146,173)
#A38098
(163,128,152)
#8D6E83
(141,110,131)
#775C6E
(119,92,110)
#614A59
(97,74,89)
#4B3844
(75,56,68)
#35262F
(53,38,47)
#1F141A
(31,20,26)
#000000
(0,0,0)

Tints of #FBC8EC

#FBC8EC
(251,200,236)
#FBCDED
(251,205,237)
#FBD2EE
(251,210,238)
#FBD7EF
(251,215,239)
#FBDCF0
(251,220,240)
#FBE1F1
(251,225,241)
#FBE6F2
(251,230,242)
#FBEBF3
(251,235,243)
#FBF0F4
(251,240,244)
#FBF5F5
(251,245,245)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC8EC; }

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

This text font color is #FBC8EC.

Background Color

.myBgColor { background-color: #FBC8EC; }

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

This div background color is #FBC8EC.

Border color

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

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

This div border color is #FBC8EC.

Opacity

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

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

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

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

This text has shadow with #FBC8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC8EC.

Preview

Color preview on black background

This text has color #FBC8EC on black background.


Color preview on white background

This text has color #FBC8EC on white background.


Black color preview on #FBC8EC background

This text has black color on #FBC8EC background.


White color preview on #FBC8EC background

This text has white color on #FBC8EC background.


Related colors

Complementary color

Complementary color for #hex is #043713.


I love getcolorcode.com

Triadic colors

1 #ECFBC8 and #C8ECFB with #FBC8EC are triadic colors.

2 #ECC8FB and #C8FBEC with #FBC8EC are triadic colors.