COLOR #F4B0EB

HEX: #F4B0EB
RGB: (244,176,235)

Color info

#F4B0EB contains mainly red and blue colors. Web safe color of #F4B0EB is #FF99FF (or #F9F).

RGB color model

#F4B0EB color RGB value is (244,176,235).

  • red value is 244;
  • green value is 176;
  • blue value is 235.
RGB:
(244,176,235)
(96%,69%,92%)

RGB channels and saturation

R 244 of 255 = 96%
G 176 of 255 = 69%
B 235 of 255 = 92%

244
176
235

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

Portions of RGB colors in percentages

R + G + B =
244 + 176 + 235 = 655 (100%)
R 244 of 655 ~ 37.25%
G 176 of 655 ~ 26.87%
B 235 of 655 ~ 35.88%

%37.25
%26.87
%35.88

CMYK color model

#F4B0EB color CMYK value is (0,28,4,4).

  • cyan value is 0.00%
  • magenta value is 27.87%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(0,28,4,4)
C0M28Y4K4 
(0%,28%,4%,4%)
(0.00/0.28/0.04/0.04)	

CMYK percentages

%0
%27.87
%3.69
%4.31

Codes

Color #F4B0EB in popluar color models

F4B0EB
RGB244176235
HSL308°75.56%82.35%
HSB/HSV308°27.87%95.69%
CMYK0.00%27.87%3.69%
4.31%

Color #F4B0EB in popluar number systems.

HEXF4B0EB
Decimal244176235
Binary111101001011000011101011
Octal364260353

Shades and tints

Shades of #F4B0EB

#F4B0EB
(244,176,235)
#DEA0D6
(222,160,214)
#C890C1
(200,144,193)
#B280AC
(178,128,172)
#9C7097
(156,112,151)
#866082
(134,96,130)
#70506D
(112,80,109)
#5A4058
(90,64,88)
#443043
(68,48,67)
#2E202E
(46,32,46)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #F4B0EB

#F4B0EB
(244,176,235)
#F5B7EC
(245,183,236)
#F6BEED
(246,190,237)
#F7C5EE
(247,197,238)
#F8CCEF
(248,204,239)
#F9D3F0
(249,211,240)
#FADAF1
(250,218,241)
#FBE1F2
(251,225,242)
#FCE8F3
(252,232,243)
#FDEFF4
(253,239,244)
#FEF6F5
(254,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B0EB color. Also use rgb(244,176,235) instead hex code.

Text Font Color

.myTextColor { color: #F4B0EB; }

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

This text font color is #F4B0EB.


Background Color

.myBgColor { background-color: #F4B0EB; }

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

This div background color is #F4B0EB.


Border color

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

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

This div border color is #F4B0EB.


Opacity

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

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

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

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

This text has shadow with #F4B0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B0EB on black background.


Color preview on white background

This text has color #F4B0EB on white background.



Black color preview on #F4B0EB background

This text has black color on #F4B0EB background.


White color preview on #F4B0EB background

This text has white color on #F4B0EB background.