Color spaces of #fafcfd
RGB | 250 | 252 | 253 |
---|---|---|---|
HSL | 0.56 | 0.43 | 0.99 |
HSV | 200° | 1° | 99° |
CMYK | 0.01 | 0.00 | 0.00 0.01 |
XYZ | 91.9644 | 97.0366 | 106.8114 |
Yxy | 97.0366 | 0.3109 | 0.3280 |
Hunter Lab | 98.5072 | -5.7433 | 4.6668 |
CIE-Lab | 98.8426 | -0.4763 | -0.7189 |
#fafcfd color RGB value is (250,252,253).
#fafcfd hex color red value is 250, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fafcfd hue: 0.56 , saturation: 0.43 and the lightness value of fafcfd is 0.99.
The process color (four color CMYK) of #fafcfd color hex is 0.01, 0.00, 0.00, 0.01. Web safe color of #fafcfd is #ffffff. Color #fafcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111100 | 11111101 |
Octal | 372 | 374 | 375 |
Decimal | 250 | 252 | 253 |
Hex | FA | FC | FD |
Shades of #fafcfd
Tints of #fafcfd
RGB Percentages of Color #fafcfd
CMYK Percentages of Color #fafcfd
Complementary Color
#fafcfd | #fdfbfa |
#fafcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafcfd Color CSS Codes
.mybgcolor {background-color:#fafcfd; } .myforecolor {color:#fafcfd; } .mybordercolor {border:3px solid #fafcfd; }
#fafcfd Text Font Color
<p style="color:#fafcfd">Text here</p>
This sample text font color is #fafcfd
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.
#fafcfd Background Color
<div style="background-color:#fafcfd">
Div content here</div>
This div background color is #fafcfd
#fafcfd Border Color
<div style="border:3px solid #fafcfd">
Div here</div>
This div border color is #fafcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,252,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafcfd; -webkit-box-shadow: 1px 1px 3px 2px #fafcfd; box-shadow: 1px 1px 3px 2px #fafcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,252,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafcfd; -webkit-box-shadow: 1px 1px 3px 2px #fafcfd; box-shadow: 1px 1px 3px 2px #fafcfd;">
Div content here</div>
This div box has shadow with color #fafcfd
Related Colors
#fafcfd Color Palettes
Comments
No comments written yet.
Please login to write comment.