COLOR #F2BEBD

HEX: #F2BEBD
RGB: (242,190,189)

Color info

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

RGB color model

#F2BEBD color RGB value is (242,190,189).

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

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 189 of 255 = 74%

242
190
189

R + G + B ~ 81%. #F2BEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 190 + 189 = 621 (100%)
R 242 of 621 ~ 38.97%
G 190 of 621 ~ 30.6%
B 189 of 621 ~ 30.43%

%38.97
%30.6
%30.43

CMYK color model

#F2BEBD color CMYK value is (0,21,22,5).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,21,22,5)
C0M21Y22K5 
(0%,21%,22%,5%)
(0.00/0.21/0.22/0.05)	

CMYK percentages

%0
%21.49
%21.9
%5.1

Codes

Color #F2BEBD in popluar color models

F2BEBD
RGB242190189
HSL67.09%84.51%
HSB/HSV21.90%94.90%
CMYK0.00%21.49%21.90%
5.10%

Color #F2BEBD in popluar number systems.

HEXF2BEBD
Decimal242190189
Binary111100101011111010111101
Octal362276275

Shades and tints

Shades of #F2BEBD

#F2BEBD
(242,190,189)
#DCADAC
(220,173,172)
#C69C9B
(198,156,155)
#B08B8A
(176,139,138)
#9A7A79
(154,122,121)
#846968
(132,105,104)
#6E5857
(110,88,87)
#584746
(88,71,70)
#423635
(66,54,53)
#2C2524
(44,37,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #F2BEBD

#F2BEBD
(242,190,189)
#F3C3C3
(243,195,195)
#F4C8C9
(244,200,201)
#F5CDCF
(245,205,207)
#F6D2D5
(246,210,213)
#F7D7DB
(247,215,219)
#F8DCE1
(248,220,225)
#F9E1E7
(249,225,231)
#FAE6ED
(250,230,237)
#FBEBF3
(251,235,243)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BEBD; }

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

This text font color is #F2BEBD.


Background Color

.myBgColor { background-color: #F2BEBD; }

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

This div background color is #F2BEBD.


Border color

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

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

This div border color is #F2BEBD.


Opacity

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

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

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

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

This text has shadow with #F2BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BEBD on black background.


Color preview on white background

This text has color #F2BEBD on white background.



Black color preview on #F2BEBD background

This text has black color on #F2BEBD background.


White color preview on #F2BEBD background

This text has white color on #F2BEBD background.