COLOR #F9CEEF

HEX: #F9CEEF
RGB: (249,206,239)

Color info

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

RGB color model

#F9CEEF color RGB value is (249,206,239).

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

RGB channels and saturation

R 249 of 255 = 98%
G 206 of 255 = 81%
B 239 of 255 = 94%

249
206
239

R + G + B ~ 91%. #F9CEEF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 206 + 239 = 694 (100%)
R 249 of 694 ~ 35.88%
G 206 of 694 ~ 29.68%
B 239 of 694 ~ 34.44%

%35.88
%29.68
%34.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(0,17,4,2)
C0M17Y4K2 
(0%,17%,4%,2%)
(0.00/0.17/0.04/0.02)	

CMYK percentages

%0
%17.27
%4.02
%2.35

Codes

Color #F9CEEF in popluar color models

F9CEEF
RGB249206239
HSL314°78.18%89.22%
HSB/HSV314°17.27%97.65%
CMYK0.00%17.27%4.02%
2.35%

Color #F9CEEF in popluar number systems.

HEXF9CEEF
Decimal249206239
Binary111110011100111011101111
Octal371316357

Shades and tints

Shades of #F9CEEF

#F9CEEF
(249,206,239)
#E3BCDA
(227,188,218)
#CDAAC5
(205,170,197)
#B798B0
(183,152,176)
#A1869B
(161,134,155)
#8B7486
(139,116,134)
#756271
(117,98,113)
#5F505C
(95,80,92)
#493E47
(73,62,71)
#332C32
(51,44,50)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #F9CEEF

#F9CEEF
(249,206,239)
#F9D2F0
(249,210,240)
#F9D6F1
(249,214,241)
#F9DAF2
(249,218,242)
#F9DEF3
(249,222,243)
#F9E2F4
(249,226,244)
#F9E6F5
(249,230,245)
#F9EAF6
(249,234,246)
#F9EEF7
(249,238,247)
#F9F2F8
(249,242,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CEEF; }

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

This text font color is #F9CEEF.


Background Color

.myBgColor { background-color: #F9CEEF; }

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

This div background color is #F9CEEF.


Border color

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

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

This div border color is #F9CEEF.


Opacity

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

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

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

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

This text has shadow with #F9CEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CEEF on black background.


Color preview on white background

This text has color #F9CEEF on white background.



Black color preview on #F9CEEF background

This text has black color on #F9CEEF background.


White color preview on #F9CEEF background

This text has white color on #F9CEEF background.