COLOR #FBBED7

HEX: #FBBED7 RGB: (251,190,215)

Color info

#FBBED7 contains mainly red and blue colors. Web safe color of #FBBED7 is #FFCCCC (or #FCC).

RGB color model

#FBBED7 color RGB value is (251,190,215).

RGB: (251,190,215) (98%, 75%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 215 of 255 = 84%

251
190
215

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

Portions of RGB colors in percentages

R + G + B = 251 + 190 + 215 = 656 (100%)
R 251 of 656 ~ 38.26%
G 190 of 656 ~ 28.96%
B 215 of 656 ~ 32.77'%

%38.26
%28.96
%32.77

CMYK color model

#FBBED7 color CMYK value is (0,24,14,2).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 14.34%
  • key color value is 1.57%

CMYK: (0,24,14,2)
C0M24Y14K2 (0%, 24%, 14%, 2%)
(0.00 / 0.24 / 0.14 / 0.02)

CMYK percentages

%0
%24.3
%14.34
%1.57

Codes

Color #FBBED7 in popluar color models

FB BE D7
RGB 251 190 215
HSL 335° 88.41% 86.47%
HSB/HSV 335° 24.30% 98.43%
CMYK 0.00% 24.30% 14.34%
1.57%

Color #FBBED7 in popluar number systems.

HEX FB BE D7
Decimal 251 190 215
Binary 11111011 10111110 11010111
Octal 373 276 327

Shades and tints

Shades of #FBBED7

#FBBED7
(251,190,215)
#E5ADC4
(229,173,196)
#CF9CB1
(207,156,177)
#B98B9E
(185,139,158)
#A37A8B
(163,122,139)
#8D6978
(141,105,120)
#775865
(119,88,101)
#614752
(97,71,82)
#4B363F
(75,54,63)
#35252C
(53,37,44)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #FBBED7

#FBBED7
(251,190,215)
#FBC3DA
(251,195,218)
#FBC8DD
(251,200,221)
#FBCDE0
(251,205,224)
#FBD2E3
(251,210,227)
#FBD7E6
(251,215,230)
#FBDCE9
(251,220,233)
#FBE1EC
(251,225,236)
#FBE6EF
(251,230,239)
#FBEBF2
(251,235,242)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBED7 color. Also use rgb(251,190,215) instead hex code.

Text Font Color

.myTextColor { color: #FBBED7; }

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

This text font color is #FBBED7.

Background Color

.myBgColor { background-color: #FBBED7; }

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

This div background color is #FBBED7.

Border color

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

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

This div border color is #FBBED7.

Opacity

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

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

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

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

This text has shadow with #FBBED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBED7.

Preview

Color preview on black background

This text has color #FBBED7 on black background.


Color preview on white background

This text has color #FBBED7 on white background.


Black color preview on #FBBED7 background

This text has black color on #FBBED7 background.


White color preview on #FBBED7 background

This text has white color on #FBBED7 background.


Related colors

Complementary color

Complementary color for #hex is #044128.


I love getcolorcode.com

Triadic colors

1 #D7FBBE and #BED7FB with #FBBED7 are triadic colors.

2 #D7BEFB and #BEFBD7 with #FBBED7 are triadic colors.