Color spaces of #fb268f
RGB | 251 | 38 | 143 |
---|---|---|---|
HSL | 0.92 | 0.96 | 0.57 |
HSV | 330° | 85° | 98° |
CMYK | 0.00 | 0.85 | 0.43 0.02 |
XYZ | 45.4347 | 23.8786 | 28.2010 |
Yxy | 23.8786 | 0.4659 | 0.2449 |
Hunter Lab | 48.8657 | 80.4519 | -0.0110 |
CIE-Lab | 55.9660 | 80.7502 | -3.4073 |
#fb268f color RGB value is (251,38,143).
#fb268f hex color red value is 251, green value is 38 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fb268f hue: 0.92 , saturation: 0.96 and the lightness value of fb268f is 0.57.
The process color (four color CMYK) of #fb268f color hex is 0.00, 0.85, 0.43, 0.02. Web safe color of #fb268f is #ff3399. Color #fb268f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00100110 | 10001111 |
Octal | 373 | 46 | 217 |
Decimal | 251 | 38 | 143 |
Hex | FB | 26 | 8F |
Shades of #fb268f
Tints of #fb268f
RGB Percentages of Color #fb268f
CMYK Percentages of Color #fb268f
Complementary Color
#fb268f | #26fb92 |
#fb268f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb268f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb268f Color CSS Codes
.mybgcolor {background-color:#fb268f; } .myforecolor {color:#fb268f; } .mybordercolor {border:3px solid #fb268f; }
#fb268f Text Font Color
<p style="color:#fb268f">Text here</p>
This sample text font color is #fb268f
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.
#fb268f Background Color
<div style="background-color:#fb268f">
Div content here</div>
This div background color is #fb268f
#fb268f Border Color
<div style="border:3px solid #fb268f">
Div here</div>
This div border color is #fb268f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,38,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb268f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb268f; -webkit-box-shadow: 1px 1px 3px 2px #fb268f; box-shadow: 1px 1px 3px 2px #fb268f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,38,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb268f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb268f; -webkit-box-shadow: 1px 1px 3px 2px #fb268f; box-shadow: 1px 1px 3px 2px #fb268f;">
Div content here</div>
This div box has shadow with color #fb268f
Comments
No comments written yet.
Please login to write comment.