COLOR #F9C6EE

HEX: #F9C6EE
RGB: (249,198,238)

Color info

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

RGB color model

#F9C6EE color RGB value is (249,198,238).

  • red value is 249;
  • green value is 198;
  • blue value is 238.
RGB:
(249,198,238)
(98%,78%,93%)

RGB channels and saturation

R 249 of 255 = 98%
G 198 of 255 = 78%
B 238 of 255 = 93%

249
198
238

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

Portions of RGB colors in percentages

R + G + B =
249 + 198 + 238 = 685 (100%)
R 249 of 685 ~ 36.35%
G 198 of 685 ~ 28.91%
B 238 of 685 ~ 34.74%

%36.35
%28.91
%34.74

CMYK color model

#F9C6EE color CMYK value is (0,20,4,2).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK:
(0,20,4,2)
C0M20Y4K2 
(0%,20%,4%,2%)
(0.00/0.20/0.04/0.02)	

CMYK percentages

%0
%20.48
%4.42
%2.35

Codes

Color #F9C6EE in popluar color models

F9C6EE
RGB249198238
HSL313°80.95%87.65%
HSB/HSV313°20.48%97.65%
CMYK0.00%20.48%4.42%
2.35%

Color #F9C6EE in popluar number systems.

HEXF9C6EE
Decimal249198238
Binary111110011100011011101110
Octal371306356

Shades and tints

Shades of #F9C6EE

#F9C6EE
(249,198,238)
#E3B4D9
(227,180,217)
#CDA2C4
(205,162,196)
#B790AF
(183,144,175)
#A17E9A
(161,126,154)
#8B6C85
(139,108,133)
#755A70
(117,90,112)
#5F485B
(95,72,91)
#493646
(73,54,70)
#332431
(51,36,49)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #F9C6EE

#F9C6EE
(249,198,238)
#F9CBEF
(249,203,239)
#F9D0F0
(249,208,240)
#F9D5F1
(249,213,241)
#F9DAF2
(249,218,242)
#F9DFF3
(249,223,243)
#F9E4F4
(249,228,244)
#F9E9F5
(249,233,245)
#F9EEF6
(249,238,246)
#F9F3F7
(249,243,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C6EE; }

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

This text font color is #F9C6EE.


Background Color

.myBgColor { background-color: #F9C6EE; }

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

This div background color is #F9C6EE.


Border color

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

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

This div border color is #F9C6EE.


Opacity

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

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

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

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

This text has shadow with #F9C6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C6EE on black background.


Color preview on white background

This text has color #F9C6EE on white background.



Black color preview on #F9C6EE background

This text has black color on #F9C6EE background.


White color preview on #F9C6EE background

This text has white color on #F9C6EE background.