Color spaces of #f6adbd
RGB | 246 | 173 | 189 |
---|---|---|---|
HSL | 0.96 | 0.80 | 0.82 |
HSV | 347° | 30° | 96° |
CMYK | 0.00 | 0.30 | 0.23 0.04 |
XYZ | 62.1349 | 53.1541 | 55.1290 |
Yxy | 53.1541 | 0.3646 | 0.3119 |
Hunter Lab | 72.9069 | 24.5397 | 6.2023 |
CIE-Lab | 77.9659 | 28.9206 | 2.6046 |
#f6adbd color RGB value is (246,173,189).
#f6adbd hex color red value is 246, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f6adbd hue: 0.96 , saturation: 0.80 and the lightness value of f6adbd is 0.82.
The process color (four color CMYK) of #f6adbd color hex is 0.00, 0.30, 0.23, 0.04. Web safe color of #f6adbd is #ff99cc. Color #f6adbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10101101 | 10111101 |
Octal | 366 | 255 | 275 |
Decimal | 246 | 173 | 189 |
Hex | F6 | AD | BD |
Shades of #f6adbd
Tints of #f6adbd
RGB Percentages of Color #f6adbd
CMYK Percentages of Color #f6adbd
Complementary Color
#f6adbd | #adf6e6 |
#f6adbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6adbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6adbd Color CSS Codes
.mybgcolor {background-color:#f6adbd; } .myforecolor {color:#f6adbd; } .mybordercolor {border:3px solid #f6adbd; }
#f6adbd Text Font Color
<p style="color:#f6adbd">Text here</p>
This sample text font color is #f6adbd
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.
#f6adbd Background Color
<div style="background-color:#f6adbd">
Div content here</div>
This div background color is #f6adbd
#f6adbd Border Color
<div style="border:3px solid #f6adbd">
Div here</div>
This div border color is #f6adbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,173,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6adbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6adbd; -webkit-box-shadow: 1px 1px 3px 2px #f6adbd; box-shadow: 1px 1px 3px 2px #f6adbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,173,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6adbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6adbd; -webkit-box-shadow: 1px 1px 3px 2px #f6adbd; box-shadow: 1px 1px 3px 2px #f6adbd;">
Div content here</div>
This div box has shadow with color #f6adbd
Comments
No comments written yet.
Please login to write comment.