Color spaces of #fab7cf
RGB | 250 | 183 | 207 |
---|---|---|---|
HSL | 0.94 | 0.87 | 0.85 |
HSV | 339° | 27° | 98° |
CMYK | 0.00 | 0.27 | 0.17 0.02 |
XYZ | 67.6203 | 58.6960 | 66.7970 |
Yxy | 58.6960 | 0.3502 | 0.3039 |
Hunter Lab | 76.6133 | 23.4740 | 1.9360 |
CIE-Lab | 81.1242 | 27.7187 | -2.4845 |
#fab7cf color RGB value is (250,183,207).
#fab7cf hex color red value is 250, green value is 183 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fab7cf hue: 0.94 , saturation: 0.87 and the lightness value of fab7cf is 0.85.
The process color (four color CMYK) of #fab7cf color hex is 0.00, 0.27, 0.17, 0.02. Web safe color of #fab7cf is #ffcccc. Color #fab7cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110111 | 11001111 |
Octal | 372 | 267 | 317 |
Decimal | 250 | 183 | 207 |
Hex | FA | B7 | CF |
Shades of #fab7cf
Tints of #fab7cf
RGB Percentages of Color #fab7cf
CMYK Percentages of Color #fab7cf
Complementary Color
#fab7cf | #b7fae2 |
#fab7cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab7cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab7cf Color CSS Codes
.mybgcolor {background-color:#fab7cf; } .myforecolor {color:#fab7cf; } .mybordercolor {border:3px solid #fab7cf; }
#fab7cf Text Font Color
<p style="color:#fab7cf">Text here</p>
This sample text font color is #fab7cf
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.
#fab7cf Background Color
<div style="background-color:#fab7cf">
Div content here</div>
This div background color is #fab7cf
#fab7cf Border Color
<div style="border:3px solid #fab7cf">
Div here</div>
This div border color is #fab7cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,183,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab7cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab7cf; -webkit-box-shadow: 1px 1px 3px 2px #fab7cf; box-shadow: 1px 1px 3px 2px #fab7cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,183,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fab7cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab7cf; -webkit-box-shadow: 1px 1px 3px 2px #fab7cf; box-shadow: 1px 1px 3px 2px #fab7cf;">
Div content here</div>
This div box has shadow with color #fab7cf
Comments
No comments written yet.
Please login to write comment.