Shades of Lavender Pink #FFB0D3
Tints of Lavender Pink #FFB0D3
RGB
CMYK
RGB Variations
Color information
#FFB0D3 (or 0xFFB0D3) is known color: Lavender Pink. HEX triplet: FF, B0 and D3. RGB value is (255,176,211). Sum of RGB (Red+Green+Blue) = 255+176+211=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 176 (69.14% from 255 or 27.41% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D3 is #004F2C. Grayscale: #CBCBCB. Windows color (decimal): -20269 or 13873407. OLE color: 13873407.
HSL color Cylindrical-coordinate representation of color #FFB0D3: hue angle of 333.42º 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 #FFB0D3 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 211 | - |
| CMYK | 0 | 0.31 | 0.17 | 0 |
| HSL | 333.42º | 1% | 0.85% | - |
| HSV(B) | 333.42º | 0.31% | 1% | - |
| XYZ | 68.52 | 57.01 | 69.02 | - |
| YUV | 203.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 211 | 0 | 0.31 | 0.17 | 0 | 333.42 | 1 | 0.85 |
| Hex | FF | B0 | D3 | 0 | 1F | 11 | 0 | 14D | 64 | 55 |
| Octal | 377 | 260 | 323 | 0 | 37 | 21 | 0 | 515 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11010011 | 0 | 11111 | 10001 | 0 | 101001101 | 1100100 | 1010101 |
Color Harmonies of #FFB0D3
Complementary color
Monochromatic Colors of #FFB0D3
Black with #FFB0D3
Text Example
Text Example
White with #FFB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D3; }
p { color: rgb(255,176,211); }
H1.HeaderClassName
{
color: #FFB0D3;
}
.AnyTagClassName
{
color: #FFB0D3;
}
</style>
background-color css
<style>
a { background-color: #FFB0D3; }
a { background-color: rgb(255,176,211); }
div.DivClassName
{
background-color: #FFB0D3;
}
.BgClassName
{
background-color: #FFB0D3;
}
</style>
border-color css
<style>
span { border-color: #FFB0D3; }
span { border-color: rgb(255,176,211); }
td.TdClassName
{
border-color: #FFB0D3;
}
.TagClassName
{
border-color: #FFB0D3;
}
</style>