COLOR #F8BED3

HEX: #F8BED3 RGB: (248,190,211)

Color info

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

RGB color model

#F8BED3 color RGB value is (248,190,211).

RGB: (248,190,211) (97%, 75%, 83%)

RGB channels and saturation

R 248 of 255 = 97%
G 190 of 255 = 75%
B 211 of 255 = 83%

248
190
211

R + G + B ~ 85%. #F8BED3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 190 + 211 = 649 (100%)
R 248 of 649 ~ 38.21%
G 190 of 649 ~ 29.28%
B 211 of 649 ~ 32.51'%

%38.21
%29.28
%32.51

CMYK color model

#F8BED3 color CMYK value is (0,23,15,3).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 14.92%
  • key color value is 2.75%

CMYK: (0,23,15,3)
C0M23Y15K3 (0%, 23%, 15%, 3%)
(0.00 / 0.23 / 0.15 / 0.03)

CMYK percentages

%0
%23.39
%14.92
%2.75

Codes

Color #F8BED3 in popluar color models

F8 BE D3
RGB 248 190 211
HSL 338° 80.56% 85.88%
HSB/HSV 338° 23.39% 97.25%
CMYK 0.00% 23.39% 14.92%
2.75%

Color #F8BED3 in popluar number systems.

HEX F8 BE D3
Decimal 248 190 211
Binary 11111000 10111110 11010011
Octal 370 276 323

Shades and tints

Shades of #F8BED3

#F8BED3
(248,190,211)
#E2ADC0
(226,173,192)
#CC9CAD
(204,156,173)
#B68B9A
(182,139,154)
#A07A87
(160,122,135)
#8A6974
(138,105,116)
#745861
(116,88,97)
#5E474E
(94,71,78)
#48363B
(72,54,59)
#322528
(50,37,40)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #F8BED3

#F8BED3
(248,190,211)
#F8C3D7
(248,195,215)
#F8C8DB
(248,200,219)
#F8CDDF
(248,205,223)
#F8D2E3
(248,210,227)
#F8D7E7
(248,215,231)
#F8DCEB
(248,220,235)
#F8E1EF
(248,225,239)
#F8E6F3
(248,230,243)
#F8EBF7
(248,235,247)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BED3 color. Also use rgb(248,190,211) instead hex code.

Text Font Color

.myTextColor { color: #F8BED3; }

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

This text font color is #F8BED3.

Background Color

.myBgColor { background-color: #F8BED3; }

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

This div background color is #F8BED3.

Border color

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

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

This div border color is #F8BED3.

Opacity

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

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

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

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

This text has shadow with #F8BED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BED3.

Preview

Color preview on black background

This text has color #F8BED3 on black background.


Color preview on white background

This text has color #F8BED3 on white background.


Black color preview on #F8BED3 background

This text has black color on #F8BED3 background.


White color preview on #F8BED3 background

This text has white color on #F8BED3 background.


Related colors

Complementary color

Complementary color for #hex is #07412C.


I love getcolorcode.com

Triadic colors

1 #D3F8BE and #BED3F8 with #F8BED3 are triadic colors.

2 #D3BEF8 and #BEF8D3 with #F8BED3 are triadic colors.