COLOR #F9CFEB

HEX: #F9CFEB
RGB: (249,207,235)

Color info

#F9CFEB contains red, green and blue colors in about the same proportion. Web safe color of #F9CFEB is #FFCCFF (or #FCF).

RGB color model

#F9CFEB color RGB value is (249,207,235).

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

RGB channels and saturation

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

249
207
235

R + G + B ~ 90%. #F9CFEB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 207 + 235 = 691 (100%)
R 249 of 691 ~ 36.03%
G 207 of 691 ~ 29.96%
B 235 of 691 ~ 34.01%

%36.03
%29.96
%34.01

CMYK color model

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

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

CMYK percentages

%0
%16.87
%5.62
%2.35

Codes

Color #F9CFEB in popluar color models

F9CFEB
RGB249207235
HSL320°77.78%89.41%
HSB/HSV320°16.87%97.65%
CMYK0.00%16.87%5.62%
2.35%

Color #F9CFEB in popluar number systems.

HEXF9CFEB
Decimal249207235
Binary111110011100111111101011
Octal371317353

Shades and tints

Shades of #F9CFEB

#F9CFEB
(249,207,235)
#E3BDD6
(227,189,214)
#CDABC1
(205,171,193)
#B799AC
(183,153,172)
#A18797
(161,135,151)
#8B7582
(139,117,130)
#75636D
(117,99,109)
#5F5158
(95,81,88)
#493F43
(73,63,67)
#332D2E
(51,45,46)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #F9CFEB

#F9CFEB
(249,207,235)
#F9D3EC
(249,211,236)
#F9D7ED
(249,215,237)
#F9DBEE
(249,219,238)
#F9DFEF
(249,223,239)
#F9E3F0
(249,227,240)
#F9E7F1
(249,231,241)
#F9EBF2
(249,235,242)
#F9EFF3
(249,239,243)
#F9F3F4
(249,243,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CFEB; }

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

This text font color is #F9CFEB.


Background Color

.myBgColor { background-color: #F9CFEB; }

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

This div background color is #F9CFEB.


Border color

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

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

This div border color is #F9CFEB.


Opacity

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

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

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

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

This text has shadow with #F9CFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CFEB on black background.


Color preview on white background

This text has color #F9CFEB on white background.



Black color preview on #F9CFEB background

This text has black color on #F9CFEB background.


White color preview on #F9CFEB background

This text has white color on #F9CFEB background.