Shades of Lavender Pink #FFB0D6
Tints of Lavender Pink #FFB0D6
RGB
CMYK
RGB Variations
Color information
#FFB0D6 (or 0xFFB0D6) is known color: Lavender Pink. HEX triplet: FF, B0 and D6. RGB value is (255,176,214). Sum of RGB (Red+Green+Blue) = 255+176+214=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D6 is #004F29. Grayscale: #CBCBCB. Windows color (decimal): -20266 or 14070015. OLE color: 14070015.
HSL color Cylindrical-coordinate representation of color #FFB0D6: hue angle of 331.14º 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 #FFB0D6 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 214 | - |
| CMYK | 0 | 0.31 | 0.16 | 0 |
| HSL | 331.14º | 1% | 0.85% | - |
| HSV(B) | 331.14º | 0.31% | 1% | - |
| XYZ | 68.9 | 57.17 | 71.02 | - |
| YUV | 203.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 214 | 0 | 0.31 | 0.16 | 0 | 331.14 | 1 | 0.85 |
| Hex | FF | B0 | D6 | 0 | 1F | 10 | 0 | 14B | 64 | 55 |
| Octal | 377 | 260 | 326 | 0 | 37 | 20 | 0 | 513 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11010110 | 0 | 11111 | 10000 | 0 | 101001011 | 1100100 | 1010101 |
Color Harmonies of #FFB0D6
Complementary color
Monochromatic Colors of #FFB0D6
Black with #FFB0D6
Text Example
Text Example
White with #FFB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D6; }
p { color: rgb(255,176,214); }
H1.HeaderClassName
{
color: #FFB0D6;
}
.AnyTagClassName
{
color: #FFB0D6;
}
</style>
background-color css
<style>
a { background-color: #FFB0D6; }
a { background-color: rgb(255,176,214); }
div.DivClassName
{
background-color: #FFB0D6;
}
.BgClassName
{
background-color: #FFB0D6;
}
</style>
border-color css
<style>
span { border-color: #FFB0D6; }
span { border-color: rgb(255,176,214); }
td.TdClassName
{
border-color: #FFB0D6;
}
.TagClassName
{
border-color: #FFB0D6;
}
</style>