COLOR #FB97C0

HEX: #FB97C0
RGB: (251,151,192)

Color info

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

RGB color model

#FB97C0 color RGB value is (251,151,192).

  • red value is 251;
  • green value is 151;
  • blue value is 192.
RGB:
(251,151,192)
(98%,59%,75%)

RGB channels and saturation

R 251 of 255 = 98%
G 151 of 255 = 59%
B 192 of 255 = 75%

251
151
192

R + G + B ~ 77%. #FB97C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 151 + 192 = 594 (100%)
R 251 of 594 ~ 42.26%
G 151 of 594 ~ 25.42%
B 192 of 594 ~ 32.32%

%42.26
%25.42
%32.32

CMYK color model

#FB97C0 color CMYK value is (0,40,24,2).

  • cyan value is 0.00%
  • magenta value is 39.84%
  • yellow value is 23.51%
  • key color value is 1.57%
CMYK:
(0,40,24,2)
C0M40Y24K2 
(0%,40%,24%,2%)
(0.00/0.40/0.24/0.02)	

CMYK percentages

%0
%39.84
%23.51
%1.57

Codes

Color #FB97C0 in popluar color models

FB97C0
RGB251151192
HSL335°92.59%78.82%
HSB/HSV335°39.84%98.43%
CMYK0.00%39.84%23.51%
1.57%

Color #FB97C0 in popluar number systems.

HEXFB97C0
Decimal251151192
Binary111110111001011111000000
Octal373227300

Shades and tints

Shades of #FB97C0

#FB97C0
(251,151,192)
#E58AAF
(229,138,175)
#CF7D9E
(207,125,158)
#B9708D
(185,112,141)
#A3637C
(163,99,124)
#8D566B
(141,86,107)
#77495A
(119,73,90)
#613C49
(97,60,73)
#4B2F38
(75,47,56)
#352227
(53,34,39)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #FB97C0

#FB97C0
(251,151,192)
#FBA0C5
(251,160,197)
#FBA9CA
(251,169,202)
#FBB2CF
(251,178,207)
#FBBBD4
(251,187,212)
#FBC4D9
(251,196,217)
#FBCDDE
(251,205,222)
#FBD6E3
(251,214,227)
#FBDFE8
(251,223,232)
#FBE8ED
(251,232,237)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB97C0 color. Also use rgb(251,151,192) instead hex code.

Text Font Color

.myTextColor { color: #FB97C0; }

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

This text font color is #FB97C0.


Background Color

.myBgColor { background-color: #FB97C0; }

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

This div background color is #FB97C0.


Border color

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

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

This div border color is #FB97C0.


Opacity

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

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

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

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

This text has shadow with #FB97C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB97C0 on black background.


Color preview on white background

This text has color #FB97C0 on white background.



Black color preview on #FB97C0 background

This text has black color on #FB97C0 background.


White color preview on #FB97C0 background

This text has white color on #FB97C0 background.