Color spaces of #ffb6db
RGB | 255 | 182 | 219 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.86 |
HSV | 330° | 29° | 100° |
CMYK | 0.00 | 0.29 | 0.14 0.00 |
XYZ | 70.7541 | 59.8304 | 74.8371 |
Yxy | 59.8304 | 0.3444 | 0.2913 |
Hunter Lab | 77.3501 | 27.9158 | -3.2187 |
CIE-Lab | 81.7459 | 31.8304 | -7.9743 |
#ffb6db color RGB value is (255,182,219).
#ffb6db hex color red value is 255, green value is 182 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ffb6db hue: 0.92 , saturation: 1.00 and the lightness value of ffb6db is 0.86.
The process color (four color CMYK) of #ffb6db color hex is 0.00, 0.29, 0.14, 0.00. Web safe color of #ffb6db is #ffcccc. Color #ffb6db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10110110 | 11011011 |
Octal | 377 | 266 | 333 |
Decimal | 255 | 182 | 219 |
Hex | FF | B6 | DB |
Shades of #ffb6db
Tints of #ffb6db
RGB Percentages of Color #ffb6db
CMYK Percentages of Color #ffb6db
Complementary Color
#ffb6db | #b6ffda |
#ffb6db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb6db Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb6db Color CSS Codes
.mybgcolor {background-color:#ffb6db; } .myforecolor {color:#ffb6db; } .mybordercolor {border:3px solid #ffb6db; }
#ffb6db Text Font Color
<p style="color:#ffb6db">Text here</p>
This sample text font color is #ffb6db
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.
#ffb6db Background Color
<div style="background-color:#ffb6db">
Div content here</div>
This div background color is #ffb6db
#ffb6db Border Color
<div style="border:3px solid #ffb6db">
Div here</div>
This div border color is #ffb6db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,182,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb6db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb6db; -webkit-box-shadow: 1px 1px 3px 2px #ffb6db; box-shadow: 1px 1px 3px 2px #ffb6db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,182,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 #ffb6db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb6db; -webkit-box-shadow: 1px 1px 3px 2px #ffb6db; box-shadow: 1px 1px 3px 2px #ffb6db;">
Div content here</div>
This div box has shadow with color #ffb6db
#ffb6db Color Palettes
Comments
No comments written yet.
Please login to write comment.