COLOR #F2BDC5

HEX: #F2BDC5
RGB: (242,189,197)

Color info

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

RGB color model

#F2BDC5 color RGB value is (242,189,197).

  • red value is 242;
  • green value is 189;
  • blue value is 197.
RGB:
(242,189,197)
(95%,74%,77%)

RGB channels and saturation

R 242 of 255 = 95%
G 189 of 255 = 74%
B 197 of 255 = 77%

242
189
197

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

Portions of RGB colors in percentages

R + G + B =
242 + 189 + 197 = 628 (100%)
R 242 of 628 ~ 38.54%
G 189 of 628 ~ 30.1%
B 197 of 628 ~ 31.37%

%38.54
%30.1
%31.37

CMYK color model

#F2BDC5 color CMYK value is (0,22,19,5).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 18.60%
  • key color value is 5.10%
CMYK:
(0,22,19,5)
C0M22Y19K5 
(0%,22%,19%,5%)
(0.00/0.22/0.19/0.05)	

CMYK percentages

%0
%21.9
%18.6
%5.1

Codes

Color #F2BDC5 in popluar color models

F2BDC5
RGB242189197
HSL351°67.09%84.51%
HSB/HSV351°21.90%94.90%
CMYK0.00%21.90%18.60%
5.10%

Color #F2BDC5 in popluar number systems.

HEXF2BDC5
Decimal242189197
Binary111100101011110111000101
Octal362275305

Shades and tints

Shades of #F2BDC5

#F2BDC5
(242,189,197)
#DCACB4
(220,172,180)
#C69BA3
(198,155,163)
#B08A92
(176,138,146)
#9A7981
(154,121,129)
#846870
(132,104,112)
#6E575F
(110,87,95)
#58464E
(88,70,78)
#42353D
(66,53,61)
#2C242C
(44,36,44)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #F2BDC5

#F2BDC5
(242,189,197)
#F3C3CA
(243,195,202)
#F4C9CF
(244,201,207)
#F5CFD4
(245,207,212)
#F6D5D9
(246,213,217)
#F7DBDE
(247,219,222)
#F8E1E3
(248,225,227)
#F9E7E8
(249,231,232)
#FAEDED
(250,237,237)
#FBF3F2
(251,243,242)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BDC5 color. Also use rgb(242,189,197) instead hex code.

Text Font Color

.myTextColor { color: #F2BDC5; }

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

This text font color is #F2BDC5.


Background Color

.myBgColor { background-color: #F2BDC5; }

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

This div background color is #F2BDC5.


Border color

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

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

This div border color is #F2BDC5.


Opacity

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

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

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

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

This text has shadow with #F2BDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BDC5 on black background.


Color preview on white background

This text has color #F2BDC5 on white background.



Black color preview on #F2BDC5 background

This text has black color on #F2BDC5 background.


White color preview on #F2BDC5 background

This text has white color on #F2BDC5 background.