Color spaces of #f6acca
RGB | 246 | 172 | 202 |
---|---|---|---|
HSL | 0.93 | 0.80 | 0.82 |
HSV | 336° | 30° | 96° |
CMYK | 0.00 | 0.30 | 0.18 0.04 |
XYZ | 63.4192 | 53.3621 | 62.8345 |
Yxy | 53.3621 | 0.3531 | 0.2971 |
Hunter Lab | 73.0494 | 27.1318 | 0.1354 |
CIE-Lab | 78.0883 | 31.3625 | -4.2897 |
#f6acca color RGB value is (246,172,202).
#f6acca hex color red value is 246, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f6acca hue: 0.93 , saturation: 0.80 and the lightness value of f6acca is 0.82.
The process color (four color CMYK) of #f6acca color hex is 0.00, 0.30, 0.18, 0.04. Web safe color of #f6acca is #ff99cc. Color #f6acca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10101100 | 11001010 |
Octal | 366 | 254 | 312 |
Decimal | 246 | 172 | 202 |
Hex | F6 | AC | CA |
Shades of #f6acca
Tints of #f6acca
RGB Percentages of Color #f6acca
CMYK Percentages of Color #f6acca
Complementary Color
#f6acca | #acf6d8 |
#f6acca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6acca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6acca Color CSS Codes
.mybgcolor {background-color:#f6acca; } .myforecolor {color:#f6acca; } .mybordercolor {border:3px solid #f6acca; }
#f6acca Text Font Color
<p style="color:#f6acca">Text here</p>
This sample text font color is #f6acca
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.
#f6acca Background Color
<div style="background-color:#f6acca">
Div content here</div>
This div background color is #f6acca
#f6acca Border Color
<div style="border:3px solid #f6acca">
Div here</div>
This div border color is #f6acca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,172,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6acca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6acca; -webkit-box-shadow: 1px 1px 3px 2px #f6acca; box-shadow: 1px 1px 3px 2px #f6acca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,172,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6acca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6acca; -webkit-box-shadow: 1px 1px 3px 2px #f6acca; box-shadow: 1px 1px 3px 2px #f6acca;">
Div content here</div>
This div box has shadow with color #f6acca
Comments
No comments written yet.
Please login to write comment.