Color spaces of #fb6adb
RGB | 251 | 106 | 219 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.70 |
HSV | 313° | 58° | 98° |
CMYK | 0.00 | 0.58 | 0.13 0.02 |
XYZ | 57.7239 | 35.9318 | 70.9110 |
Yxy | 35.9318 | 0.3508 | 0.2183 |
Hunter Lab | 59.9431 | 66.9910 | -28.1782 |
CIE-Lab | 66.4678 | 67.9597 | -31.1737 |
#fb6adb color RGB value is (251,106,219).
#fb6adb hex color red value is 251, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb6adb hue: 0.87 , saturation: 0.95 and the lightness value of fb6adb is 0.70.
The process color (four color CMYK) of #fb6adb color hex is 0.00, 0.58, 0.13, 0.02. Web safe color of #fb6adb is #ff66cc. Color #fb6adb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01101010 | 11011011 |
Octal | 373 | 152 | 333 |
Decimal | 251 | 106 | 219 |
Hex | FB | 6A | DB |
Shades of #fb6adb
Tints of #fb6adb
RGB Percentages of Color #fb6adb
CMYK Percentages of Color #fb6adb
Complementary Color
#fb6adb | #6afb8a |
#fb6adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb6adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb6adb Color CSS Codes
.mybgcolor {background-color:#fb6adb; } .myforecolor {color:#fb6adb; } .mybordercolor {border:3px solid #fb6adb; }
#fb6adb Text Font Color
<p style="color:#fb6adb">Text here</p>
This sample text font color is #fb6adb
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.
#fb6adb Background Color
<div style="background-color:#fb6adb">
Div content here</div>
This div background color is #fb6adb
#fb6adb Border Color
<div style="border:3px solid #fb6adb">
Div here</div>
This div border color is #fb6adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,106,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb6adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb6adb; -webkit-box-shadow: 1px 1px 3px 2px #fb6adb; box-shadow: 1px 1px 3px 2px #fb6adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,106,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb6adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb6adb; -webkit-box-shadow: 1px 1px 3px 2px #fb6adb; box-shadow: 1px 1px 3px 2px #fb6adb;">
Div content here</div>
This div box has shadow with color #fb6adb
Comments
No comments written yet.
Please login to write comment.