COLOR #F5BBD4

HEX: #F5BBD4
RGB: (245,187,212)

Color info

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

RGB color model

#F5BBD4 color RGB value is (245,187,212).

  • red value is 245;
  • green value is 187;
  • blue value is 212.
RGB:
(245,187,212)
(96%,73%,83%)

RGB channels and saturation

R 245 of 255 = 96%
G 187 of 255 = 73%
B 212 of 255 = 83%

245
187
212

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

Portions of RGB colors in percentages

R + G + B =
245 + 187 + 212 = 644 (100%)
R 245 of 644 ~ 38.04%
G 187 of 644 ~ 29.04%
B 212 of 644 ~ 32.92%

%38.04
%29.04
%32.92

CMYK color model

#F5BBD4 color CMYK value is (0,24,13,4).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 13.47%
  • key color value is 3.92%
CMYK:
(0,24,13,4)
C0M24Y13K4 
(0%,24%,13%,4%)
(0.00/0.24/0.13/0.04)	

CMYK percentages

%0
%23.67
%13.47
%3.92

Codes

Color #F5BBD4 in popluar color models

F5BBD4
RGB245187212
HSL334°74.36%84.71%
HSB/HSV334°23.67%96.08%
CMYK0.00%23.67%13.47%
3.92%

Color #F5BBD4 in popluar number systems.

HEXF5BBD4
Decimal245187212
Binary111101011011101111010100
Octal365273324

Shades and tints

Shades of #F5BBD4

#F5BBD4
(245,187,212)
#DFAAC1
(223,170,193)
#C999AE
(201,153,174)
#B3889B
(179,136,155)
#9D7788
(157,119,136)
#876675
(135,102,117)
#715562
(113,85,98)
#5B444F
(91,68,79)
#45333C
(69,51,60)
#2F2229
(47,34,41)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #F5BBD4

#F5BBD4
(245,187,212)
#F5C1D7
(245,193,215)
#F5C7DA
(245,199,218)
#F5CDDD
(245,205,221)
#F5D3E0
(245,211,224)
#F5D9E3
(245,217,227)
#F5DFE6
(245,223,230)
#F5E5E9
(245,229,233)
#F5EBEC
(245,235,236)
#F5F1EF
(245,241,239)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BBD4 color. Also use rgb(245,187,212) instead hex code.

Text Font Color

.myTextColor { color: #F5BBD4; }

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

This text font color is #F5BBD4.


Background Color

.myBgColor { background-color: #F5BBD4; }

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

This div background color is #F5BBD4.


Border color

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

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

This div border color is #F5BBD4.


Opacity

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

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

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

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

This text has shadow with #F5BBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BBD4 on black background.


Color preview on white background

This text has color #F5BBD4 on white background.



Black color preview on #F5BBD4 background

This text has black color on #F5BBD4 background.


White color preview on #F5BBD4 background

This text has white color on #F5BBD4 background.