Color spaces of #fadffe
RGB | 250 | 223 | 254 |
---|---|---|---|
HSL | 0.81 | 0.94 | 0.94 |
HSV | 292° | 12° | 100° |
CMYK | 0.02 | 0.12 | 0.00 0.00 |
XYZ | 83.7014 | 80.2551 | 104.8452 |
Yxy | 80.2551 | 0.3114 | 0.2986 |
Hunter Lab | 89.5852 | 10.0023 | -6.6798 |
CIE-Lab | 91.7992 | 14.6049 | -11.6358 |
#fadffe color RGB value is (250,223,254).
#fadffe hex color red value is 250, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fadffe hue: 0.81 , saturation: 0.94 and the lightness value of fadffe is 0.94.
The process color (four color CMYK) of #fadffe color hex is 0.02, 0.12, 0.00, 0.00. Web safe color of #fadffe is #ffccff. Color #fadffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 11111110 |
Octal | 372 | 337 | 376 |
Decimal | 250 | 223 | 254 |
Hex | FA | DF | FE |
Shades of #fadffe
Tints of #fadffe
RGB Percentages of Color #fadffe
CMYK Percentages of Color #fadffe
Complementary Color
#fadffe | #e3fedf |
#fadffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadffe Color CSS Codes
.mybgcolor {background-color:#fadffe; } .myforecolor {color:#fadffe; } .mybordercolor {border:3px solid #fadffe; }
#fadffe Text Font Color
<p style="color:#fadffe">Text here</p>
This sample text font color is #fadffe
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.
#fadffe Background Color
<div style="background-color:#fadffe">
Div content here</div>
This div background color is #fadffe
#fadffe Border Color
<div style="border:3px solid #fadffe">
Div here</div>
This div border color is #fadffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadffe; -webkit-box-shadow: 1px 1px 3px 2px #fadffe; box-shadow: 1px 1px 3px 2px #fadffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadffe; -webkit-box-shadow: 1px 1px 3px 2px #fadffe; box-shadow: 1px 1px 3px 2px #fadffe;">
Div content here</div>
This div box has shadow with color #fadffe
Related Colors
Comments
No comments written yet.
Please login to write comment.