Color spaces of #fb2fde
RGB | 251 | 47 | 222 |
---|---|---|---|
HSL | 0.86 | 0.96 | 0.58 |
HSV | 309° | 81° | 98° |
CMYK | 0.00 | 0.81 | 0.12 0.02 |
XYZ | 53.9850 | 27.8162 | 71.6310 |
Yxy | 27.8162 | 0.3518 | 0.1813 |
Hunter Lab | 52.7411 | 90.4132 | -43.6068 |
CIE-Lab | 59.7223 | 87.6881 | -43.3886 |
#fb2fde color RGB value is (251,47,222).
#fb2fde hex color red value is 251, green value is 47 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fb2fde hue: 0.86 , saturation: 0.96 and the lightness value of fb2fde is 0.58.
The process color (four color CMYK) of #fb2fde color hex is 0.00, 0.81, 0.12, 0.02. Web safe color of #fb2fde is #ff33cc. Color #fb2fde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00101111 | 11011110 |
Octal | 373 | 57 | 336 |
Decimal | 251 | 47 | 222 |
Hex | FB | 2F | DE |
Shades of #fb2fde
Tints of #fb2fde
RGB Percentages of Color #fb2fde
CMYK Percentages of Color #fb2fde
Complementary Color
#fb2fde | #2ffb4c |
#fb2fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb2fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb2fde Color CSS Codes
.mybgcolor {background-color:#fb2fde; } .myforecolor {color:#fb2fde; } .mybordercolor {border:3px solid #fb2fde; }
#fb2fde Text Font Color
<p style="color:#fb2fde">Text here</p>
This sample text font color is #fb2fde
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.
#fb2fde Background Color
<div style="background-color:#fb2fde">
Div content here</div>
This div background color is #fb2fde
#fb2fde Border Color
<div style="border:3px solid #fb2fde">
Div here</div>
This div border color is #fb2fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,47,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb2fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb2fde; -webkit-box-shadow: 1px 1px 3px 2px #fb2fde; box-shadow: 1px 1px 3px 2px #fb2fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,47,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb2fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb2fde; -webkit-box-shadow: 1px 1px 3px 2px #fb2fde; box-shadow: 1px 1px 3px 2px #fb2fde;">
Div content here</div>
This div box has shadow with color #fb2fde
Comments
No comments written yet.
Please login to write comment.