HEX: #F4BEEB
RGB: (244,190,235)
#F4BEEB contains red, green and blue colors in about the same proportion. Web safe color of #F4BEEB is #FFCCFF (or #FCF).
#F4BEEB color RGB value is (244,190,235).
RGB: (244,190,235)
(96%, 75%, 92%)
R 244 of 255 = 96%
G 190 of 255 = 75%
B 235 of 255 = 92%
R + G + B ~ 88%. #F4BEEB is light color.
R + G + B = 244 + 190 + 235 = 669 (100%)
R 244 of 669 ~ 36.47%
G 190 of 669 ~ 28.4%
B 235 of 669 ~ 35.13'%
#F4BEEB color CMYK value is (0,22,4,4).
CMYK: (0,22,4,4)
C0M22Y4K4 (0%, 22%, 4%, 4%)
(0.00 / 0.22 / 0.04 / 0.04)
Color #F4BEEB in popluar color models
F4 | BE | EB | |
---|---|---|---|
RGB | 244 | 190 | 235 |
HSL | 310° | 71.05% | 85.10% |
HSB/HSV | 310° | 22.13% | 95.69% |
CMYK | 0.00% | 22.13% | 3.69% |
4.31% |
Color #F4BEEB in popluar number systems.
HEX | F4 | BE | EB |
Decimal | 244 | 190 | 235 |
Binary | 11110100 | 10111110 | 11101011 |
Octal | 364 | 276 | 353 |
Shades of #F4BEEB
Tints of #F4BEEB
Examples of css and html codes for elements with #F4BEEB color. Also use rgb(244,190,235) instead hex code.
.myTextColor { color: #F4BEEB; }
<p style="color:#F4BEEB">This sample text font color is #F4BEEB.</p>
This text font color is #F4BEEB.
.myBgColor { background-color: #F4BEEB; }
<div style="background-color:#F4BEEB">Inner text</div>
This div background color is #F4BEEB.
.myBorderColor { border: 1px solid #F4BEEB; }
<div style="border:3px solid #F4BEEB">Div</div>
This div border color is #F4BEEB.
.myOpacity80 { color: #F4BEEB; opacity: 0.8; }
<p style="color:#F4BEEB;opacity:0.8;">80%</p>
Text with #F4BEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4BEEB;}
<p style="text-shadow: 3px 3px 1px #F4BEEB">Text here.</p>
This text has shadow with #F4BEEB color.
.textShadow {text-shadow: 3px 3px 1px #F4BEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4BEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F4BEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4BEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4BEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4BEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4BEEB;
-webkit-box-shadow: 1px 1px 3px 2px #F4BEEB;
box-shadow: 1px 1px 3px 2px #F4BEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4BEEB; -webkit-box-shadow: 1px 1px 3px 2px #F4BEEB; box-shadow:1px 1px 3px 2px #F4BEEB;">
Div content here
</div>
This text has color #F4BEEB on black background.
This text has color #F4BEEB on white background.
This text has black color on #F4BEEB background.
This text has white color on #F4BEEB background.
Complementary color for #hex is #0B4114.