COLOR #F2BDDB

HEX: #F2BDDB RGB: (242,189,219)

Color info

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

RGB color model

#F2BDDB color RGB value is (242,189,219).

RGB: (242,189,219) (95%, 74%, 86%)

RGB channels and saturation

R 242 of 255 = 95%
G 189 of 255 = 74%
B 219 of 255 = 86%

242
189
219

R + G + B ~ 85%. #F2BDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 189 + 219 = 650 (100%)
R 242 of 650 ~ 37.23%
G 189 of 650 ~ 29.08%
B 219 of 650 ~ 33.69'%

%37.23
%29.08
%33.69

CMYK color model

#F2BDDB color CMYK value is (0,22,10,5).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK: (0,22,10,5) C0M22Y10K5 (0%,22%,10%,5%) (0.00/0.22/0.10/0.05) 

CMYK percentages

%0
%21.9
%9.5
%5.1

Codes

Color #F2BDDB in popluar color models

F2 BD DB
RGB 242 189 219
HSL 326° 67.09% 84.51%
HSB/HSV 326° 21.90% 94.90%
CMYK 0.00% 21.90% 9.50%
5.10%

Color #F2BDDB in popluar number systems.

HEX F2 BD DB
Decimal 242 189 219
Binary 11110010 10111101 11011011
Octal 362 275 333

Shades and tints

Shades of #F2BDDB

#F2BDDB
(242,189,219)
#DCACC8
(220,172,200)
#C69BB5
(198,155,181)
#B08AA2
(176,138,162)
#9A798F
(154,121,143)
#84687C
(132,104,124)
#6E5769
(110,87,105)
#584656
(88,70,86)
#423543
(66,53,67)
#2C2430
(44,36,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #F2BDDB

#F2BDDB
(242,189,219)
#F3C3DE
(243,195,222)
#F4C9E1
(244,201,225)
#F5CFE4
(245,207,228)
#F6D5E7
(246,213,231)
#F7DBEA
(247,219,234)
#F8E1ED
(248,225,237)
#F9E7F0
(249,231,240)
#FAEDF3
(250,237,243)
#FBF3F6
(251,243,246)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BDDB; }

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

This text font color is #F2BDDB.

Background Color

.myBgColor { background-color: #F2BDDB; }

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

This div background color is #F2BDDB.

Border color

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

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

This div border color is #F2BDDB.

Opacity

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

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

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

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

This text has shadow with #F2BDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BDDB.

Preview

Color preview on black background

This text has color #F2BDDB on black background.


Color preview on white background

This text has color #F2BDDB on white background.


Black color preview on #F2BDDB background

This text has black color on #F2BDDB background.


White color preview on #F2BDDB background

This text has white color on #F2BDDB background.


Related colors

Complementary color

Complementary color for #hex is #0D4224.


I love getcolorcode.com

Triadic colors

1 #DBF2BD and #BDDBF2 with #F2BDDB are triadic colors.

2 #DBBDF2 and #BDF2DB with #F2BDDB are triadic colors.