Shades of Lavender Pink #FFB0DB
Tints of Lavender Pink #FFB0DB
RGB
CMYK
RGB Variations
Color information
#FFB0DB (or 0xFFB0DB) is known color: Lavender Pink. HEX triplet: FF, B0 and DB. RGB value is (255,176,219). Sum of RGB (Red+Green+Blue) = 255+176+219=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0DB is #004F24. Grayscale: #CCCCCC. Windows color (decimal): -20261 or 14397695. OLE color: 14397695.
HSL color Cylindrical-coordinate representation of color #FFB0DB: hue angle of 327.34º 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 #FFB0DB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 176 | 219 | - |
CMYK | 0 | 0.31 | 0.14 | 0 |
HSL | 327.34º | 1% | 0.85% | - |
HSV(B) | 327.34º | 0.31% | 1% | - |
XYZ | 69.55 | 57.43 | 74.44 | - |
YUV | 204.52 | 136.17 | 164 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 176 | 219 | 0 | 0.31 | 0.14 | 0 | 327.34 | 1 | 0.85 |
Hex | FF | B0 | DB | 0 | 1F | E | 0 | 147 | 64 | 55 |
Octal | 377 | 260 | 333 | 0 | 37 | 16 | 0 | 507 | 144 | 125 |
Binary | 11111111 | 10110000 | 11011011 | 0 | 11111 | 1110 | 0 | 101000111 | 1100100 | 1010101 |
Color Harmonies of #FFB0DB
Complementary color
Monochromatic Colors of #FFB0DB
Black with #FFB0DB
Text Example
Text Example
White with #FFB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0DB; }
p { color: rgb(255,176,219); }
H1.HeaderClassName
{
color: #FFB0DB;
}
.AnyTagClassName
{
color: #FFB0DB;
}
</style>
background-color css
<style>
a { background-color: #FFB0DB; }
a { background-color: rgb(255,176,219); }
div.DivClassName
{
background-color: #FFB0DB;
}
.BgClassName
{
background-color: #FFB0DB;
}
</style>
border-color css
<style>
span { border-color: #FFB0DB; }
span { border-color: rgb(255,176,219); }
td.TdClassName
{
border-color: #FFB0DB;
}
.TagClassName
{
border-color: #FFB0DB;
}
</style>