Shades of Lavender Pink #FFB1D4
Tints of Lavender Pink #FFB1D4
RGB
CMYK
RGB Variations
Color information
#FFB1D4 (or 0xFFB1D4) is known color: Lavender Pink. HEX triplet: FF, B1 and D4. RGB value is (255,177,212). Sum of RGB (Red+Green+Blue) = 255+177+212=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1D4 is #004E2B. Grayscale: #CCCCCC. Windows color (decimal): -20012 or 13939199. OLE color: 13939199.
HSL color Cylindrical-coordinate representation of color #FFB1D4: hue angle of 333.08º 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 #FFB1D4 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 212 | - |
| CMYK | 0 | 0.31 | 0.17 | 0 |
| HSL | 333.08º | 1% | 0.85% | - |
| HSV(B) | 333.08º | 0.31% | 1% | - |
| XYZ | 68.85 | 57.46 | 69.75 | - |
| YUV | 204.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 212 | 0 | 0.31 | 0.17 | 0 | 333.08 | 1 | 0.85 |
| Hex | FF | B1 | D4 | 0 | 1F | 11 | 0 | 14D | 64 | 55 |
| Octal | 377 | 261 | 324 | 0 | 37 | 21 | 0 | 515 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11010100 | 0 | 11111 | 10001 | 0 | 101001101 | 1100100 | 1010101 |
Color Harmonies of #FFB1D4
Complementary color
Monochromatic Colors of #FFB1D4
Black with #FFB1D4
Text Example
Text Example
White with #FFB1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1D4; }
p { color: rgb(255,177,212); }
H1.HeaderClassName
{
color: #FFB1D4;
}
.AnyTagClassName
{
color: #FFB1D4;
}
</style>
background-color css
<style>
a { background-color: #FFB1D4; }
a { background-color: rgb(255,177,212); }
div.DivClassName
{
background-color: #FFB1D4;
}
.BgClassName
{
background-color: #FFB1D4;
}
</style>
border-color css
<style>
span { border-color: #FFB1D4; }
span { border-color: rgb(255,177,212); }
td.TdClassName
{
border-color: #FFB1D4;
}
.TagClassName
{
border-color: #FFB1D4;
}
</style>