COLOR #FBC5C0

HEX: #FBC5C0
RGB: (251,197,192)

Color info

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

RGB color model

#FBC5C0 color RGB value is (251,197,192).

  • red value is 251;
  • green value is 197;
  • blue value is 192.
RGB:
(251,197,192)
(98%,77%,75%)

RGB channels and saturation

R 251 of 255 = 98%
G 197 of 255 = 77%
B 192 of 255 = 75%

251
197
192

R + G + B ~ 83%. #FBC5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 197 + 192 = 640 (100%)
R 251 of 640 ~ 39.22%
G 197 of 640 ~ 30.78%
B 192 of 640 ~ 30%

%39.22
%30.78
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 23.51%
  • key color value is 1.57%
CMYK:
(0,22,24,2)
C0M22Y24K2 
(0%,22%,24%,2%)
(0.00/0.22/0.24/0.02)	

CMYK percentages

%0
%21.51
%23.51
%1.57

Codes

Color #FBC5C0 in popluar color models

FBC5C0
RGB251197192
HSL88.06%86.86%
HSB/HSV23.51%98.43%
CMYK0.00%21.51%23.51%
1.57%

Color #FBC5C0 in popluar number systems.

HEXFBC5C0
Decimal251197192
Binary111110111100010111000000
Octal373305300

Shades and tints

Shades of #FBC5C0

#FBC5C0
(251,197,192)
#E5B4AF
(229,180,175)
#CFA39E
(207,163,158)
#B9928D
(185,146,141)
#A3817C
(163,129,124)
#8D706B
(141,112,107)
#775F5A
(119,95,90)
#614E49
(97,78,73)
#4B3D38
(75,61,56)
#352C27
(53,44,39)
#1F1B16
(31,27,22)
#000000
(0,0,0)

Tints of #FBC5C0

#FBC5C0
(251,197,192)
#FBCAC5
(251,202,197)
#FBCFCA
(251,207,202)
#FBD4CF
(251,212,207)
#FBD9D4
(251,217,212)
#FBDED9
(251,222,217)
#FBE3DE
(251,227,222)
#FBE8E3
(251,232,227)
#FBEDE8
(251,237,232)
#FBF2ED
(251,242,237)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC5C0; }

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

This text font color is #FBC5C0.


Background Color

.myBgColor { background-color: #FBC5C0; }

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

This div background color is #FBC5C0.


Border color

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

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

This div border color is #FBC5C0.


Opacity

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

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

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

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

This text has shadow with #FBC5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC5C0 on black background.


Color preview on white background

This text has color #FBC5C0 on white background.



Black color preview on #FBC5C0 background

This text has black color on #FBC5C0 background.


White color preview on #FBC5C0 background

This text has white color on #FBC5C0 background.