COLOR #F3BBEE

HEX: #F3BBEE RGB: (243,187,238)

Color info

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

RGB color model

#F3BBEE color RGB value is (243,187,238).

RGB: (243,187,238) (95%, 73%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 187 of 255 = 73%
B 238 of 255 = 93%

243
187
238

R + G + B ~ 87%. #F3BBEE is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 187 + 238 = 668 (100%)
R 243 of 668 ~ 36.38%
G 187 of 668 ~ 27.99%
B 238 of 668 ~ 35.63'%

%36.38
%27.99
%35.63

CMYK color model

#F3BBEE color CMYK value is (0,23,2,5).

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

CMYK: (0,23,2,5)
C0M23Y2K5 (0%, 23%, 2%, 5%)
(0.00 / 0.23 / 0.02 / 0.05)

CMYK percentages

%0
%23.05
%2.06
%4.71

Codes

Color #F3BBEE in popluar color models

F3 BB EE
RGB 243 187 238
HSL 305° 70.00% 84.31%
HSB/HSV 305° 23.05% 95.29%
CMYK 0.00% 23.05% 2.06%
4.71%

Color #F3BBEE in popluar number systems.

HEX F3 BB EE
Decimal 243 187 238
Binary 11110011 10111011 11101110
Octal 363 273 356

Shades and tints

Shades of #F3BBEE

#F3BBEE
(243,187,238)
#DDAAD9
(221,170,217)
#C799C4
(199,153,196)
#B188AF
(177,136,175)
#9B779A
(155,119,154)
#856685
(133,102,133)
#6F5570
(111,85,112)
#59445B
(89,68,91)
#433346
(67,51,70)
#2D2231
(45,34,49)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #F3BBEE

#F3BBEE
(243,187,238)
#F4C1EF
(244,193,239)
#F5C7F0
(245,199,240)
#F6CDF1
(246,205,241)
#F7D3F2
(247,211,242)
#F8D9F3
(248,217,243)
#F9DFF4
(249,223,244)
#FAE5F5
(250,229,245)
#FBEBF6
(251,235,246)
#FCF1F7
(252,241,247)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BBEE; }

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

This text font color is #F3BBEE.

Background Color

.myBgColor { background-color: #F3BBEE; }

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

This div background color is #F3BBEE.

Border color

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

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

This div border color is #F3BBEE.

Opacity

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

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

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

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

This text has shadow with #F3BBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3BBEE.

Preview

Color preview on black background

This text has color #F3BBEE on black background.


Color preview on white background

This text has color #F3BBEE on white background.


Black color preview on #F3BBEE background

This text has black color on #F3BBEE background.


White color preview on #F3BBEE background

This text has white color on #F3BBEE background.


Related colors

Complementary color

Complementary color for #hex is #0C4411.


I love getcolorcode.com

Triadic colors

1 #EEF3BB and #BBEEF3 with #F3BBEE are triadic colors.

2 #EEBBF3 and #BBF3EE with #F3BBEE are triadic colors.