COLOR #F2BDC3

HEX: #F2BDC3 RGB: (242,189,195)

Color info

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

RGB color model

#F2BDC3 color RGB value is (242,189,195).

RGB: (242,189,195) (95%, 74%, 76%)

RGB channels and saturation

R 242 of 255 = 95%
G 189 of 255 = 74%
B 195 of 255 = 76%

242
189
195

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

Portions of RGB colors in percentages

R + G + B = 242 + 189 + 195 = 626 (100%)
R 242 of 626 ~ 38.66%
G 189 of 626 ~ 30.19%
B 195 of 626 ~ 31.15'%

%38.66
%30.19
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 19.42%
  • 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
%19.42
%5.1

Codes

Color #F2BDC3 in popluar color models

F2 BD C3
RGB 242 189 195
HSL 353° 67.09% 84.51%
HSB/HSV 353° 21.90% 94.90%
CMYK 0.00% 21.90% 19.42%
5.10%

Color #F2BDC3 in popluar number systems.

HEX F2 BD C3
Decimal 242 189 195
Binary 11110010 10111101 11000011
Octal 362 275 303

Shades and tints

Shades of #F2BDC3

#F2BDC3
(242,189,195)
#DCACB2
(220,172,178)
#C69BA1
(198,155,161)
#B08A90
(176,138,144)
#9A797F
(154,121,127)
#84686E
(132,104,110)
#6E575D
(110,87,93)
#58464C
(88,70,76)
#42353B
(66,53,59)
#2C242A
(44,36,42)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #F2BDC3

#F2BDC3
(242,189,195)
#F3C3C8
(243,195,200)
#F4C9CD
(244,201,205)
#F5CFD2
(245,207,210)
#F6D5D7
(246,213,215)
#F7DBDC
(247,219,220)
#F8E1E1
(248,225,225)
#F9E7E6
(249,231,230)
#FAEDEB
(250,237,235)
#FBF3F0
(251,243,240)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BDC3; }

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

This text font color is #F2BDC3.

Background Color

.myBgColor { background-color: #F2BDC3; }

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

This div background color is #F2BDC3.

Border color

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

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

This div border color is #F2BDC3.

Opacity

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

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

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

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

This text has shadow with #F2BDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BDC3.

Preview

Color preview on black background

This text has color #F2BDC3 on black background.


Color preview on white background

This text has color #F2BDC3 on white background.


Black color preview on #F2BDC3 background

This text has black color on #F2BDC3 background.


White color preview on #F2BDC3 background

This text has white color on #F2BDC3 background.


Related colors

Complementary color

Complementary color for #hex is #0D423C.


I love getcolorcode.com

Triadic colors

1 #C3F2BD and #BDC3F2 with #F2BDC3 are triadic colors.

2 #C3BDF2 and #BDF2C3 with #F2BDC3 are triadic colors.