Color spaces of #fadff9
RGB | 250 | 223 | 249 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.93 |
HSV | 302° | 11° | 98° |
CMYK | 0.00 | 0.11 | 0.00 0.02 |
XYZ | 82.9109 | 79.9389 | 100.6824 |
Yxy | 79.9389 | 0.3146 | 0.3033 |
Hunter Lab | 89.4086 | 9.0628 | -4.1801 |
CIE-Lab | 91.6574 | 13.7024 | -9.2311 |
#fadff9 color RGB value is (250,223,249).
#fadff9 hex color red value is 250, green value is 223 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #fadff9 hue: 0.84 , saturation: 0.73 and the lightness value of fadff9 is 0.93.
The process color (four color CMYK) of #fadff9 color hex is 0.00, 0.11, 0.00, 0.02. Web safe color of #fadff9 is #ffccff. Color #fadff9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 11111001 |
Octal | 372 | 337 | 371 |
Decimal | 250 | 223 | 249 |
Hex | FA | DF | F9 |
Shades of #fadff9
Tints of #fadff9
RGB Percentages of Color #fadff9
CMYK Percentages of Color #fadff9
Complementary Color
#fadff9 | #dffae0 |
#fadff9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadff9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadff9 Color CSS Codes
.mybgcolor {background-color:#fadff9; } .myforecolor {color:#fadff9; } .mybordercolor {border:3px solid #fadff9; }
#fadff9 Text Font Color
<p style="color:#fadff9">Text here</p>
This sample text font color is #fadff9
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.
#fadff9 Background Color
<div style="background-color:#fadff9">
Div content here</div>
This div background color is #fadff9
#fadff9 Border Color
<div style="border:3px solid #fadff9">
Div here</div>
This div border color is #fadff9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadff9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadff9; -webkit-box-shadow: 1px 1px 3px 2px #fadff9; box-shadow: 1px 1px 3px 2px #fadff9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadff9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadff9; -webkit-box-shadow: 1px 1px 3px 2px #fadff9; box-shadow: 1px 1px 3px 2px #fadff9;">
Div content here</div>
This div box has shadow with color #fadff9
Comments
No comments written yet.
Please login to write comment.