COLOR #F299BD

HEX: #F299BD
RGB: (242,153,189)

Color info

#F299BD contains mainly red and blue colors. Web safe color of #F299BD is #FF99CC (or #F9C).

RGB color model

#F299BD color RGB value is (242,153,189).

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

RGB channels and saturation

R 242 of 255 = 95%
G 153 of 255 = 60%
B 189 of 255 = 74%

242
153
189

R + G + B ~ 76%. #F299BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 153 + 189 = 584 (100%)
R 242 of 584 ~ 41.44%
G 153 of 584 ~ 26.2%
B 189 of 584 ~ 32.36%

%41.44
%26.2
%32.36

CMYK color model

#F299BD color CMYK value is (0,37,22,5).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,37,22,5)
C0M37Y22K5 
(0%,37%,22%,5%)
(0.00/0.37/0.22/0.05)	

CMYK percentages

%0
%36.78
%21.9
%5.1

Codes

Color #F299BD in popluar color models

F299BD
RGB242153189
HSL336°77.39%77.45%
HSB/HSV336°36.78%94.90%
CMYK0.00%36.78%21.90%
5.10%

Color #F299BD in popluar number systems.

HEXF299BD
Decimal242153189
Binary111100101001100110111101
Octal362231275

Shades and tints

Shades of #F299BD

#F299BD
(242,153,189)
#DC8CAC
(220,140,172)
#C67F9B
(198,127,155)
#B0728A
(176,114,138)
#9A6579
(154,101,121)
#845868
(132,88,104)
#6E4B57
(110,75,87)
#583E46
(88,62,70)
#423135
(66,49,53)
#2C2424
(44,36,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #F299BD

#F299BD
(242,153,189)
#F3A2C3
(243,162,195)
#F4ABC9
(244,171,201)
#F5B4CF
(245,180,207)
#F6BDD5
(246,189,213)
#F7C6DB
(247,198,219)
#F8CFE1
(248,207,225)
#F9D8E7
(249,216,231)
#FAE1ED
(250,225,237)
#FBEAF3
(251,234,243)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F299BD; }

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

This text font color is #F299BD.


Background Color

.myBgColor { background-color: #F299BD; }

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

This div background color is #F299BD.


Border color

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

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

This div border color is #F299BD.


Opacity

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

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

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

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

This text has shadow with #F299BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F299BD on black background.


Color preview on white background

This text has color #F299BD on white background.



Black color preview on #F299BD background

This text has black color on #F299BD background.


White color preview on #F299BD background

This text has white color on #F299BD background.