COLOR #F2BFD5

HEX: #F2BFD5
RGB: (242,191,213)

Color info

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

RGB color model

#F2BFD5 color RGB value is (242,191,213).

  • red value is 242;
  • green value is 191;
  • blue value is 213.
RGB:
(242,191,213)
(95%,75%,84%)

RGB channels and saturation

R 242 of 255 = 95%
G 191 of 255 = 75%
B 213 of 255 = 84%

242
191
213

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

Portions of RGB colors in percentages

R + G + B =
242 + 191 + 213 = 646 (100%)
R 242 of 646 ~ 37.46%
G 191 of 646 ~ 29.57%
B 213 of 646 ~ 32.97%

%37.46
%29.57
%32.97

CMYK color model

#F2BFD5 color CMYK value is (0,21,12,5).

  • cyan value is 0.00%
  • magenta value is 21.07%
  • yellow value is 11.98%
  • key color value is 5.10%
CMYK:
(0,21,12,5)
C0M21Y12K5 
(0%,21%,12%,5%)
(0.00/0.21/0.12/0.05)	

CMYK percentages

%0
%21.07
%11.98
%5.1

Codes

Color #F2BFD5 in popluar color models

F2BFD5
RGB242191213
HSL334°66.23%84.90%
HSB/HSV334°21.07%94.90%
CMYK0.00%21.07%11.98%
5.10%

Color #F2BFD5 in popluar number systems.

HEXF2BFD5
Decimal242191213
Binary111100101011111111010101
Octal362277325

Shades and tints

Shades of #F2BFD5

#F2BFD5
(242,191,213)
#DCAEC2
(220,174,194)
#C69DAF
(198,157,175)
#B08C9C
(176,140,156)
#9A7B89
(154,123,137)
#846A76
(132,106,118)
#6E5963
(110,89,99)
#584850
(88,72,80)
#42373D
(66,55,61)
#2C262A
(44,38,42)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #F2BFD5

#F2BFD5
(242,191,213)
#F3C4D8
(243,196,216)
#F4C9DB
(244,201,219)
#F5CEDE
(245,206,222)
#F6D3E1
(246,211,225)
#F7D8E4
(247,216,228)
#F8DDE7
(248,221,231)
#F9E2EA
(249,226,234)
#FAE7ED
(250,231,237)
#FBECF0
(251,236,240)
#FCF1F3
(252,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BFD5 color. Also use rgb(242,191,213) instead hex code.

Text Font Color

.myTextColor { color: #F2BFD5; }

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

This text font color is #F2BFD5.


Background Color

.myBgColor { background-color: #F2BFD5; }

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

This div background color is #F2BFD5.


Border color

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

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

This div border color is #F2BFD5.


Opacity

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

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

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

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

This text has shadow with #F2BFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BFD5 on black background.


Color preview on white background

This text has color #F2BFD5 on white background.



Black color preview on #F2BFD5 background

This text has black color on #F2BFD5 background.


White color preview on #F2BFD5 background

This text has white color on #F2BFD5 background.