Shades of Lavender Pink #FFB0D2
Tints of Lavender Pink #FFB0D2
RGB
CMYK
RGB Variations
Color information
#FFB0D2 (or 0xFFB0D2) is known color: Lavender Pink. HEX triplet: FF, B0 and D2. RGB value is (255,176,210). Sum of RGB (Red+Green+Blue) = 255+176+210=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D2 is #004F2D. Grayscale: #CBCBCB. Windows color (decimal): -20270 or 13807871. OLE color: 13807871.
HSL color Cylindrical-coordinate representation of color #FFB0D2: hue angle of 334.18º 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 #FFB0D2 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 210 | - |
| CMYK | 0 | 0.31 | 0.18 | 0 |
| HSL | 334.18º | 1% | 0.85% | - |
| HSV(B) | 334.18º | 0.31% | 1% | - |
| XYZ | 68.4 | 56.96 | 68.36 | - |
| YUV | 203.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 210 | 0 | 0.31 | 0.18 | 0 | 334.18 | 1 | 0.85 |
| Hex | FF | B0 | D2 | 0 | 1F | 12 | 0 | 14E | 64 | 55 |
| Octal | 377 | 260 | 322 | 0 | 37 | 22 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11010010 | 0 | 11111 | 10010 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB0D2
Complementary color
Monochromatic Colors of #FFB0D2
Black with #FFB0D2
Text Example
Text Example
White with #FFB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D2; }
p { color: rgb(255,176,210); }
H1.HeaderClassName
{
color: #FFB0D2;
}
.AnyTagClassName
{
color: #FFB0D2;
}
</style>
background-color css
<style>
a { background-color: #FFB0D2; }
a { background-color: rgb(255,176,210); }
div.DivClassName
{
background-color: #FFB0D2;
}
.BgClassName
{
background-color: #FFB0D2;
}
</style>
border-color css
<style>
span { border-color: #FFB0D2; }
span { border-color: rgb(255,176,210); }
td.TdClassName
{
border-color: #FFB0D2;
}
.TagClassName
{
border-color: #FFB0D2;
}
</style>