Shades of Lavender Pink #FFB1DA
Tints of Lavender Pink #FFB1DA
RGB
CMYK
RGB Variations
Color information
#FFB1DA (or 0xFFB1DA) is known color: Lavender Pink. HEX triplet: FF, B1 and DA. RGB value is (255,177,218). Sum of RGB (Red+Green+Blue) = 255+177+218=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DA is #004E25. Grayscale: #CCCCCC. Windows color (decimal): -20006 or 14332415. OLE color: 14332415.
HSL color Cylindrical-coordinate representation of color #FFB1DA: hue angle of 328.46º 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 #FFB1DA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 218 | - |
| CMYK | 0 | 0.31 | 0.15 | 0 |
| HSL | 328.46º | 1% | 0.85% | - |
| HSV(B) | 328.46º | 0.31% | 1% | - |
| XYZ | 69.62 | 57.77 | 73.81 | - |
| YUV | 205 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 218 | 0 | 0.31 | 0.15 | 0 | 328.46 | 1 | 0.85 |
| Hex | FF | B1 | DA | 0 | 1F | F | 0 | 148 | 64 | 55 |
| Octal | 377 | 261 | 332 | 0 | 37 | 17 | 0 | 510 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11011010 | 0 | 11111 | 1111 | 0 | 101001000 | 1100100 | 1010101 |
Color Harmonies of #FFB1DA
Complementary color
Monochromatic Colors of #FFB1DA
Black with #FFB1DA
Text Example
Text Example
White with #FFB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1DA; }
p { color: rgb(255,177,218); }
H1.HeaderClassName
{
color: #FFB1DA;
}
.AnyTagClassName
{
color: #FFB1DA;
}
</style>
background-color css
<style>
a { background-color: #FFB1DA; }
a { background-color: rgb(255,177,218); }
div.DivClassName
{
background-color: #FFB1DA;
}
.BgClassName
{
background-color: #FFB1DA;
}
</style>
border-color css
<style>
span { border-color: #FFB1DA; }
span { border-color: rgb(255,177,218); }
td.TdClassName
{
border-color: #FFB1DA;
}
.TagClassName
{
border-color: #FFB1DA;
}
</style>