COLOR #FBC3C4

HEX: #FBC3C4 RGB: (251,195,196)

Color info

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

RGB color model

#FBC3C4 color RGB value is (251,195,196).

RGB: (251,195,196) (98%, 76%, 77%)

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 196 of 255 = 77%

251
195
196

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

Portions of RGB colors in percentages

R + G + B = 251 + 195 + 196 = 642 (100%)
R 251 of 642 ~ 39.1%
G 195 of 642 ~ 30.37%
B 196 of 642 ~ 30.53'%

%39.1
%30.37
%30.53

CMYK color model

#FBC3C4 color CMYK value is (0,22,22,2).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 21.91%
  • key color value is 1.57%

CMYK: (0,22,22,2)
C0M22Y22K2 (0%, 22%, 22%, 2%)
(0.00 / 0.22 / 0.22 / 0.02)

CMYK percentages

%0
%22.31
%21.91
%1.57

Codes

Color #FBC3C4 in popluar color models

FB C3 C4
RGB 251 195 196
HSL 359° 87.50% 87.45%
HSB/HSV 359° 22.31% 98.43%
CMYK 0.00% 22.31% 21.91%
1.57%

Color #FBC3C4 in popluar number systems.

HEX FB C3 C4
Decimal 251 195 196
Binary 11111011 11000011 11000100
Octal 373 303 304

Shades and tints

Shades of #FBC3C4

#FBC3C4
(251,195,196)
#E5B2B3
(229,178,179)
#CFA1A2
(207,161,162)
#B99091
(185,144,145)
#A37F80
(163,127,128)
#8D6E6F
(141,110,111)
#775D5E
(119,93,94)
#614C4D
(97,76,77)
#4B3B3C
(75,59,60)
#352A2B
(53,42,43)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #FBC3C4

#FBC3C4
(251,195,196)
#FBC8C9
(251,200,201)
#FBCDCE
(251,205,206)
#FBD2D3
(251,210,211)
#FBD7D8
(251,215,216)
#FBDCDD
(251,220,221)
#FBE1E2
(251,225,226)
#FBE6E7
(251,230,231)
#FBEBEC
(251,235,236)
#FBF0F1
(251,240,241)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC3C4 color. Also use rgb(251,195,196) instead hex code.

Text Font Color

.myTextColor { color: #FBC3C4; }

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

This text font color is #FBC3C4.

Background Color

.myBgColor { background-color: #FBC3C4; }

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

This div background color is #FBC3C4.

Border color

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

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

This div border color is #FBC3C4.

Opacity

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

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

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

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

This text has shadow with #FBC3C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC3C4.

Preview

Color preview on black background

This text has color #FBC3C4 on black background.


Color preview on white background

This text has color #FBC3C4 on white background.


Black color preview on #FBC3C4 background

This text has black color on #FBC3C4 background.


White color preview on #FBC3C4 background

This text has white color on #FBC3C4 background.


Related colors

Complementary color

Complementary color for #hex is #043C3B.


I love getcolorcode.com

Triadic colors

1 #C4FBC3 and #C3C4FB with #FBC3C4 are triadic colors.

2 #C4C3FB and #C3FBC4 with #FBC3C4 are triadic colors.