COLOR #FBC7CF

HEX: #FBC7CF RGB: (251,199,207)

Color info

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

RGB color model

#FBC7CF color RGB value is (251,199,207).

RGB: (251,199,207) (98%, 78%, 81%)

RGB channels and saturation

R 251 of 255 = 98%
G 199 of 255 = 78%
B 207 of 255 = 81%

251
199
207

R + G + B ~ 86%. #FBC7CF is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 199 + 207 = 657 (100%)
R 251 of 657 ~ 38.2%
G 199 of 657 ~ 30.29%
B 207 of 657 ~ 31.51'%

%38.2
%30.29
%31.51

CMYK color model

#FBC7CF color CMYK value is (0,21,18,2).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 17.53%
  • key color value is 1.57%
CMYK: (0,21,18,2) C0M21Y18K2 (0%,21%,18%,2%) (0.00/0.21/0.18/0.02) 

CMYK percentages

%0
%20.72
%17.53
%1.57

Codes

Color #FBC7CF in popluar color models

FB C7 CF
RGB 251 199 207
HSL 351° 86.67% 88.24%
HSB/HSV 351° 20.72% 98.43%
CMYK 0.00% 20.72% 17.53%
1.57%

Color #FBC7CF in popluar number systems.

HEX FB C7 CF
Decimal 251 199 207
Binary 11111011 11000111 11001111
Octal 373 307 317

Shades and tints

Shades of #FBC7CF

#FBC7CF
(251,199,207)
#E5B5BD
(229,181,189)
#CFA3AB
(207,163,171)
#B99199
(185,145,153)
#A37F87
(163,127,135)
#8D6D75
(141,109,117)
#775B63
(119,91,99)
#614951
(97,73,81)
#4B373F
(75,55,63)
#35252D
(53,37,45)
#1F131B
(31,19,27)
#000000
(0,0,0)

Tints of #FBC7CF

#FBC7CF
(251,199,207)
#FBCCD3
(251,204,211)
#FBD1D7
(251,209,215)
#FBD6DB
(251,214,219)
#FBDBDF
(251,219,223)
#FBE0E3
(251,224,227)
#FBE5E7
(251,229,231)
#FBEAEB
(251,234,235)
#FBEFEF
(251,239,239)
#FBF4F3
(251,244,243)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC7CF color. Also use rgb(251,199,207) instead hex code.

Text Font Color

.myTextColor { color: #FBC7CF; }

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

This text font color is #FBC7CF.

Background Color

.myBgColor { background-color: #FBC7CF; }

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

This div background color is #FBC7CF.

Border color

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

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

This div border color is #FBC7CF.

Opacity

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

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

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

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

This text has shadow with #FBC7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBC7CF.

Preview

Color preview on black background

This text has color #FBC7CF on black background.


Color preview on white background

This text has color #FBC7CF on white background.


Black color preview on #FBC7CF background

This text has black color on #FBC7CF background.


White color preview on #FBC7CF background

This text has white color on #FBC7CF background.


Related colors

Complementary color

Complementary color for #hex is #043830.


I love getcolorcode.com

Triadic colors

1 #CFFBC7 and #C7CFFB with #FBC7CF are triadic colors.

2 #CFC7FB and #C7FBCF with #FBC7CF are triadic colors.