COLOR #FBC2C8

HEX: #FBC2C8 RGB: (251,194,200)

Color info

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

RGB color model

#FBC2C8 color RGB value is (251,194,200).

RGB: (251,194,200) (98%, 76%, 78%)

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 200 of 255 = 78%

251
194
200

R + G + B ~ 84%. #FBC2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 194 + 200 = 645 (100%)
R 251 of 645 ~ 38.91%
G 194 of 645 ~ 30.08%
B 200 of 645 ~ 31.01'%

%38.91
%30.08
%31.01

CMYK color model

#FBC2C8 color CMYK value is (0,23,20,2).

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

CMYK: (0,23,20,2)
C0M23Y20K2 (0%, 23%, 20%, 2%)
(0.00 / 0.23 / 0.20 / 0.02)

CMYK percentages

%0
%22.71
%20.32
%1.57

Codes

Color #FBC2C8 in popluar color models

FB C2 C8
RGB 251 194 200
HSL 354° 87.69% 87.25%
HSB/HSV 354° 22.71% 98.43%
CMYK 0.00% 22.71% 20.32%
1.57%

Color #FBC2C8 in popluar number systems.

HEX FB C2 C8
Decimal 251 194 200
Binary 11111011 11000010 11001000
Octal 373 302 310

Shades and tints

Shades of #FBC2C8

#FBC2C8
(251,194,200)
#E5B1B6
(229,177,182)
#CFA0A4
(207,160,164)
#B98F92
(185,143,146)
#A37E80
(163,126,128)
#8D6D6E
(141,109,110)
#775C5C
(119,92,92)
#614B4A
(97,75,74)
#4B3A38
(75,58,56)
#352926
(53,41,38)
#1F1814
(31,24,20)
#000000
(0,0,0)

Tints of #FBC2C8

#FBC2C8
(251,194,200)
#FBC7CD
(251,199,205)
#FBCCD2
(251,204,210)
#FBD1D7
(251,209,215)
#FBD6DC
(251,214,220)
#FBDBE1
(251,219,225)
#FBE0E6
(251,224,230)
#FBE5EB
(251,229,235)
#FBEAF0
(251,234,240)
#FBEFF5
(251,239,245)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC2C8; }

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

This text font color is #FBC2C8.

Background Color

.myBgColor { background-color: #FBC2C8; }

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

This div background color is #FBC2C8.

Border color

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

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

This div border color is #FBC2C8.

Opacity

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

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

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

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

This text has shadow with #FBC2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC2C8.

Preview

Color preview on black background

This text has color #FBC2C8 on black background.


Color preview on white background

This text has color #FBC2C8 on white background.


Black color preview on #FBC2C8 background

This text has black color on #FBC2C8 background.


White color preview on #FBC2C8 background

This text has white color on #FBC2C8 background.


Related colors

Complementary color

Complementary color for #hex is #043D37.


I love getcolorcode.com

Triadic colors

1 #C8FBC2 and #C2C8FB with #FBC2C8 are triadic colors.

2 #C8C2FB and #C2FBC8 with #FBC2C8 are triadic colors.