Color spaces of #fafefc
RGB | 250 | 254 | 252 |
---|---|---|---|
HSL | 0.42 | 0.67 | 0.99 |
HSV | 150° | 2° | 100° |
CMYK | 0.02 | 0.00 | 0.01 0.00 |
XYZ | 92.4368 | 98.2359 | 106.1849 |
Yxy | 98.2359 | 0.3114 | 0.3309 |
Hunter Lab | 99.1140 | -6.9749 | 5.8600 |
CIE-Lab | 99.3138 | -1.6620 | 0.4828 |
#fafefc color RGB value is (250,254,252).
#fafefc hex color red value is 250, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fafefc hue: 0.42 , saturation: 0.67 and the lightness value of fafefc is 0.99.
The process color (four color CMYK) of #fafefc color hex is 0.02, 0.00, 0.01, 0.00. Web safe color of #fafefc is #ffffff. Color #fafefc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111110 | 11111100 |
Octal | 372 | 376 | 374 |
Decimal | 250 | 254 | 252 |
Hex | FA | FE | FC |
Shades of #fafefc
Tints of #fafefc
RGB Percentages of Color #fafefc
CMYK Percentages of Color #fafefc
Complementary Color
#fafefc | #fefafc |
#fafefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafefc Color CSS Codes
.mybgcolor {background-color:#fafefc; } .myforecolor {color:#fafefc; } .mybordercolor {border:3px solid #fafefc; }
#fafefc Text Font Color
<p style="color:#fafefc">Text here</p>
This sample text font color is #fafefc
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.
#fafefc Background Color
<div style="background-color:#fafefc">
Div content here</div>
This div background color is #fafefc
#fafefc Border Color
<div style="border:3px solid #fafefc">
Div here</div>
This div border color is #fafefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,254,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafefc; -webkit-box-shadow: 1px 1px 3px 2px #fafefc; box-shadow: 1px 1px 3px 2px #fafefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,254,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafefc; -webkit-box-shadow: 1px 1px 3px 2px #fafefc; box-shadow: 1px 1px 3px 2px #fafefc;">
Div content here</div>
This div box has shadow with color #fafefc
Comments
No comments written yet.
Please login to write comment.