COLOR #F3B5EE

HEX: #F3B5EE RGB: (243,181,238)

Color info

#F3B5EE contains mainly red and blue colors. Web safe color of #F3B5EE is #FFCCFF (or #FCF).

RGB color model

#F3B5EE color RGB value is (243,181,238).

RGB: (243,181,238) (95%, 71%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 181 of 255 = 71%
B 238 of 255 = 93%

243
181
238

R + G + B ~ 86%. #F3B5EE is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 181 + 238 = 662 (100%)
R 243 of 662 ~ 36.71%
G 181 of 662 ~ 27.34%
B 238 of 662 ~ 35.95'%

%36.71
%27.34
%35.95

CMYK color model

#F3B5EE color CMYK value is (0,26,2,5).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 2.06%
  • key color value is 4.71%

CMYK: (0,26,2,5)
C0M26Y2K5 (0%, 26%, 2%, 5%)
(0.00 / 0.26 / 0.02 / 0.05)

CMYK percentages

%0
%25.51
%2.06
%4.71

Codes

Color #F3B5EE in popluar color models

F3 B5 EE
RGB 243 181 238
HSL 305° 72.09% 83.14%
HSB/HSV 305° 25.51% 95.29%
CMYK 0.00% 25.51% 2.06%
4.71%

Color #F3B5EE in popluar number systems.

HEX F3 B5 EE
Decimal 243 181 238
Binary 11110011 10110101 11101110
Octal 363 265 356

Shades and tints

Shades of #F3B5EE

#F3B5EE
(243,181,238)
#DDA5D9
(221,165,217)
#C795C4
(199,149,196)
#B185AF
(177,133,175)
#9B759A
(155,117,154)
#856585
(133,101,133)
#6F5570
(111,85,112)
#59455B
(89,69,91)
#433546
(67,53,70)
#2D2531
(45,37,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #F3B5EE

#F3B5EE
(243,181,238)
#F4BBEF
(244,187,239)
#F5C1F0
(245,193,240)
#F6C7F1
(246,199,241)
#F7CDF2
(247,205,242)
#F8D3F3
(248,211,243)
#F9D9F4
(249,217,244)
#FADFF5
(250,223,245)
#FBE5F6
(251,229,246)
#FCEBF7
(252,235,247)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B5EE color. Also use rgb(243,181,238) instead hex code.

Text Font Color

.myTextColor { color: #F3B5EE; }

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

This text font color is #F3B5EE.

Background Color

.myBgColor { background-color: #F3B5EE; }

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

This div background color is #F3B5EE.

Border color

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

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

This div border color is #F3B5EE.

Opacity

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

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

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

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

This text has shadow with #F3B5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B5EE.

Preview

Color preview on black background

This text has color #F3B5EE on black background.


Color preview on white background

This text has color #F3B5EE on white background.


Black color preview on #F3B5EE background

This text has black color on #F3B5EE background.


White color preview on #F3B5EE background

This text has white color on #F3B5EE background.


Related colors

Complementary color

Complementary color for #hex is #0C4A11.


I love getcolorcode.com

Triadic colors

1 #EEF3B5 and #B5EEF3 with #F3B5EE are triadic colors.

2 #EEB5F3 and #B5F3EE with #F3B5EE are triadic colors.