COLOR #FABCCF

HEX: #FABCCF
RGB: (250,188,207)

Color info

#FABCCF contains mainly red and blue colors. Web safe color of #FABCCF is #FFCCCC (or #FCC).

RGB color model

#FABCCF color RGB value is (250,188,207).

  • red value is 250;
  • green value is 188;
  • blue value is 207.
RGB:
(250,188,207)
(98%,74%,81%)

RGB channels and saturation

R 250 of 255 = 98%
G 188 of 255 = 74%
B 207 of 255 = 81%

250
188
207

R + G + B ~ 84%. #FABCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 188 + 207 = 645 (100%)
R 250 of 645 ~ 38.76%
G 188 of 645 ~ 29.15%
B 207 of 645 ~ 32.09%

%38.76
%29.15
%32.09

CMYK color model

#FABCCF color CMYK value is (0,25,17,2).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 17.20%
  • key color value is 1.96%
CMYK:
(0,25,17,2)
C0M25Y17K2 
(0%,25%,17%,2%)
(0.00/0.25/0.17/0.02)	

CMYK percentages

%0
%24.8
%17.2
%1.96

Codes

Color #FABCCF in popluar color models

FABCCF
RGB250188207
HSL342°86.11%85.88%
HSB/HSV342°24.80%98.04%
CMYK0.00%24.80%17.20%
1.96%

Color #FABCCF in popluar number systems.

HEXFABCCF
Decimal250188207
Binary111110101011110011001111
Octal372274317

Shades and tints

Shades of #FABCCF

#FABCCF
(250,188,207)
#E4ABBD
(228,171,189)
#CE9AAB
(206,154,171)
#B88999
(184,137,153)
#A27887
(162,120,135)
#8C6775
(140,103,117)
#765663
(118,86,99)
#604551
(96,69,81)
#4A343F
(74,52,63)
#34232D
(52,35,45)
#1E121B
(30,18,27)
#000000
(0,0,0)

Tints of #FABCCF

#FABCCF
(250,188,207)
#FAC2D3
(250,194,211)
#FAC8D7
(250,200,215)
#FACEDB
(250,206,219)
#FAD4DF
(250,212,223)
#FADAE3
(250,218,227)
#FAE0E7
(250,224,231)
#FAE6EB
(250,230,235)
#FAECEF
(250,236,239)
#FAF2F3
(250,242,243)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FABCCF color. Also use rgb(250,188,207) instead hex code.

Text Font Color

.myTextColor { color: #FABCCF; }

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

This text font color is #FABCCF.


Background Color

.myBgColor { background-color: #FABCCF; }

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

This div background color is #FABCCF.


Border color

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

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

This div border color is #FABCCF.


Opacity

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

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

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

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

This text has shadow with #FABCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FABCCF on black background.


Color preview on white background

This text has color #FABCCF on white background.



Black color preview on #FABCCF background

This text has black color on #FABCCF background.


White color preview on #FABCCF background

This text has white color on #FABCCF background.