Shades of Lavender Pink #FFB1DD
Tints of Lavender Pink #FFB1DD
RGB
CMYK
RGB Variations
Color information
#FFB1DD (or 0xFFB1DD) is known color: Lavender Pink. HEX triplet: FF, B1 and DD. RGB value is (255,177,221). Sum of RGB (Red+Green+Blue) = 255+177+221=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DD is #004E22. Grayscale: #CDCDCD. Windows color (decimal): -20003 or 14529023. OLE color: 14529023.
HSL color Cylindrical-coordinate representation of color #FFB1DD: hue angle of 326.15º 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 #FFB1DD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 221 | - |
| CMYK | 0 | 0.31 | 0.13 | 0 |
| HSL | 326.15º | 1% | 0.85% | - |
| HSV(B) | 326.15º | 0.31% | 1% | - |
| XYZ | 70.01 | 57.92 | 75.9 | - |
| YUV | 205.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 221 | 0 | 0.31 | 0.13 | 0 | 326.15 | 1 | 0.85 |
| Hex | FF | B1 | DD | 0 | 1F | D | 0 | 146 | 64 | 55 |
| Octal | 377 | 261 | 335 | 0 | 37 | 15 | 0 | 506 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11011101 | 0 | 11111 | 1101 | 0 | 101000110 | 1100100 | 1010101 |
Color Harmonies of #FFB1DD
Complementary color
Monochromatic Colors of #FFB1DD
Black with #FFB1DD
Text Example
Text Example
White with #FFB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1DD; }
p { color: rgb(255,177,221); }
H1.HeaderClassName
{
color: #FFB1DD;
}
.AnyTagClassName
{
color: #FFB1DD;
}
</style>
background-color css
<style>
a { background-color: #FFB1DD; }
a { background-color: rgb(255,177,221); }
div.DivClassName
{
background-color: #FFB1DD;
}
.BgClassName
{
background-color: #FFB1DD;
}
</style>
border-color css
<style>
span { border-color: #FFB1DD; }
span { border-color: rgb(255,177,221); }
td.TdClassName
{
border-color: #FFB1DD;
}
.TagClassName
{
border-color: #FFB1DD;
}
</style>