Shades of Lavender Pink #FFB1D8
Tints of Lavender Pink #FFB1D8
RGB
CMYK
RGB Variations
Color information
#FFB1D8 (or 0xFFB1D8) is known color: Lavender Pink. HEX triplet: FF, B1 and D8. RGB value is (255,177,216). Sum of RGB (Red+Green+Blue) = 255+177+216=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1D8 is #004E27. Grayscale: #CCCCCC. Windows color (decimal): -20008 or 14201343. OLE color: 14201343.
HSL color Cylindrical-coordinate representation of color #FFB1D8: hue angle of 330º 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 #FFB1D8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 216 | - |
| CMYK | 0 | 0.31 | 0.15 | 0 |
| HSL | 330º | 1% | 0.85% | - |
| HSV(B) | 330º | 0.31% | 1% | - |
| XYZ | 69.36 | 57.66 | 72.44 | - |
| YUV | 204.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 216 | 0 | 0.31 | 0.15 | 0 | 330 | 1 | 0.85 |
| Hex | FF | B1 | D8 | 0 | 1F | F | 0 | 14A | 64 | 55 |
| Octal | 377 | 261 | 330 | 0 | 37 | 17 | 0 | 512 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11011000 | 0 | 11111 | 1111 | 0 | 101001010 | 1100100 | 1010101 |
Color Harmonies of #FFB1D8
Complementary color
Monochromatic Colors of #FFB1D8
Black with #FFB1D8
Text Example
Text Example
White with #FFB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1D8; }
p { color: rgb(255,177,216); }
H1.HeaderClassName
{
color: #FFB1D8;
}
.AnyTagClassName
{
color: #FFB1D8;
}
</style>
background-color css
<style>
a { background-color: #FFB1D8; }
a { background-color: rgb(255,177,216); }
div.DivClassName
{
background-color: #FFB1D8;
}
.BgClassName
{
background-color: #FFB1D8;
}
</style>
border-color css
<style>
span { border-color: #FFB1D8; }
span { border-color: rgb(255,177,216); }
td.TdClassName
{
border-color: #FFB1D8;
}
.TagClassName
{
border-color: #FFB1D8;
}
</style>