Color spaces of #fb12af
RGB | 251 | 18 | 175 |
---|---|---|---|
HSL | 0.89 | 0.97 | 0.53 |
HSV | 320° | 93° | 98° |
CMYK | 0.00 | 0.93 | 0.30 0.02 |
XYZ | 47.7378 | 24.0370 | 42.6810 |
Yxy | 24.0370 | 0.4171 | 0.2100 |
Hunter Lab | 49.0275 | 88.0061 | -17.2957 |
CIE-Lab | 56.1248 | 86.5630 | -22.0178 |
#fb12af color RGB value is (251,18,175).
#fb12af hex color red value is 251, green value is 18 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fb12af hue: 0.89 , saturation: 0.97 and the lightness value of fb12af is 0.53.
The process color (four color CMYK) of #fb12af color hex is 0.00, 0.93, 0.30, 0.02. Web safe color of #fb12af is #ff0099. Color #fb12af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00010010 | 10101111 |
Octal | 373 | 22 | 257 |
Decimal | 251 | 18 | 175 |
Hex | FB | 12 | AF |
Shades of #fb12af
Tints of #fb12af
RGB Percentages of Color #fb12af
CMYK Percentages of Color #fb12af
Complementary Color
#fb12af | #12fb5e |
#fb12af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb12af Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb12af Color CSS Codes
.mybgcolor {background-color:#fb12af; } .myforecolor {color:#fb12af; } .mybordercolor {border:3px solid #fb12af; }
#fb12af Text Font Color
<p style="color:#fb12af">Text here</p>
This sample text font color is #fb12af
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.
#fb12af Background Color
<div style="background-color:#fb12af">
Div content here</div>
This div background color is #fb12af
#fb12af Border Color
<div style="border:3px solid #fb12af">
Div here</div>
This div border color is #fb12af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,18,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb12af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb12af; -webkit-box-shadow: 1px 1px 3px 2px #fb12af; box-shadow: 1px 1px 3px 2px #fb12af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,18,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb12af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb12af; -webkit-box-shadow: 1px 1px 3px 2px #fb12af; box-shadow: 1px 1px 3px 2px #fb12af;">
Div content here</div>
This div box has shadow with color #fb12af
Comments
No comments written yet.
Please login to write comment.