COLOR #F2BEC8

HEX: #F2BEC8
RGB: (242,190,200)

Color info

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

RGB color model

#F2BEC8 color RGB value is (242,190,200).

  • red value is 242;
  • green value is 190;
  • blue value is 200.
RGB:
(242,190,200)
(95%,75%,78%)

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 200 of 255 = 78%

242
190
200

R + G + B ~ 83%. #F2BEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 190 + 200 = 632 (100%)
R 242 of 632 ~ 38.29%
G 190 of 632 ~ 30.06%
B 200 of 632 ~ 31.65%

%38.29
%30.06
%31.65

CMYK color model

#F2BEC8 color CMYK value is (0,21,17,5).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 17.36%
  • key color value is 5.10%
CMYK:
(0,21,17,5)
C0M21Y17K5 
(0%,21%,17%,5%)
(0.00/0.21/0.17/0.05)	

CMYK percentages

%0
%21.49
%17.36
%5.1

Codes

Color #F2BEC8 in popluar color models

F2BEC8
RGB242190200
HSL348°66.67%84.71%
HSB/HSV348°21.49%94.90%
CMYK0.00%21.49%17.36%
5.10%

Color #F2BEC8 in popluar number systems.

HEXF2BEC8
Decimal242190200
Binary111100101011111011001000
Octal362276310

Shades and tints

Shades of #F2BEC8

#F2BEC8
(242,190,200)
#DCADB6
(220,173,182)
#C69CA4
(198,156,164)
#B08B92
(176,139,146)
#9A7A80
(154,122,128)
#84696E
(132,105,110)
#6E585C
(110,88,92)
#58474A
(88,71,74)
#423638
(66,54,56)
#2C2526
(44,37,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #F2BEC8

#F2BEC8
(242,190,200)
#F3C3CD
(243,195,205)
#F4C8D2
(244,200,210)
#F5CDD7
(245,205,215)
#F6D2DC
(246,210,220)
#F7D7E1
(247,215,225)
#F8DCE6
(248,220,230)
#F9E1EB
(249,225,235)
#FAE6F0
(250,230,240)
#FBEBF5
(251,235,245)
#FCF0FA
(252,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BEC8 color. Also use rgb(242,190,200) instead hex code.

Text Font Color

.myTextColor { color: #F2BEC8; }

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

This text font color is #F2BEC8.


Background Color

.myBgColor { background-color: #F2BEC8; }

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

This div background color is #F2BEC8.


Border color

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

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

This div border color is #F2BEC8.


Opacity

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

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

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

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

This text has shadow with #F2BEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BEC8 on black background.


Color preview on white background

This text has color #F2BEC8 on white background.



Black color preview on #F2BEC8 background

This text has black color on #F2BEC8 background.


White color preview on #F2BEC8 background

This text has white color on #F2BEC8 background.