COLOR #F9CEEB

HEX: #F9CEEB
RGB: (249,206,235)

Color info

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

RGB color model

#F9CEEB color RGB value is (249,206,235).

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

RGB channels and saturation

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

249
206
235

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

Portions of RGB colors in percentages

R + G + B =
249 + 206 + 235 = 690 (100%)
R 249 of 690 ~ 36.09%
G 206 of 690 ~ 29.86%
B 235 of 690 ~ 34.06%

%36.09
%29.86
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.27%
  • 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
%17.27
%5.62
%2.35

Codes

Color #F9CEEB in popluar color models

F9CEEB
RGB249206235
HSL320°78.18%89.22%
HSB/HSV320°17.27%97.65%
CMYK0.00%17.27%5.62%
2.35%

Color #F9CEEB in popluar number systems.

HEXF9CEEB
Decimal249206235
Binary111110011100111011101011
Octal371316353

Shades and tints

Shades of #F9CEEB

#F9CEEB
(249,206,235)
#E3BCD6
(227,188,214)
#CDAAC1
(205,170,193)
#B798AC
(183,152,172)
#A18697
(161,134,151)
#8B7482
(139,116,130)
#75626D
(117,98,109)
#5F5058
(95,80,88)
#493E43
(73,62,67)
#332C2E
(51,44,46)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #F9CEEB

#F9CEEB
(249,206,235)
#F9D2EC
(249,210,236)
#F9D6ED
(249,214,237)
#F9DAEE
(249,218,238)
#F9DEEF
(249,222,239)
#F9E2F0
(249,226,240)
#F9E6F1
(249,230,241)
#F9EAF2
(249,234,242)
#F9EEF3
(249,238,243)
#F9F2F4
(249,242,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CEEB; }

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

This text font color is #F9CEEB.


Background Color

.myBgColor { background-color: #F9CEEB; }

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

This div background color is #F9CEEB.


Border color

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

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

This div border color is #F9CEEB.


Opacity

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

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

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

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

This text has shadow with #F9CEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CEEB on black background.


Color preview on white background

This text has color #F9CEEB on white background.



Black color preview on #F9CEEB background

This text has black color on #F9CEEB background.


White color preview on #F9CEEB background

This text has white color on #F9CEEB background.