COLOR #F2B7C0

HEX: #F2B7C0
RGB: (242,183,192)

Color info

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

RGB color model

#F2B7C0 color RGB value is (242,183,192).

  • red value is 242;
  • green value is 183;
  • blue value is 192.
RGB:
(242,183,192)
(95%,72%,75%)

RGB channels and saturation

R 242 of 255 = 95%
G 183 of 255 = 72%
B 192 of 255 = 75%

242
183
192

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

Portions of RGB colors in percentages

R + G + B =
242 + 183 + 192 = 617 (100%)
R 242 of 617 ~ 39.22%
G 183 of 617 ~ 29.66%
B 192 of 617 ~ 31.12%

%39.22
%29.66
%31.12

CMYK color model

#F2B7C0 color CMYK value is (0,24,21,5).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(0,24,21,5)
C0M24Y21K5 
(0%,24%,21%,5%)
(0.00/0.24/0.21/0.05)	

CMYK percentages

%0
%24.38
%20.66
%5.1

Codes

Color #F2B7C0 in popluar color models

F2B7C0
RGB242183192
HSL351°69.41%83.33%
HSB/HSV351°24.38%94.90%
CMYK0.00%24.38%20.66%
5.10%

Color #F2B7C0 in popluar number systems.

HEXF2B7C0
Decimal242183192
Binary111100101011011111000000
Octal362267300

Shades and tints

Shades of #F2B7C0

#F2B7C0
(242,183,192)
#DCA7AF
(220,167,175)
#C6979E
(198,151,158)
#B0878D
(176,135,141)
#9A777C
(154,119,124)
#84676B
(132,103,107)
#6E575A
(110,87,90)
#584749
(88,71,73)
#423738
(66,55,56)
#2C2727
(44,39,39)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #F2B7C0

#F2B7C0
(242,183,192)
#F3BDC5
(243,189,197)
#F4C3CA
(244,195,202)
#F5C9CF
(245,201,207)
#F6CFD4
(246,207,212)
#F7D5D9
(247,213,217)
#F8DBDE
(248,219,222)
#F9E1E3
(249,225,227)
#FAE7E8
(250,231,232)
#FBEDED
(251,237,237)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B7C0 color. Also use rgb(242,183,192) instead hex code.

Text Font Color

.myTextColor { color: #F2B7C0; }

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

This text font color is #F2B7C0.


Background Color

.myBgColor { background-color: #F2B7C0; }

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

This div background color is #F2B7C0.


Border color

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

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

This div border color is #F2B7C0.


Opacity

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

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

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

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

This text has shadow with #F2B7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B7C0 on black background.


Color preview on white background

This text has color #F2B7C0 on white background.



Black color preview on #F2B7C0 background

This text has black color on #F2B7C0 background.


White color preview on #F2B7C0 background

This text has white color on #F2B7C0 background.