COLOR #FBC0E6

HEX: #FBC0E6 RGB: (251,192,230)

Color info

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

RGB color model

#FBC0E6 color RGB value is (251,192,230).

RGB: (251,192,230) (98%, 75%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 192 of 255 = 75%
B 230 of 255 = 90%

251
192
230

R + G + B ~ 88%. #FBC0E6 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 192 + 230 = 673 (100%)
R 251 of 673 ~ 37.3%
G 192 of 673 ~ 28.53%
B 230 of 673 ~ 34.18'%

%37.3
%28.53
%34.18

CMYK color model

#FBC0E6 color CMYK value is (0,24,8,2).

  • cyan value is 0.00%
  • magenta value is 23.51%
  • yellow value is 8.37%
  • key color value is 1.57%

CMYK: (0,24,8,2)
C0M24Y8K2 (0%, 24%, 8%, 2%)
(0.00 / 0.24 / 0.08 / 0.02)

CMYK percentages

%0
%23.51
%8.37
%1.57

Codes

Color #FBC0E6 in popluar color models

FB C0 E6
RGB 251 192 230
HSL 321° 88.06% 86.86%
HSB/HSV 321° 23.51% 98.43%
CMYK 0.00% 23.51% 8.37%
1.57%

Color #FBC0E6 in popluar number systems.

HEX FB C0 E6
Decimal 251 192 230
Binary 11111011 11000000 11100110
Octal 373 300 346

Shades and tints

Shades of #FBC0E6

#FBC0E6
(251,192,230)
#E5AFD2
(229,175,210)
#CF9EBE
(207,158,190)
#B98DAA
(185,141,170)
#A37C96
(163,124,150)
#8D6B82
(141,107,130)
#775A6E
(119,90,110)
#61495A
(97,73,90)
#4B3846
(75,56,70)
#352732
(53,39,50)
#1F161E
(31,22,30)
#000000
(0,0,0)

Tints of #FBC0E6

#FBC0E6
(251,192,230)
#FBC5E8
(251,197,232)
#FBCAEA
(251,202,234)
#FBCFEC
(251,207,236)
#FBD4EE
(251,212,238)
#FBD9F0
(251,217,240)
#FBDEF2
(251,222,242)
#FBE3F4
(251,227,244)
#FBE8F6
(251,232,246)
#FBEDF8
(251,237,248)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC0E6 color. Also use rgb(251,192,230) instead hex code.

Text Font Color

.myTextColor { color: #FBC0E6; }

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

This text font color is #FBC0E6.

Background Color

.myBgColor { background-color: #FBC0E6; }

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

This div background color is #FBC0E6.

Border color

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

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

This div border color is #FBC0E6.

Opacity

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

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

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

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

This text has shadow with #FBC0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC0E6.

Preview

Color preview on black background

This text has color #FBC0E6 on black background.


Color preview on white background

This text has color #FBC0E6 on white background.


Black color preview on #FBC0E6 background

This text has black color on #FBC0E6 background.


White color preview on #FBC0E6 background

This text has white color on #FBC0E6 background.


Related colors

Complementary color

Complementary color for #hex is #043F19.


I love getcolorcode.com

Triadic colors

1 #E6FBC0 and #C0E6FB with #FBC0E6 are triadic colors.

2 #E6C0FB and #C0FBE6 with #FBC0E6 are triadic colors.