Color spaces of #fafeff
RGB | 250 | 254 | 255 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.99 |
HSV | 192° | 2° | 100° |
CMYK | 0.02 | 0.00 | 0.00 0.00 |
XYZ | 92.9162 | 98.4276 | 108.7090 |
Yxy | 98.4276 | 0.3097 | 0.3280 |
Hunter Lab | 99.2107 | -6.4437 | 4.4811 |
CIE-Lab | 99.3888 | -1.1301 | -0.9472 |
#fafeff color RGB value is (250,254,255).
#fafeff hex color red value is 250, green value is 254 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fafeff hue: 0.53 , saturation: 1.00 and the lightness value of fafeff is 0.99.
The process color (four color CMYK) of #fafeff color hex is 0.02, 0.00, 0.00, 0.00. Web safe color of #fafeff is #ffffff. Color #fafeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111110 | 11111111 |
Octal | 372 | 376 | 377 |
Decimal | 250 | 254 | 255 |
Hex | FA | FE | FF |
Shades of #fafeff
Tints of #fafeff
RGB Percentages of Color #fafeff
CMYK Percentages of Color #fafeff
Complementary Color
#fafeff | #fffbfa |
#fafeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafeff Color CSS Codes
.mybgcolor {background-color:#fafeff; } .myforecolor {color:#fafeff; } .mybordercolor {border:3px solid #fafeff; }
#fafeff Text Font Color
<p style="color:#fafeff">Text here</p>
This sample text font color is #fafeff
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.
#fafeff Background Color
<div style="background-color:#fafeff">
Div content here</div>
This div background color is #fafeff
#fafeff Border Color
<div style="border:3px solid #fafeff">
Div here</div>
This div border color is #fafeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,254,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafeff; -webkit-box-shadow: 1px 1px 3px 2px #fafeff; box-shadow: 1px 1px 3px 2px #fafeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,254,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 #fafeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafeff; -webkit-box-shadow: 1px 1px 3px 2px #fafeff; box-shadow: 1px 1px 3px 2px #fafeff;">
Div content here</div>
This div box has shadow with color #fafeff
#fafeff Color Palettes
Comments
No comments written yet.
Please login to write comment.