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