COLOR #F2BEC5

HEX: #F2BEC5 RGB: (242,190,197)

Color info

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

RGB color model

#F2BEC5 color RGB value is (242,190,197).

RGB: (242,190,197) (95%, 75%, 77%)

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 197 of 255 = 77%

242
190
197

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

Portions of RGB colors in percentages

R + G + B = 242 + 190 + 197 = 629 (100%)
R 242 of 629 ~ 38.47%
G 190 of 629 ~ 30.21%
B 197 of 629 ~ 31.32'%

%38.47
%30.21
%31.32

CMYK color model

#F2BEC5 color CMYK value is (0,21,19,5).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 18.60%
  • key color value is 5.10%

CMYK: (0,21,19,5)
C0M21Y19K5 (0%, 21%, 19%, 5%)
(0.00 / 0.21 / 0.19 / 0.05)

CMYK percentages

%0
%21.49
%18.6
%5.1

Codes

Color #F2BEC5 in popluar color models

F2 BE C5
RGB 242 190 197
HSL 352° 66.67% 84.71%
HSB/HSV 352° 21.49% 94.90%
CMYK 0.00% 21.49% 18.60%
5.10%

Color #F2BEC5 in popluar number systems.

HEX F2 BE C5
Decimal 242 190 197
Binary 11110010 10111110 11000101
Octal 362 276 305

Shades and tints

Shades of #F2BEC5

#F2BEC5
(242,190,197)
#DCADB4
(220,173,180)
#C69CA3
(198,156,163)
#B08B92
(176,139,146)
#9A7A81
(154,122,129)
#846970
(132,105,112)
#6E585F
(110,88,95)
#58474E
(88,71,78)
#42363D
(66,54,61)
#2C252C
(44,37,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #F2BEC5

#F2BEC5
(242,190,197)
#F3C3CA
(243,195,202)
#F4C8CF
(244,200,207)
#F5CDD4
(245,205,212)
#F6D2D9
(246,210,217)
#F7D7DE
(247,215,222)
#F8DCE3
(248,220,227)
#F9E1E8
(249,225,232)
#FAE6ED
(250,230,237)
#FBEBF2
(251,235,242)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BEC5; }

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

This text font color is #F2BEC5.

Background Color

.myBgColor { background-color: #F2BEC5; }

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

This div background color is #F2BEC5.

Border color

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

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

This div border color is #F2BEC5.

Opacity

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

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

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

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

This text has shadow with #F2BEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BEC5.

Preview

Color preview on black background

This text has color #F2BEC5 on black background.


Color preview on white background

This text has color #F2BEC5 on white background.


Black color preview on #F2BEC5 background

This text has black color on #F2BEC5 background.


White color preview on #F2BEC5 background

This text has white color on #F2BEC5 background.


Related colors

Complementary color

Complementary color for #hex is #0D413A.


I love getcolorcode.com

Triadic colors

1 #C5F2BE and #BEC5F2 with #F2BEC5 are triadic colors.

2 #C5BEF2 and #BEF2C5 with #F2BEC5 are triadic colors.