COLOR #F9CFCF

HEX: #F9CFCF
RGB: (249,207,207)

Color info

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

RGB color model

#F9CFCF color RGB value is (249,207,207).

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

RGB channels and saturation

R 249 of 255 = 98%
G 207 of 255 = 81%
B 207 of 255 = 81%

249
207
207

R + G + B ~ 87%. #F9CFCF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 207 + 207 = 663 (100%)
R 249 of 663 ~ 37.56%
G 207 of 663 ~ 31.22%
B 207 of 663 ~ 31.22%

%37.56
%31.22
%31.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(0,17,17,2)
C0M17Y17K2 
(0%,17%,17%,2%)
(0.00/0.17/0.17/0.02)	

CMYK percentages

%0
%16.87
%16.87
%2.35

Codes

Color #F9CFCF in popluar color models

F9CFCF
RGB249207207
HSL77.78%89.41%
HSB/HSV16.87%97.65%
CMYK0.00%16.87%16.87%
2.35%

Color #F9CFCF in popluar number systems.

HEXF9CFCF
Decimal249207207
Binary111110011100111111001111
Octal371317317

Shades and tints

Shades of #F9CFCF

#F9CFCF
(249,207,207)
#E3BDBD
(227,189,189)
#CDABAB
(205,171,171)
#B79999
(183,153,153)
#A18787
(161,135,135)
#8B7575
(139,117,117)
#756363
(117,99,99)
#5F5151
(95,81,81)
#493F3F
(73,63,63)
#332D2D
(51,45,45)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #F9CFCF

#F9CFCF
(249,207,207)
#F9D3D3
(249,211,211)
#F9D7D7
(249,215,215)
#F9DBDB
(249,219,219)
#F9DFDF
(249,223,223)
#F9E3E3
(249,227,227)
#F9E7E7
(249,231,231)
#F9EBEB
(249,235,235)
#F9EFEF
(249,239,239)
#F9F3F3
(249,243,243)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CFCF; }

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

This text font color is #F9CFCF.


Background Color

.myBgColor { background-color: #F9CFCF; }

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

This div background color is #F9CFCF.


Border color

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

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

This div border color is #F9CFCF.


Opacity

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

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

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

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

This text has shadow with #F9CFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CFCF on black background.


Color preview on white background

This text has color #F9CFCF on white background.



Black color preview on #F9CFCF background

This text has black color on #F9CFCF background.


White color preview on #F9CFCF background

This text has white color on #F9CFCF background.