COLOR #F9CBEB

HEX: #F9CBEB
RGB: (249,203,235)

Color info

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

RGB color model

#F9CBEB color RGB value is (249,203,235).

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

RGB channels and saturation

R 249 of 255 = 98%
G 203 of 255 = 80%
B 235 of 255 = 92%

249
203
235

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

Portions of RGB colors in percentages

R + G + B =
249 + 203 + 235 = 687 (100%)
R 249 of 687 ~ 36.24%
G 203 of 687 ~ 29.55%
B 235 of 687 ~ 34.21%

%36.24
%29.55
%34.21

CMYK color model

#F9CBEB color CMYK value is (0,18,6,2).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(0,18,6,2)
C0M18Y6K2 
(0%,18%,6%,2%)
(0.00/0.18/0.06/0.02)	

CMYK percentages

%0
%18.47
%5.62
%2.35

Codes

Color #F9CBEB in popluar color models

F9CBEB
RGB249203235
HSL318°79.31%88.63%
HSB/HSV318°18.47%97.65%
CMYK0.00%18.47%5.62%
2.35%

Color #F9CBEB in popluar number systems.

HEXF9CBEB
Decimal249203235
Binary111110011100101111101011
Octal371313353

Shades and tints

Shades of #F9CBEB

#F9CBEB
(249,203,235)
#E3B9D6
(227,185,214)
#CDA7C1
(205,167,193)
#B795AC
(183,149,172)
#A18397
(161,131,151)
#8B7182
(139,113,130)
#755F6D
(117,95,109)
#5F4D58
(95,77,88)
#493B43
(73,59,67)
#33292E
(51,41,46)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #F9CBEB

#F9CBEB
(249,203,235)
#F9CFEC
(249,207,236)
#F9D3ED
(249,211,237)
#F9D7EE
(249,215,238)
#F9DBEF
(249,219,239)
#F9DFF0
(249,223,240)
#F9E3F1
(249,227,241)
#F9E7F2
(249,231,242)
#F9EBF3
(249,235,243)
#F9EFF4
(249,239,244)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CBEB; }

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

This text font color is #F9CBEB.


Background Color

.myBgColor { background-color: #F9CBEB; }

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

This div background color is #F9CBEB.


Border color

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

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

This div border color is #F9CBEB.


Opacity

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

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

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

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

This text has shadow with #F9CBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CBEB on black background.


Color preview on white background

This text has color #F9CBEB on white background.



Black color preview on #F9CBEB background

This text has black color on #F9CBEB background.


White color preview on #F9CBEB background

This text has white color on #F9CBEB background.