Shades of Lavender Pink #FFB0D0
Tints of Lavender Pink #FFB0D0
RGB
CMYK
RGB Variations
Color information
#FFB0D0 (or 0xFFB0D0) is known color: Lavender Pink. HEX triplet: FF, B0 and D0. RGB value is (255,176,208). Sum of RGB (Red+Green+Blue) = 255+176+208=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D0 is #004F2F. Grayscale: #CBCBCB. Windows color (decimal): -20272 or 13676799. OLE color: 13676799.
HSL color Cylindrical-coordinate representation of color #FFB0D0: hue angle of 335.7º 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 #FFB0D0 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 208 | - |
| CMYK | 0 | 0.31 | 0.18 | 0 |
| HSL | 335.7º | 1% | 0.85% | - |
| HSV(B) | 335.7º | 0.31% | 1% | - |
| XYZ | 68.15 | 56.86 | 67.06 | - |
| YUV | 203.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 208 | 0 | 0.31 | 0.18 | 0 | 335.7 | 1 | 0.85 |
| Hex | FF | B0 | D0 | 0 | 1F | 12 | 0 | 150 | 64 | 55 |
| Octal | 377 | 260 | 320 | 0 | 37 | 22 | 0 | 520 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11010000 | 0 | 11111 | 10010 | 0 | 101010000 | 1100100 | 1010101 |
Color Harmonies of #FFB0D0
Complementary color
Monochromatic Colors of #FFB0D0
Black with #FFB0D0
Text Example
Text Example
White with #FFB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D0; }
p { color: rgb(255,176,208); }
H1.HeaderClassName
{
color: #FFB0D0;
}
.AnyTagClassName
{
color: #FFB0D0;
}
</style>
background-color css
<style>
a { background-color: #FFB0D0; }
a { background-color: rgb(255,176,208); }
div.DivClassName
{
background-color: #FFB0D0;
}
.BgClassName
{
background-color: #FFB0D0;
}
</style>
border-color css
<style>
span { border-color: #FFB0D0; }
span { border-color: rgb(255,176,208); }
td.TdClassName
{
border-color: #FFB0D0;
}
.TagClassName
{
border-color: #FFB0D0;
}
</style>