Shades of Lavender Pink #FFB1D1
Tints of Lavender Pink #FFB1D1
RGB
CMYK
RGB Variations
Color information
#FFB1D1 (or 0xFFB1D1) is known color: Lavender Pink. HEX triplet: FF, B1 and D1. RGB value is (255,177,209). Sum of RGB (Red+Green+Blue) = 255+177+209=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1D1 is #004E2E. Grayscale: #CBCBCB. Windows color (decimal): -20015 or 13742591. OLE color: 13742591.
HSL color Cylindrical-coordinate representation of color #FFB1D1: hue angle of 335.38º 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 #FFB1D1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 209 | - |
| CMYK | 0 | 0.31 | 0.18 | 0 |
| HSL | 335.38º | 1% | 0.85% | - |
| HSV(B) | 335.38º | 0.31% | 1% | - |
| XYZ | 68.47 | 57.31 | 67.77 | - |
| YUV | 203.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 209 | 0 | 0.31 | 0.18 | 0 | 335.38 | 1 | 0.85 |
| Hex | FF | B1 | D1 | 0 | 1F | 12 | 0 | 14F | 64 | 55 |
| Octal | 377 | 261 | 321 | 0 | 37 | 22 | 0 | 517 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11010001 | 0 | 11111 | 10010 | 0 | 101001111 | 1100100 | 1010101 |
Color Harmonies of #FFB1D1
Complementary color
Monochromatic Colors of #FFB1D1
Black with #FFB1D1
Text Example
Text Example
White with #FFB1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1D1; }
p { color: rgb(255,177,209); }
H1.HeaderClassName
{
color: #FFB1D1;
}
.AnyTagClassName
{
color: #FFB1D1;
}
</style>
background-color css
<style>
a { background-color: #FFB1D1; }
a { background-color: rgb(255,177,209); }
div.DivClassName
{
background-color: #FFB1D1;
}
.BgClassName
{
background-color: #FFB1D1;
}
</style>
border-color css
<style>
span { border-color: #FFB1D1; }
span { border-color: rgb(255,177,209); }
td.TdClassName
{
border-color: #FFB1D1;
}
.TagClassName
{
border-color: #FFB1D1;
}
</style>