COLOR #FBC4C5

HEX: #FBC4C5 RGB: (251,196,197)

Color info

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

RGB color model

#FBC4C5 color RGB value is (251,196,197).

RGB: (251,196,197) (98%, 77%, 77%)

RGB channels and saturation

R 251 of 255 = 98%
G 196 of 255 = 77%
B 197 of 255 = 77%

251
196
197

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

Portions of RGB colors in percentages

R + G + B = 251 + 196 + 197 = 644 (100%)
R 251 of 644 ~ 38.98%
G 196 of 644 ~ 30.43%
B 197 of 644 ~ 30.59'%

%38.98
%30.43
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.91%
  • yellow value is 21.51%
  • 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
%21.91
%21.51
%1.57

Codes

Color #FBC4C5 in popluar color models

FB C4 C5
RGB 251 196 197
HSL 359° 87.30% 87.65%
HSB/HSV 359° 21.91% 98.43%
CMYK 0.00% 21.91% 21.51%
1.57%

Color #FBC4C5 in popluar number systems.

HEX FB C4 C5
Decimal 251 196 197
Binary 11111011 11000100 11000101
Octal 373 304 305

Shades and tints

Shades of #FBC4C5

#FBC4C5
(251,196,197)
#E5B3B4
(229,179,180)
#CFA2A3
(207,162,163)
#B99192
(185,145,146)
#A38081
(163,128,129)
#8D6F70
(141,111,112)
#775E5F
(119,94,95)
#614D4E
(97,77,78)
#4B3C3D
(75,60,61)
#352B2C
(53,43,44)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #FBC4C5

#FBC4C5
(251,196,197)
#FBC9CA
(251,201,202)
#FBCECF
(251,206,207)
#FBD3D4
(251,211,212)
#FBD8D9
(251,216,217)
#FBDDDE
(251,221,222)
#FBE2E3
(251,226,227)
#FBE7E8
(251,231,232)
#FBECED
(251,236,237)
#FBF1F2
(251,241,242)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC4C5; }

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

This text font color is #FBC4C5.

Background Color

.myBgColor { background-color: #FBC4C5; }

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

This div background color is #FBC4C5.

Border color

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

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

This div border color is #FBC4C5.

Opacity

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

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

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

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

This text has shadow with #FBC4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC4C5.

Preview

Color preview on black background

This text has color #FBC4C5 on black background.


Color preview on white background

This text has color #FBC4C5 on white background.


Black color preview on #FBC4C5 background

This text has black color on #FBC4C5 background.


White color preview on #FBC4C5 background

This text has white color on #FBC4C5 background.


Related colors

Complementary color

Complementary color for #hex is #043B3A.


I love getcolorcode.com

Triadic colors

1 #C5FBC4 and #C4C5FB with #FBC4C5 are triadic colors.

2 #C5C4FB and #C4FBC5 with #FBC4C5 are triadic colors.