Color spaces of #faceff
RGB | 250 | 206 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.90 |
HSV | 294° | 19° | 100° |
CMYK | 0.02 | 0.19 | 0.00 0.00 |
XYZ | 79.5456 | 71.6866 | 104.2521 |
Yxy | 71.6866 | 0.3114 | 0.2806 |
Hunter Lab | 84.6679 | 19.5320 | -13.7365 |
CIE-Lab | 87.8175 | 23.7005 | -18.1277 |
#faceff color RGB value is (250,206,255).
#faceff hex color red value is 250, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #faceff hue: 0.82 , saturation: 1.00 and the lightness value of faceff is 0.90.
The process color (four color CMYK) of #faceff color hex is 0.02, 0.19, 0.00, 0.00. Web safe color of #faceff is #ffccff. Color #faceff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001110 | 11111111 |
Octal | 372 | 316 | 377 |
Decimal | 250 | 206 | 255 |
Hex | FA | CE | FF |
Shades of #faceff
Tints of #faceff
RGB Percentages of Color #faceff
CMYK Percentages of Color #faceff
Complementary Color
#faceff | #d3ffce |
#faceff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faceff Color Preview on White Background
Lorem ipsum dolor sit amet.
#faceff Color CSS Codes
.mybgcolor {background-color:#faceff; } .myforecolor {color:#faceff; } .mybordercolor {border:3px solid #faceff; }
#faceff Text Font Color
<p style="color:#faceff">Text here</p>
This sample text font color is #faceff
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.
#faceff Background Color
<div style="background-color:#faceff">
Div content here</div>
This div background color is #faceff
#faceff Border Color
<div style="border:3px solid #faceff">
Div here</div>
This div border color is #faceff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,206,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faceff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faceff; -webkit-box-shadow: 1px 1px 3px 2px #faceff; box-shadow: 1px 1px 3px 2px #faceff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,206,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 #faceff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faceff; -webkit-box-shadow: 1px 1px 3px 2px #faceff; box-shadow: 1px 1px 3px 2px #faceff;">
Div content here</div>
This div box has shadow with color #faceff
#faceff Color Palettes
Comments
No comments written yet.
Please login to write comment.