Color spaces of #f9acfd
RGB | 249 | 172 | 253 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.83 |
HSV | 297° | 32° | 99° |
CMYK | 0.02 | 0.32 | 0.00 0.01 |
XYZ | 71.5491 | 56.7366 | 100.1087 |
Yxy | 56.7366 | 0.3133 | 0.2484 |
Hunter Lab | 75.3237 | 37.7386 | -26.0726 |
CIE-Lab | 80.0312 | 40.9123 | -28.9055 |
#f9acfd color RGB value is (249,172,253).
#f9acfd hex color red value is 249, green value is 172 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f9acfd hue: 0.83 , saturation: 0.95 and the lightness value of f9acfd is 0.83.
The process color (four color CMYK) of #f9acfd color hex is 0.02, 0.32, 0.00, 0.01. Web safe color of #f9acfd is #ff99ff. Color #f9acfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10101100 | 11111101 |
Octal | 371 | 254 | 375 |
Decimal | 249 | 172 | 253 |
Hex | F9 | AC | FD |
Shades of #f9acfd
Tints of #f9acfd
RGB Percentages of Color #f9acfd
CMYK Percentages of Color #f9acfd
Complementary Color
#f9acfd | #b0fdac |
#f9acfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9acfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9acfd Color CSS Codes
.mybgcolor {background-color:#f9acfd; } .myforecolor {color:#f9acfd; } .mybordercolor {border:3px solid #f9acfd; }
#f9acfd Text Font Color
<p style="color:#f9acfd">Text here</p>
This sample text font color is #f9acfd
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.
#f9acfd Background Color
<div style="background-color:#f9acfd">
Div content here</div>
This div background color is #f9acfd
#f9acfd Border Color
<div style="border:3px solid #f9acfd">
Div here</div>
This div border color is #f9acfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,172,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9acfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9acfd; -webkit-box-shadow: 1px 1px 3px 2px #f9acfd; box-shadow: 1px 1px 3px 2px #f9acfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,172,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9acfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9acfd; -webkit-box-shadow: 1px 1px 3px 2px #f9acfd; box-shadow: 1px 1px 3px 2px #f9acfd;">
Div content here</div>
This div box has shadow with color #f9acfd
Related Colors
Comments
No comments written yet.
Please login to write comment.