Color spaces of #f6fefe
RGB | 246 | 254 | 254 |
---|---|---|---|
HSL | 0.50 | 0.80 | 0.98 |
HSV | 180° | 3° | 100° |
CMYK | 0.03 | 0.00 | 0.00 0.00 |
XYZ | 91.3372 | 97.6322 | 107.7968 |
Yxy | 97.6322 | 0.3078 | 0.3290 |
Hunter Lab | 98.8090 | -7.9137 | 4.4832 |
CIE-Lab | 99.0771 | -2.6138 | -0.9239 |
#f6fefe color RGB value is (246,254,254).
#f6fefe hex color red value is 246, green value is 254 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f6fefe hue: 0.50 , saturation: 0.80 and the lightness value of f6fefe is 0.98.
The process color (four color CMYK) of #f6fefe color hex is 0.03, 0.00, 0.00, 0.00. Web safe color of #f6fefe is #ffffff. Color #f6fefe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11111110 | 11111110 |
Octal | 366 | 376 | 376 |
Decimal | 246 | 254 | 254 |
Hex | F6 | FE | FE |
Shades of #f6fefe
Tints of #f6fefe
RGB Percentages of Color #f6fefe
CMYK Percentages of Color #f6fefe
Complementary Color
#f6fefe | #fef6f6 |
#f6fefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6fefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6fefe Color CSS Codes
.mybgcolor {background-color:#f6fefe; } .myforecolor {color:#f6fefe; } .mybordercolor {border:3px solid #f6fefe; }
#f6fefe Text Font Color
<p style="color:#f6fefe">Text here</p>
This sample text font color is #f6fefe
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.
#f6fefe Background Color
<div style="background-color:#f6fefe">
Div content here</div>
This div background color is #f6fefe
#f6fefe Border Color
<div style="border:3px solid #f6fefe">
Div here</div>
This div border color is #f6fefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,254,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6fefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6fefe; -webkit-box-shadow: 1px 1px 3px 2px #f6fefe; box-shadow: 1px 1px 3px 2px #f6fefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,254,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6fefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6fefe; -webkit-box-shadow: 1px 1px 3px 2px #f6fefe; box-shadow: 1px 1px 3px 2px #f6fefe;">
Div content here</div>
This div box has shadow with color #f6fefe
Comments
No comments written yet.
Please login to write comment.