COLOR #F9CBEC

HEX: #F9CBEC RGB: (249,203,236)

Color info

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

RGB color model

#F9CBEC color RGB value is (249,203,236).

RGB: (249,203,236) (98%, 80%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 203 of 255 = 80%
B 236 of 255 = 93%

249
203
236

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

Portions of RGB colors in percentages

R + G + B = 249 + 203 + 236 = 688 (100%)
R 249 of 688 ~ 36.19%
G 203 of 688 ~ 29.51%
B 236 of 688 ~ 34.3'%

%36.19
%29.51
%34.3

CMYK color model

#F9CBEC color CMYK value is (0,18,5,2).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 5.22%
  • key color value is 2.35%

CMYK: (0,18,5,2)
C0M18Y5K2 (0%, 18%, 5%, 2%)
(0.00 / 0.18 / 0.05 / 0.02)

CMYK percentages

%0
%18.47
%5.22
%2.35

Codes

Color #F9CBEC in popluar color models

F9 CB EC
RGB 249 203 236
HSL 317° 79.31% 88.63%
HSB/HSV 317° 18.47% 97.65%
CMYK 0.00% 18.47% 5.22%
2.35%

Color #F9CBEC in popluar number systems.

HEX F9 CB EC
Decimal 249 203 236
Binary 11111001 11001011 11101100
Octal 371 313 354

Shades and tints

Shades of #F9CBEC

#F9CBEC
(249,203,236)
#E3B9D7
(227,185,215)
#CDA7C2
(205,167,194)
#B795AD
(183,149,173)
#A18398
(161,131,152)
#8B7183
(139,113,131)
#755F6E
(117,95,110)
#5F4D59
(95,77,89)
#493B44
(73,59,68)
#33292F
(51,41,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #F9CBEC

#F9CBEC
(249,203,236)
#F9CFED
(249,207,237)
#F9D3EE
(249,211,238)
#F9D7EF
(249,215,239)
#F9DBF0
(249,219,240)
#F9DFF1
(249,223,241)
#F9E3F2
(249,227,242)
#F9E7F3
(249,231,243)
#F9EBF4
(249,235,244)
#F9EFF5
(249,239,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CBEC; }

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

This text font color is #F9CBEC.

Background Color

.myBgColor { background-color: #F9CBEC; }

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

This div background color is #F9CBEC.

Border color

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

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

This div border color is #F9CBEC.

Opacity

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

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

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

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

This text has shadow with #F9CBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CBEC.

Preview

Color preview on black background

This text has color #F9CBEC on black background.


Color preview on white background

This text has color #F9CBEC on white background.


Black color preview on #F9CBEC background

This text has black color on #F9CBEC background.


White color preview on #F9CBEC background

This text has white color on #F9CBEC background.


Related colors

Complementary color

Complementary color for #hex is #063413.


I love getcolorcode.com

Triadic colors

1 #ECF9CB and #CBECF9 with #F9CBEC are triadic colors.

2 #ECCBF9 and #CBF9EC with #F9CBEC are triadic colors.