COLOR #F5BDC2

HEX: #F5BDC2 RGB: (245,189,194)

Color info

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

RGB color model

#F5BDC2 color RGB value is (245,189,194).

RGB: (245,189,194) (96%, 74%, 76%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 194 of 255 = 76%

245
189
194

R + G + B ~ 82%. #F5BDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 189 + 194 = 628 (100%)
R 245 of 628 ~ 39.01%
G 189 of 628 ~ 30.1%
B 194 of 628 ~ 30.89'%

%39.01
%30.1
%30.89

CMYK color model

#F5BDC2 color CMYK value is (0,23,21,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 20.82%
  • key color value is 3.92%
CMYK: (0,23,21,4) C0M23Y21K4 (0%,23%,21%,4%) (0.00/0.23/0.21/0.04) 

CMYK percentages

%0
%22.86
%20.82
%3.92

Codes

Color #F5BDC2 in popluar color models

F5 BD C2
RGB 245 189 194
HSL 355° 73.68% 85.10%
HSB/HSV 355° 22.86% 96.08%
CMYK 0.00% 22.86% 20.82%
3.92%

Color #F5BDC2 in popluar number systems.

HEX F5 BD C2
Decimal 245 189 194
Binary 11110101 10111101 11000010
Octal 365 275 302

Shades and tints

Shades of #F5BDC2

#F5BDC2
(245,189,194)
#DFACB1
(223,172,177)
#C99BA0
(201,155,160)
#B38A8F
(179,138,143)
#9D797E
(157,121,126)
#87686D
(135,104,109)
#71575C
(113,87,92)
#5B464B
(91,70,75)
#45353A
(69,53,58)
#2F2429
(47,36,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #F5BDC2

#F5BDC2
(245,189,194)
#F5C3C7
(245,195,199)
#F5C9CC
(245,201,204)
#F5CFD1
(245,207,209)
#F5D5D6
(245,213,214)
#F5DBDB
(245,219,219)
#F5E1E0
(245,225,224)
#F5E7E5
(245,231,229)
#F5EDEA
(245,237,234)
#F5F3EF
(245,243,239)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BDC2; }

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

This text font color is #F5BDC2.

Background Color

.myBgColor { background-color: #F5BDC2; }

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

This div background color is #F5BDC2.

Border color

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

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

This div border color is #F5BDC2.

Opacity

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

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

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

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

This text has shadow with #F5BDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BDC2.

Preview

Color preview on black background

This text has color #F5BDC2 on black background.


Color preview on white background

This text has color #F5BDC2 on white background.


Black color preview on #F5BDC2 background

This text has black color on #F5BDC2 background.


White color preview on #F5BDC2 background

This text has white color on #F5BDC2 background.


Related colors

Complementary color

Complementary color for #hex is #0A423D.


I love getcolorcode.com

Triadic colors

1 #C2F5BD and #BDC2F5 with #F5BDC2 are triadic colors.

2 #C2BDF5 and #BDF5C2 with #F5BDC2 are triadic colors.