Color spaces of #f98bdd
RGB | 249 | 139 | 221 |
---|---|---|---|
HSL | 0.88 | 0.90 | 0.76 |
HSV | 315° | 44° | 98° |
CMYK | 0.00 | 0.44 | 0.11 0.02 |
XYZ | 61.3507 | 43.8254 | 73.6322 |
Yxy | 43.8254 | 0.3431 | 0.2451 |
Hunter Lab | 66.2008 | 49.5713 | -19.6051 |
CIE-Lab | 72.1116 | 52.3212 | -23.6327 |
#f98bdd color RGB value is (249,139,221).
#f98bdd hex color red value is 249, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f98bdd hue: 0.88 , saturation: 0.90 and the lightness value of f98bdd is 0.76.
The process color (four color CMYK) of #f98bdd color hex is 0.00, 0.44, 0.11, 0.02. Web safe color of #f98bdd is #ff99cc. Color #f98bdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10001011 | 11011101 |
Octal | 371 | 213 | 335 |
Decimal | 249 | 139 | 221 |
Hex | F9 | 8B | DD |
Shades of #f98bdd
Tints of #f98bdd
RGB Percentages of Color #f98bdd
CMYK Percentages of Color #f98bdd
Complementary Color
#f98bdd | #8bf9a7 |
#f98bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f98bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f98bdd Color CSS Codes
.mybgcolor {background-color:#f98bdd; } .myforecolor {color:#f98bdd; } .mybordercolor {border:3px solid #f98bdd; }
#f98bdd Text Font Color
<p style="color:#f98bdd">Text here</p>
This sample text font color is #f98bdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f98bdd Background Color
<div style="background-color:#f98bdd">
Div content here</div>
This div background color is #f98bdd
#f98bdd Border Color
<div style="border:3px solid #f98bdd">
Div here</div>
This div border color is #f98bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,139,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f98bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f98bdd; -webkit-box-shadow: 1px 1px 3px 2px #f98bdd; box-shadow: 1px 1px 3px 2px #f98bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,139,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f98bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f98bdd; -webkit-box-shadow: 1px 1px 3px 2px #f98bdd; box-shadow: 1px 1px 3px 2px #f98bdd;">
Div content here</div>
This div box has shadow with color #f98bdd
Comments
No comments written yet.
Please login to write comment.