COLOR #F28CBD

HEX: #F28CBD
RGB: (242,140,189)

Color info

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

RGB color model

#F28CBD color RGB value is (242,140,189).

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

RGB channels and saturation

R 242 of 255 = 95%
G 140 of 255 = 55%
B 189 of 255 = 74%

242
140
189

R + G + B ~ 75%. #F28CBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 140 + 189 = 571 (100%)
R 242 of 571 ~ 42.38%
G 140 of 571 ~ 24.52%
B 189 of 571 ~ 33.1%

%42.38
%24.52
%33.1

CMYK color model

#F28CBD color CMYK value is (0,42,22,5).

  • cyan value is 0.00%
  • magenta value is 42.15%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,42,22,5)
C0M42Y22K5 
(0%,42%,22%,5%)
(0.00/0.42/0.22/0.05)	

CMYK percentages

%0
%42.15
%21.9
%5.1

Codes

Color #F28CBD in popluar color models

F28CBD
RGB242140189
HSL331°79.69%74.90%
HSB/HSV331°42.15%94.90%
CMYK0.00%42.15%21.90%
5.10%

Color #F28CBD in popluar number systems.

HEXF28CBD
Decimal242140189
Binary111100101000110010111101
Octal362214275

Shades and tints

Shades of #F28CBD

#F28CBD
(242,140,189)
#DC80AC
(220,128,172)
#C6749B
(198,116,155)
#B0688A
(176,104,138)
#9A5C79
(154,92,121)
#845068
(132,80,104)
#6E4457
(110,68,87)
#583846
(88,56,70)
#422C35
(66,44,53)
#2C2024
(44,32,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #F28CBD

#F28CBD
(242,140,189)
#F396C3
(243,150,195)
#F4A0C9
(244,160,201)
#F5AACF
(245,170,207)
#F6B4D5
(246,180,213)
#F7BEDB
(247,190,219)
#F8C8E1
(248,200,225)
#F9D2E7
(249,210,231)
#FADCED
(250,220,237)
#FBE6F3
(251,230,243)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F28CBD; }

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

This text font color is #F28CBD.


Background Color

.myBgColor { background-color: #F28CBD; }

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

This div background color is #F28CBD.


Border color

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

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

This div border color is #F28CBD.


Opacity

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

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

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

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

This text has shadow with #F28CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F28CBD on black background.


Color preview on white background

This text has color #F28CBD on white background.



Black color preview on #F28CBD background

This text has black color on #F28CBD background.


White color preview on #F28CBD background

This text has white color on #F28CBD background.