Color spaces of #fafef1
RGB | 250 | 254 | 241 |
---|---|---|---|
HSL | 0.22 | 0.87 | 0.97 |
HSV | 78° | 5° | 100° |
CMYK | 0.02 | 0.00 | 0.05 0.00 |
XYZ | 90.7433 | 97.5585 | 97.2671 |
Yxy | 97.5585 | 0.3178 | 0.3416 |
Hunter Lab | 98.7717 | -8.8594 | 10.7534 |
CIE-Lab | 99.0482 | -3.5607 | 5.7401 |
#fafef1 color RGB value is (250,254,241).
#fafef1 hex color red value is 250, green value is 254 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #fafef1 hue: 0.22 , saturation: 0.87 and the lightness value of fafef1 is 0.97.
The process color (four color CMYK) of #fafef1 color hex is 0.02, 0.00, 0.05, 0.00. Web safe color of #fafef1 is #ffffff. Color #fafef1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111110 | 11110001 |
Octal | 372 | 376 | 361 |
Decimal | 250 | 254 | 241 |
Hex | FA | FE | F1 |
Shades of #fafef1
Tints of #fafef1
RGB Percentages of Color #fafef1
CMYK Percentages of Color #fafef1
Complementary Color
#fafef1 | #f5f1fe |
#fafef1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafef1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafef1 Color CSS Codes
.mybgcolor {background-color:#fafef1; } .myforecolor {color:#fafef1; } .mybordercolor {border:3px solid #fafef1; }
#fafef1 Text Font Color
<p style="color:#fafef1">Text here</p>
This sample text font color is #fafef1
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.
#fafef1 Background Color
<div style="background-color:#fafef1">
Div content here</div>
This div background color is #fafef1
#fafef1 Border Color
<div style="border:3px solid #fafef1">
Div here</div>
This div border color is #fafef1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,254,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafef1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafef1; -webkit-box-shadow: 1px 1px 3px 2px #fafef1; box-shadow: 1px 1px 3px 2px #fafef1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,254,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafef1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafef1; -webkit-box-shadow: 1px 1px 3px 2px #fafef1; box-shadow: 1px 1px 3px 2px #fafef1;">
Div content here</div>
This div box has shadow with color #fafef1
Comments
No comments written yet.
Please login to write comment.