Shades of Lavender Pink #FFB0DC
Tints of Lavender Pink #FFB0DC
RGB
CMYK
RGB Variations
Color information
#FFB0DC (or 0xFFB0DC) is known color: Lavender Pink. HEX triplet: FF, B0 and DC. RGB value is (255,176,220). Sum of RGB (Red+Green+Blue) = 255+176+220=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0DC is #004F23. Grayscale: #CCCCCC. Windows color (decimal): -20260 or 14463231. OLE color: 14463231.
HSL color Cylindrical-coordinate representation of color #FFB0DC: hue angle of 326.58º 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 #FFB0DC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 220 | - |
| CMYK | 0 | 0.31 | 0.14 | 0 |
| HSL | 326.58º | 1% | 0.85% | - |
| HSV(B) | 326.58º | 0.31% | 1% | - |
| XYZ | 69.68 | 57.48 | 75.13 | - |
| YUV | 204.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 220 | 0 | 0.31 | 0.14 | 0 | 326.58 | 1 | 0.85 |
| Hex | FF | B0 | DC | 0 | 1F | E | 0 | 147 | 64 | 55 |
| Octal | 377 | 260 | 334 | 0 | 37 | 16 | 0 | 507 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11011100 | 0 | 11111 | 1110 | 0 | 101000111 | 1100100 | 1010101 |
Color Harmonies of #FFB0DC
Complementary color
Monochromatic Colors of #FFB0DC
Black with #FFB0DC
Text Example
Text Example
White with #FFB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0DC; }
p { color: rgb(255,176,220); }
H1.HeaderClassName
{
color: #FFB0DC;
}
.AnyTagClassName
{
color: #FFB0DC;
}
</style>
background-color css
<style>
a { background-color: #FFB0DC; }
a { background-color: rgb(255,176,220); }
div.DivClassName
{
background-color: #FFB0DC;
}
.BgClassName
{
background-color: #FFB0DC;
}
</style>
border-color css
<style>
span { border-color: #FFB0DC; }
span { border-color: rgb(255,176,220); }
td.TdClassName
{
border-color: #FFB0DC;
}
.TagClassName
{
border-color: #FFB0DC;
}
</style>