Shades of Lavender Pink #FFB0DA
Tints of Lavender Pink #FFB0DA
RGB
CMYK
RGB Variations
Color information
#FFB0DA (or 0xFFB0DA) is known color: Lavender Pink. HEX triplet: FF, B0 and DA. RGB value is (255,176,218). Sum of RGB (Red+Green+Blue) = 255+176+218=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0DA is #004F25. Grayscale: #CCCCCC. Windows color (decimal): -20262 or 14332159. OLE color: 14332159.
HSL color Cylindrical-coordinate representation of color #FFB0DA: hue angle of 328.1º 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 #FFB0DA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 218 | - |
| CMYK | 0 | 0.31 | 0.15 | 0 |
| HSL | 328.1º | 1% | 0.85% | - |
| HSV(B) | 328.1º | 0.31% | 1% | - |
| XYZ | 69.42 | 57.37 | 73.74 | - |
| YUV | 204.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 218 | 0 | 0.31 | 0.15 | 0 | 328.1 | 1 | 0.85 |
| Hex | FF | B0 | DA | 0 | 1F | F | 0 | 148 | 64 | 55 |
| Octal | 377 | 260 | 332 | 0 | 37 | 17 | 0 | 510 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11011010 | 0 | 11111 | 1111 | 0 | 101001000 | 1100100 | 1010101 |
Color Harmonies of #FFB0DA
Complementary color
Monochromatic Colors of #FFB0DA
Black with #FFB0DA
Text Example
Text Example
White with #FFB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0DA; }
p { color: rgb(255,176,218); }
H1.HeaderClassName
{
color: #FFB0DA;
}
.AnyTagClassName
{
color: #FFB0DA;
}
</style>
background-color css
<style>
a { background-color: #FFB0DA; }
a { background-color: rgb(255,176,218); }
div.DivClassName
{
background-color: #FFB0DA;
}
.BgClassName
{
background-color: #FFB0DA;
}
</style>
border-color css
<style>
span { border-color: #FFB0DA; }
span { border-color: rgb(255,176,218); }
td.TdClassName
{
border-color: #FFB0DA;
}
.TagClassName
{
border-color: #FFB0DA;
}
</style>