COLOR #F5BDCC

HEX: #F5BDCC
RGB: (245,189,204)

Color info

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

RGB color model

#F5BDCC color RGB value is (245,189,204).

  • red value is 245;
  • green value is 189;
  • blue value is 204.
RGB:
(245,189,204)
(96%,74%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 204 of 255 = 80%

245
189
204

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

Portions of RGB colors in percentages

R + G + B =
245 + 189 + 204 = 638 (100%)
R 245 of 638 ~ 38.4%
G 189 of 638 ~ 29.62%
B 204 of 638 ~ 31.97%

%38.4
%29.62
%31.97

CMYK color model

#F5BDCC color CMYK value is (0,23,17,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK:
(0,23,17,4)
C0M23Y17K4 
(0%,23%,17%,4%)
(0.00/0.23/0.17/0.04)	

CMYK percentages

%0
%22.86
%16.73
%3.92

Codes

Color #F5BDCC in popluar color models

F5BDCC
RGB245189204
HSL344°73.68%85.10%
HSB/HSV344°22.86%96.08%
CMYK0.00%22.86%16.73%
3.92%

Color #F5BDCC in popluar number systems.

HEXF5BDCC
Decimal245189204
Binary111101011011110111001100
Octal365275314

Shades and tints

Shades of #F5BDCC

#F5BDCC
(245,189,204)
#DFACBA
(223,172,186)
#C99BA8
(201,155,168)
#B38A96
(179,138,150)
#9D7984
(157,121,132)
#876872
(135,104,114)
#715760
(113,87,96)
#5B464E
(91,70,78)
#45353C
(69,53,60)
#2F242A
(47,36,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #F5BDCC

#F5BDCC
(245,189,204)
#F5C3D0
(245,195,208)
#F5C9D4
(245,201,212)
#F5CFD8
(245,207,216)
#F5D5DC
(245,213,220)
#F5DBE0
(245,219,224)
#F5E1E4
(245,225,228)
#F5E7E8
(245,231,232)
#F5EDEC
(245,237,236)
#F5F3F0
(245,243,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BDCC color. Also use rgb(245,189,204) instead hex code.

Text Font Color

.myTextColor { color: #F5BDCC; }

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

This text font color is #F5BDCC.


Background Color

.myBgColor { background-color: #F5BDCC; }

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

This div background color is #F5BDCC.


Border color

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

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

This div border color is #F5BDCC.


Opacity

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

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

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

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

This text has shadow with #F5BDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BDCC on black background.


Color preview on white background

This text has color #F5BDCC on white background.



Black color preview on #F5BDCC background

This text has black color on #F5BDCC background.


White color preview on #F5BDCC background

This text has white color on #F5BDCC background.