Color spaces of #fb1eee
RGB | 251 | 30 | 238 |
---|---|---|---|
HSL | 0.84 | 0.97 | 0.55 |
HSV | 304° | 88° | 98° |
CMYK | 0.00 | 0.88 | 0.05 0.02 |
XYZ | 55.6806 | 27.6108 | 83.2836 |
Yxy | 27.6108 | 0.3343 | 0.1658 |
Hunter Lab | 52.5460 | 97.1929 | -57.1905 |
CIE-Lab | 59.5355 | 92.7841 | -52.6732 |
#fb1eee color RGB value is (251,30,238).
#fb1eee hex color red value is 251, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fb1eee hue: 0.84 , saturation: 0.97 and the lightness value of fb1eee is 0.55.
The process color (four color CMYK) of #fb1eee color hex is 0.00, 0.88, 0.05, 0.02. Web safe color of #fb1eee is #ff33ff. Color #fb1eee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00011110 | 11101110 |
Octal | 373 | 36 | 356 |
Decimal | 251 | 30 | 238 |
Hex | FB | 1E | EE |
Shades of #fb1eee
Tints of #fb1eee
RGB Percentages of Color #fb1eee
CMYK Percentages of Color #fb1eee
Complementary Color
#fb1eee | #1efb2b |
#fb1eee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb1eee Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb1eee Color CSS Codes
.mybgcolor {background-color:#fb1eee; } .myforecolor {color:#fb1eee; } .mybordercolor {border:3px solid #fb1eee; }
#fb1eee Text Font Color
<p style="color:#fb1eee">Text here</p>
This sample text font color is #fb1eee
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.
#fb1eee Background Color
<div style="background-color:#fb1eee">
Div content here</div>
This div background color is #fb1eee
#fb1eee Border Color
<div style="border:3px solid #fb1eee">
Div here</div>
This div border color is #fb1eee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,30,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb1eee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb1eee; -webkit-box-shadow: 1px 1px 3px 2px #fb1eee; box-shadow: 1px 1px 3px 2px #fb1eee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,30,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb1eee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb1eee; -webkit-box-shadow: 1px 1px 3px 2px #fb1eee; box-shadow: 1px 1px 3px 2px #fb1eee;">
Div content here</div>
This div box has shadow with color #fb1eee
Comments
No comments written yet.
Please login to write comment.