Color spaces of #f9daff
RGB | 249 | 218 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.93 |
HSV | 290° | 15° | 100° |
CMYK | 0.02 | 0.15 | 0.00 0.00 |
XYZ | 82.1883 | 77.5025 | 105.2354 |
Yxy | 77.5025 | 0.3102 | 0.2925 |
Hunter Lab | 88.0355 | 12.5821 | -9.2489 |
CIE-Lab | 90.5524 | 17.0736 | -14.0302 |
#f9daff color RGB value is (249,218,255).
#f9daff hex color red value is 249, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f9daff hue: 0.81 , saturation: 1.00 and the lightness value of f9daff is 0.93.
The process color (four color CMYK) of #f9daff color hex is 0.02, 0.15, 0.00, 0.00. Web safe color of #f9daff is #ffccff. Color #f9daff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11011010 | 11111111 |
Octal | 371 | 332 | 377 |
Decimal | 249 | 218 | 255 |
Hex | F9 | DA | FF |
Shades of #f9daff
Tints of #f9daff
RGB Percentages of Color #f9daff
CMYK Percentages of Color #f9daff
Complementary Color
#f9daff | #e0ffda |
#f9daff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9daff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9daff Color CSS Codes
.mybgcolor {background-color:#f9daff; } .myforecolor {color:#f9daff; } .mybordercolor {border:3px solid #f9daff; }
#f9daff Text Font Color
<p style="color:#f9daff">Text here</p>
This sample text font color is #f9daff
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.
#f9daff Background Color
<div style="background-color:#f9daff">
Div content here</div>
This div background color is #f9daff
#f9daff Border Color
<div style="border:3px solid #f9daff">
Div here</div>
This div border color is #f9daff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,218,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9daff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9daff; -webkit-box-shadow: 1px 1px 3px 2px #f9daff; box-shadow: 1px 1px 3px 2px #f9daff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,218,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9daff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9daff; -webkit-box-shadow: 1px 1px 3px 2px #f9daff; box-shadow: 1px 1px 3px 2px #f9daff;">
Div content here</div>
This div box has shadow with color #f9daff
#f9daff Color Palettes
Comments
No comments written yet.
Please login to write comment.