HEX: #F5BEDD
RGB: (245,190,221)
#F5BEDD contains red, green and blue colors in about the same proportion. Web safe color of #F5BEDD is #FFCCCC (or #FCC).
#F5BEDD color RGB value is (245,190,221).
RGB: (245,190,221)
(96%, 75%, 87%)
R 245 of 255 = 96%
G 190 of 255 = 75%
B 221 of 255 = 87%
R + G + B ~ 86%. #F5BEDD is light color.
R + G + B = 245 + 190 + 221 = 656 (100%)
R 245 of 656 ~ 37.35%
G 190 of 656 ~ 28.96%
B 221 of 656 ~ 33.69'%
#F5BEDD color CMYK value is (0,22,10,4).
CMYK: (0,22,10,4) C0M22Y10K4 (0%,22%,10%,4%) (0.00/0.22/0.10/0.04)
Color #F5BEDD in popluar color models
F5 | BE | DD | |
---|---|---|---|
RGB | 245 | 190 | 221 |
HSL | 326° | 73.33% | 85.29% |
HSB/HSV | 326° | 22.45% | 96.08% |
CMYK | 0.00% | 22.45% | 9.80% |
3.92% |
Color #F5BEDD in popluar number systems.
HEX | F5 | BE | DD |
Decimal | 245 | 190 | 221 |
Binary | 11110101 | 10111110 | 11011101 |
Octal | 365 | 276 | 335 |
Shades of #F5BEDD
Tints of #F5BEDD
Examples of css and html codes for elements with #F5BEDD color. Also use rgb(245,190,221) instead hex code.
.myTextColor { color: #F5BEDD; }
<p style="color:#F5BEDD">This sample text font color is #F5BEDD.</p>
This text font color is #F5BEDD.
.myBgColor { background-color: #F5BEDD; }
<div style="background-color:#F5BEDD">Inner text</div>
This div background color is #F5BEDD.
.myBorderColor { border: 1px solid #F5BEDD; }
<div style="border:3px solid #F5BEDD">Div</div>
This div border color is #F5BEDD.
.myOpacity80 { color: #F5BEDD; opacity: 0.8; }
<p style="color:#F5BEDD;opacity:0.8;">80%</p>
Text with #F5BEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5BEDD;}
<p style="text-shadow: 3px 3px 1px #F5BEDD">Text here.</p>
This text has shadow with #F5BEDD color.
.textShadow {text-shadow: 3px 3px 1px #F5BEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5BEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5BEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5BEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5BEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5BEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5BEDD;
-webkit-box-shadow: 1px 1px 3px 2px #F5BEDD;
box-shadow: 1px 1px 3px 2px #F5BEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5BEDD; -webkit-box-shadow: 1px 1px 3px 2px #F5BEDD; box-shadow:1px 1px 3px 2px #F5BEDD;">
Div content here
</div>
This text has color #F5BEDD on black background.
This text has color #F5BEDD on white background.
This text has black color on #F5BEDD background.
This text has white color on #F5BEDD background.
Complementary color for #hex is #0A4122.