COLOR #F9CEF5

HEX: #F9CEF5
RGB: (249,206,245)

Color info

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

RGB color model

#F9CEF5 color RGB value is (249,206,245).

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

RGB channels and saturation

R 249 of 255 = 98%
G 206 of 255 = 81%
B 245 of 255 = 96%

249
206
245

R + G + B ~ 92%. #F9CEF5 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 206 + 245 = 700 (100%)
R 249 of 700 ~ 35.57%
G 206 of 700 ~ 29.43%
B 245 of 700 ~ 35%

%35.57
%29.43
%35

CMYK color model

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

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

CMYK percentages

%0
%17.27
%1.61
%2.35

Codes

Color #F9CEF5 in popluar color models

F9CEF5
RGB249206245
HSL306°78.18%89.22%
HSB/HSV306°17.27%97.65%
CMYK0.00%17.27%1.61%
2.35%

Color #F9CEF5 in popluar number systems.

HEXF9CEF5
Decimal249206245
Binary111110011100111011110101
Octal371316365

Shades and tints

Shades of #F9CEF5

#F9CEF5
(249,206,245)
#E3BCDF
(227,188,223)
#CDAAC9
(205,170,201)
#B798B3
(183,152,179)
#A1869D
(161,134,157)
#8B7487
(139,116,135)
#756271
(117,98,113)
#5F505B
(95,80,91)
#493E45
(73,62,69)
#332C2F
(51,44,47)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #F9CEF5

#F9CEF5
(249,206,245)
#F9D2F5
(249,210,245)
#F9D6F5
(249,214,245)
#F9DAF5
(249,218,245)
#F9DEF5
(249,222,245)
#F9E2F5
(249,226,245)
#F9E6F5
(249,230,245)
#F9EAF5
(249,234,245)
#F9EEF5
(249,238,245)
#F9F2F5
(249,242,245)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CEF5; }

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

This text font color is #F9CEF5.


Background Color

.myBgColor { background-color: #F9CEF5; }

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

This div background color is #F9CEF5.


Border color

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

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

This div border color is #F9CEF5.


Opacity

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

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

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

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

This text has shadow with #F9CEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CEF5 on black background.


Color preview on white background

This text has color #F9CEF5 on white background.



Black color preview on #F9CEF5 background

This text has black color on #F9CEF5 background.


White color preview on #F9CEF5 background

This text has white color on #F9CEF5 background.