Shades of Lavender Pink #FFB1DC
Tints of Lavender Pink #FFB1DC
RGB
CMYK
RGB Variations
Color information
#FFB1DC (or 0xFFB1DC) is known color: Lavender Pink. HEX triplet: FF, B1 and DC. RGB value is (255,177,220). Sum of RGB (Red+Green+Blue) = 255+177+220=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DC is #004E23. Grayscale: #CDCDCD. Windows color (decimal): -20004 or 14463487. OLE color: 14463487.
HSL color Cylindrical-coordinate representation of color #FFB1DC: hue angle of 326.92º 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 #FFB1DC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 220 | - |
| CMYK | 0 | 0.31 | 0.14 | 0 |
| HSL | 326.92º | 1% | 0.85% | - |
| HSV(B) | 326.92º | 0.31% | 1% | - |
| XYZ | 69.88 | 57.87 | 75.2 | - |
| YUV | 205.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 220 | 0 | 0.31 | 0.14 | 0 | 326.92 | 1 | 0.85 |
| Hex | FF | B1 | DC | 0 | 1F | E | 0 | 147 | 64 | 55 |
| Octal | 377 | 261 | 334 | 0 | 37 | 16 | 0 | 507 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11011100 | 0 | 11111 | 1110 | 0 | 101000111 | 1100100 | 1010101 |
Color Harmonies of #FFB1DC
Complementary color
Monochromatic Colors of #FFB1DC
Black with #FFB1DC
Text Example
Text Example
White with #FFB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1DC; }
p { color: rgb(255,177,220); }
H1.HeaderClassName
{
color: #FFB1DC;
}
.AnyTagClassName
{
color: #FFB1DC;
}
</style>
background-color css
<style>
a { background-color: #FFB1DC; }
a { background-color: rgb(255,177,220); }
div.DivClassName
{
background-color: #FFB1DC;
}
.BgClassName
{
background-color: #FFB1DC;
}
</style>
border-color css
<style>
span { border-color: #FFB1DC; }
span { border-color: rgb(255,177,220); }
td.TdClassName
{
border-color: #FFB1DC;
}
.TagClassName
{
border-color: #FFB1DC;
}
</style>