#ffbfbf color RGB value is (255,191,191)
#ffbfbf color CMYK value
#ffbfbf color HSL value
HSV(or HSB) | 0° | 25.1 | 100 |
XYZ | 69.275 | 62.283 | 57.661 |
Yxy | 0.366 | 0.329 | 62.283 |
LAB | 83.064 | 22.97 | 8.99 |
LUV | 83.064 | 40.696 | 8.764 |
Hunter-LAB | 78.92 | 18.576 | 11.925 |
CIE-LCH | 83.064 | 24.666 | 21.375 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | BF | BF |
Decimal | 255 | 191 | 191 |
Octal | 377 | 277 | 277 |
Binary | 11111111 | 10111111 | 10111111 |
Below, you can see some colors close to #ffbfbf. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffbfbf.
<span style="color:#ffbfbf">Text here</span>
This paragraph has a background color of #ffbfbf.
<p style="background-color:#ffbfbf;">Content here</p>
This element has a border color of #ffbfbf.
<div style="border:1px #ffbfbf;">Content here</div>
.text {color:#ffbfbf;}
.background {background-color:#ffbfbf;}
.border {border:1px solid #ffbfbf;}
.text-shadow {border:1px solid #ffbfbf;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #150000 is the darkest color, while #ffffff is the lightest one.