Shades of Lavender Pink #FFB1D7
Tints of Lavender Pink #FFB1D7
RGB
CMYK
RGB Variations
Color information
#FFB1D7 (or 0xFFB1D7) is known color: Lavender Pink. HEX triplet: FF, B1 and D7. RGB value is (255,177,215). Sum of RGB (Red+Green+Blue) = 255+177+215=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1D7 is #004E28. Grayscale: #CCCCCC. Windows color (decimal): -20009 or 14135807. OLE color: 14135807.
HSL color Cylindrical-coordinate representation of color #FFB1D7: hue angle of 330.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1D7 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 215 | - |
| CMYK | 0 | 0.31 | 0.16 | 0 |
| HSL | 330.77º | 1% | 0.85% | - |
| HSV(B) | 330.77º | 0.31% | 1% | - |
| XYZ | 69.23 | 57.61 | 71.76 | - |
| YUV | 204.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 215 | 0 | 0.31 | 0.16 | 0 | 330.77 | 1 | 0.85 |
| Hex | FF | B1 | D7 | 0 | 1F | 10 | 0 | 14B | 64 | 55 |
| Octal | 377 | 261 | 327 | 0 | 37 | 20 | 0 | 513 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11010111 | 0 | 11111 | 10000 | 0 | 101001011 | 1100100 | 1010101 |
Color Harmonies of #FFB1D7
Complementary color
Monochromatic Colors of #FFB1D7
Black with #FFB1D7
Text Example
Text Example
White with #FFB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1D7; }
p { color: rgb(255,177,215); }
H1.HeaderClassName
{
color: #FFB1D7;
}
.AnyTagClassName
{
color: #FFB1D7;
}
</style>
background-color css
<style>
a { background-color: #FFB1D7; }
a { background-color: rgb(255,177,215); }
div.DivClassName
{
background-color: #FFB1D7;
}
.BgClassName
{
background-color: #FFB1D7;
}
</style>
border-color css
<style>
span { border-color: #FFB1D7; }
span { border-color: rgb(255,177,215); }
td.TdClassName
{
border-color: #FFB1D7;
}
.TagClassName
{
border-color: #FFB1D7;
}
</style>