Color spaces of #f998ca
RGB | 249 | 152 | 202 |
---|---|---|---|
HSL | 0.91 | 0.89 | 0.79 |
HSV | 329° | 39° | 98° |
CMYK | 0.00 | 0.39 | 0.19 0.02 |
XYZ | 60.9558 | 46.8605 | 61.7094 |
Yxy | 46.8605 | 0.3596 | 0.2764 |
Hunter Lab | 68.4547 | 39.1503 | -5.5294 |
CIE-Lab | 74.1005 | 42.8196 | -10.1655 |
#f998ca color RGB value is (249,152,202).
#f998ca hex color red value is 249, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f998ca hue: 0.91 , saturation: 0.89 and the lightness value of f998ca is 0.79.
The process color (four color CMYK) of #f998ca color hex is 0.00, 0.39, 0.19, 0.02. Web safe color of #f998ca is #ff99cc. Color #f998ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10011000 | 11001010 |
Octal | 371 | 230 | 312 |
Decimal | 249 | 152 | 202 |
Hex | F9 | 98 | CA |
Shades of #f998ca
Tints of #f998ca
RGB Percentages of Color #f998ca
CMYK Percentages of Color #f998ca
Complementary Color
#f998ca | #98f9c7 |
#f998ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f998ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f998ca Color CSS Codes
.mybgcolor {background-color:#f998ca; } .myforecolor {color:#f998ca; } .mybordercolor {border:3px solid #f998ca; }
#f998ca Text Font Color
<p style="color:#f998ca">Text here</p>
This sample text font color is #f998ca
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.
#f998ca Background Color
<div style="background-color:#f998ca">
Div content here</div>
This div background color is #f998ca
#f998ca Border Color
<div style="border:3px solid #f998ca">
Div here</div>
This div border color is #f998ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,152,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f998ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f998ca; -webkit-box-shadow: 1px 1px 3px 2px #f998ca; box-shadow: 1px 1px 3px 2px #f998ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,152,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f998ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f998ca; -webkit-box-shadow: 1px 1px 3px 2px #f998ca; box-shadow: 1px 1px 3px 2px #f998ca;">
Div content here</div>
This div box has shadow with color #f998ca
Comments
No comments written yet.
Please login to write comment.