COLOR #F3CBE6

HEX: #F3CBE6
RGB: (243,203,230)

Color info

#F3CBE6 contains red, green and blue colors in about the same proportion. Web safe color of #F3CBE6 is #FFCCCC (or #FCC).

RGB color model

#F3CBE6 color RGB value is (243,203,230).

  • red value is 243;
  • green value is 203;
  • blue value is 230.
RGB:
(243,203,230)
(95%,80%,90%)

RGB channels and saturation

R 243 of 255 = 95%
G 203 of 255 = 80%
B 230 of 255 = 90%

243
203
230

R + G + B ~ 88%. #F3CBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 203 + 230 = 676 (100%)
R 243 of 676 ~ 35.95%
G 203 of 676 ~ 30.03%
B 230 of 676 ~ 34.02%

%35.95
%30.03
%34.02

CMYK color model

#F3CBE6 color CMYK value is (0,16,5,5).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 5.35%
  • key color value is 4.71%
CMYK:
(0,16,5,5)
C0M16Y5K5 
(0%,16%,5%,5%)
(0.00/0.16/0.05/0.05)	

CMYK percentages

%0
%16.46
%5.35
%4.71

Codes

Color #F3CBE6 in popluar color models

F3CBE6
RGB243203230
HSL320°62.50%87.45%
HSB/HSV320°16.46%95.29%
CMYK0.00%16.46%5.35%
4.71%

Color #F3CBE6 in popluar number systems.

HEXF3CBE6
Decimal243203230
Binary111100111100101111100110
Octal363313346

Shades and tints

Shades of #F3CBE6

#F3CBE6
(243,203,230)
#DDB9D2
(221,185,210)
#C7A7BE
(199,167,190)
#B195AA
(177,149,170)
#9B8396
(155,131,150)
#857182
(133,113,130)
#6F5F6E
(111,95,110)
#594D5A
(89,77,90)
#433B46
(67,59,70)
#2D2932
(45,41,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #F3CBE6

#F3CBE6
(243,203,230)
#F4CFE8
(244,207,232)
#F5D3EA
(245,211,234)
#F6D7EC
(246,215,236)
#F7DBEE
(247,219,238)
#F8DFF0
(248,223,240)
#F9E3F2
(249,227,242)
#FAE7F4
(250,231,244)
#FBEBF6
(251,235,246)
#FCEFF8
(252,239,248)
#FDF3FA
(253,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CBE6 color. Also use rgb(243,203,230) instead hex code.

Text Font Color

.myTextColor { color: #F3CBE6; }

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

This text font color is #F3CBE6.


Background Color

.myBgColor { background-color: #F3CBE6; }

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

This div background color is #F3CBE6.


Border color

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

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

This div border color is #F3CBE6.


Opacity

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

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

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

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

This text has shadow with #F3CBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CBE6 on black background.


Color preview on white background

This text has color #F3CBE6 on white background.



Black color preview on #F3CBE6 background

This text has black color on #F3CBE6 background.


White color preview on #F3CBE6 background

This text has white color on #F3CBE6 background.