Shades of Lavender Pink #FFB1D3
Tints of Lavender Pink #FFB1D3
RGB
CMYK
RGB Variations
Color information
#FFB1D3 (or 0xFFB1D3) is known color: Lavender Pink. HEX triplet: FF, B1 and D3. RGB value is (255,177,211). Sum of RGB (Red+Green+Blue) = 255+177+211=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 177 (69.53% from 255 or 27.53% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1D3 is #004E2C. Grayscale: #CCCCCC. Windows color (decimal): -20013 or 13873663. OLE color: 13873663.
HSL color Cylindrical-coordinate representation of color #FFB1D3: hue angle of 333.85º 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 #FFB1D3 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 211 | - |
| CMYK | 0 | 0.31 | 0.17 | 0 |
| HSL | 333.85º | 1% | 0.85% | - |
| HSV(B) | 333.85º | 0.31% | 1% | - |
| XYZ | 68.72 | 57.41 | 69.09 | - |
| YUV | 204.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 211 | 0 | 0.31 | 0.17 | 0 | 333.85 | 1 | 0.85 |
| Hex | FF | B1 | D3 | 0 | 1F | 11 | 0 | 14E | 64 | 55 |
| Octal | 377 | 261 | 323 | 0 | 37 | 21 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11010011 | 0 | 11111 | 10001 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB1D3
Complementary color
Monochromatic Colors of #FFB1D3
Black with #FFB1D3
Text Example
Text Example
White with #FFB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1D3; }
p { color: rgb(255,177,211); }
H1.HeaderClassName
{
color: #FFB1D3;
}
.AnyTagClassName
{
color: #FFB1D3;
}
</style>
background-color css
<style>
a { background-color: #FFB1D3; }
a { background-color: rgb(255,177,211); }
div.DivClassName
{
background-color: #FFB1D3;
}
.BgClassName
{
background-color: #FFB1D3;
}
</style>
border-color css
<style>
span { border-color: #FFB1D3; }
span { border-color: rgb(255,177,211); }
td.TdClassName
{
border-color: #FFB1D3;
}
.TagClassName
{
border-color: #FFB1D3;
}
</style>