Color spaces of #faffff
RGB | 250 | 255 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.99 |
HSV | 180° | 2° | 100° |
CMYK | 0.02 | 0.00 | 0.00 0.00 |
XYZ | 93.2343 | 99.0640 | 108.8150 |
Yxy | 99.0640 | 0.3096 | 0.3290 |
Hunter Lab | 99.5309 | -6.9715 | 4.8511 |
CIE-Lab | 99.6369 | -1.6341 | -0.5843 |
#faffff color RGB value is (250,255,255).
#faffff hex color red value is 250, green value is 255 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #faffff hue: 0.50 , saturation: 1.00 and the lightness value of faffff is 0.99.
The process color (four color CMYK) of #faffff color hex is 0.02, 0.00, 0.00, 0.00. Web safe color of #faffff is #ffffff. Color #faffff contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111111 | 11111111 |
Octal | 372 | 377 | 377 |
Decimal | 250 | 255 | 255 |
Hex | FA | FF | FF |
Shades of #faffff
Tints of #faffff
RGB Percentages of Color #faffff
CMYK Percentages of Color #faffff
Complementary Color
#faffff | #fffafa |
#faffff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faffff Color Preview on White Background
Lorem ipsum dolor sit amet.
#faffff Color CSS Codes
.mybgcolor {background-color:#faffff; } .myforecolor {color:#faffff; } .mybordercolor {border:3px solid #faffff; }
#faffff Text Font Color
<p style="color:#faffff">Text here</p>
This sample text font color is #faffff
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.
#faffff Background Color
<div style="background-color:#faffff">
Div content here</div>
This div background color is #faffff
#faffff Border Color
<div style="border:3px solid #faffff">
Div here</div>
This div border color is #faffff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,255,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faffff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faffff; -webkit-box-shadow: 1px 1px 3px 2px #faffff; box-shadow: 1px 1px 3px 2px #faffff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,255,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 #faffff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faffff; -webkit-box-shadow: 1px 1px 3px 2px #faffff; box-shadow: 1px 1px 3px 2px #faffff;">
Div content here</div>
This div box has shadow with color #faffff
Related Colors
#faffff Color Palettes
Comments
No comments written yet.
Please login to write comment.