Color spaces of #f6afcd
RGB | 246 | 175 | 205 |
---|---|---|---|
HSL | 0.93 | 0.80 | 0.83 |
HSV | 335° | 29° | 96° |
CMYK | 0.00 | 0.29 | 0.17 0.04 |
XYZ | 64.3555 | 54.6606 | 64.9162 |
Yxy | 54.6606 | 0.3499 | 0.2972 |
Hunter Lab | 73.9328 | 25.9946 | -0.3062 |
CIE-Lab | 78.8454 | 30.2389 | -4.8033 |
#f6afcd color RGB value is (246,175,205).
#f6afcd hex color red value is 246, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f6afcd hue: 0.93 , saturation: 0.80 and the lightness value of f6afcd is 0.83.
The process color (four color CMYK) of #f6afcd color hex is 0.00, 0.29, 0.17, 0.04. Web safe color of #f6afcd is #ff99cc. Color #f6afcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10101111 | 11001101 |
Octal | 366 | 257 | 315 |
Decimal | 246 | 175 | 205 |
Hex | F6 | AF | CD |
Shades of #f6afcd
Tints of #f6afcd
RGB Percentages of Color #f6afcd
CMYK Percentages of Color #f6afcd
Complementary Color
#f6afcd | #aff6d8 |
#f6afcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6afcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6afcd Color CSS Codes
.mybgcolor {background-color:#f6afcd; } .myforecolor {color:#f6afcd; } .mybordercolor {border:3px solid #f6afcd; }
#f6afcd Text Font Color
<p style="color:#f6afcd">Text here</p>
This sample text font color is #f6afcd
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.
#f6afcd Background Color
<div style="background-color:#f6afcd">
Div content here</div>
This div background color is #f6afcd
#f6afcd Border Color
<div style="border:3px solid #f6afcd">
Div here</div>
This div border color is #f6afcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,175,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6afcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6afcd; -webkit-box-shadow: 1px 1px 3px 2px #f6afcd; box-shadow: 1px 1px 3px 2px #f6afcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,175,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6afcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6afcd; -webkit-box-shadow: 1px 1px 3px 2px #f6afcd; box-shadow: 1px 1px 3px 2px #f6afcd;">
Div content here</div>
This div box has shadow with color #f6afcd
Comments
No comments written yet.
Please login to write comment.