Color spaces of #fb6ded
RGB | 251 | 109 | 237 |
---|---|---|---|
HSL | 0.85 | 0.95 | 0.71 |
HSV | 306° | 57° | 98° |
CMYK | 0.00 | 0.57 | 0.06 0.02 |
XYZ | 60.5384 | 37.5609 | 84.1800 |
Yxy | 37.5609 | 0.3321 | 0.2061 |
Hunter Lab | 61.2869 | 69.0677 | -38.5363 |
CIE-Lab | 67.6957 | 69.4397 | -39.2577 |
#fb6ded color RGB value is (251,109,237).
#fb6ded hex color red value is 251, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fb6ded hue: 0.85 , saturation: 0.95 and the lightness value of fb6ded is 0.71.
The process color (four color CMYK) of #fb6ded color hex is 0.00, 0.57, 0.06, 0.02. Web safe color of #fb6ded is #ff66ff. Color #fb6ded contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01101101 | 11101101 |
Octal | 373 | 155 | 355 |
Decimal | 251 | 109 | 237 |
Hex | FB | 6D | ED |
Shades of #fb6ded
Tints of #fb6ded
RGB Percentages of Color #fb6ded
CMYK Percentages of Color #fb6ded
Complementary Color
#fb6ded | #6dfb7b |
#fb6ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb6ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb6ded Color CSS Codes
.mybgcolor {background-color:#fb6ded; } .myforecolor {color:#fb6ded; } .mybordercolor {border:3px solid #fb6ded; }
#fb6ded Text Font Color
<p style="color:#fb6ded">Text here</p>
This sample text font color is #fb6ded
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.
#fb6ded Background Color
<div style="background-color:#fb6ded">
Div content here</div>
This div background color is #fb6ded
#fb6ded Border Color
<div style="border:3px solid #fb6ded">
Div here</div>
This div border color is #fb6ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,109,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb6ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb6ded; -webkit-box-shadow: 1px 1px 3px 2px #fb6ded; box-shadow: 1px 1px 3px 2px #fb6ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,109,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb6ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb6ded; -webkit-box-shadow: 1px 1px 3px 2px #fb6ded; box-shadow: 1px 1px 3px 2px #fb6ded;">
Div content here</div>
This div box has shadow with color #fb6ded
Comments
No comments written yet.
Please login to write comment.