Color spaces of #f7afbd
RGB | 247 | 175 | 189 |
---|---|---|---|
HSL | 0.97 | 0.82 | 0.83 |
HSV | 348° | 29° | 97° |
CMYK | 0.00 | 0.29 | 0.23 0.03 |
XYZ | 62.8731 | 54.1082 | 55.2743 |
Yxy | 54.1082 | 0.3650 | 0.3141 |
Hunter Lab | 73.5583 | 23.8439 | 6.9382 |
CIE-Lab | 78.5248 | 28.2234 | 3.4283 |
#f7afbd color RGB value is (247,175,189).
#f7afbd hex color red value is 247, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f7afbd hue: 0.97 , saturation: 0.82 and the lightness value of f7afbd is 0.83.
The process color (four color CMYK) of #f7afbd color hex is 0.00, 0.29, 0.23, 0.03. Web safe color of #f7afbd is #ff99cc. Color #f7afbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 10101111 | 10111101 |
Octal | 367 | 257 | 275 |
Decimal | 247 | 175 | 189 |
Hex | F7 | AF | BD |
Shades of #f7afbd
Tints of #f7afbd
RGB Percentages of Color #f7afbd
CMYK Percentages of Color #f7afbd
Complementary Color
#f7afbd | #aff7e9 |
#f7afbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7afbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7afbd Color CSS Codes
.mybgcolor {background-color:#f7afbd; } .myforecolor {color:#f7afbd; } .mybordercolor {border:3px solid #f7afbd; }
#f7afbd Text Font Color
<p style="color:#f7afbd">Text here</p>
This sample text font color is #f7afbd
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.
#f7afbd Background Color
<div style="background-color:#f7afbd">
Div content here</div>
This div background color is #f7afbd
#f7afbd Border Color
<div style="border:3px solid #f7afbd">
Div here</div>
This div border color is #f7afbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7afbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7afbd; -webkit-box-shadow: 1px 1px 3px 2px #f7afbd; box-shadow: 1px 1px 3px 2px #f7afbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,175,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 #f7afbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7afbd; -webkit-box-shadow: 1px 1px 3px 2px #f7afbd; box-shadow: 1px 1px 3px 2px #f7afbd;">
Div content here</div>
This div box has shadow with color #f7afbd
Comments
No comments written yet.
Please login to write comment.