Shades of Lavender Pink #FFB0DF
Tints of Lavender Pink #FFB0DF
RGB
CMYK
RGB Variations
Color information
#FFB0DF (or 0xFFB0DF) is known color: Lavender Pink. HEX triplet: FF, B0 and DF. RGB value is (255,176,223). Sum of RGB (Red+Green+Blue) = 255+176+223=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0DF is #004F20. Grayscale: #CCCCCC. Windows color (decimal): -20257 or 14659839. OLE color: 14659839.
HSL color Cylindrical-coordinate representation of color #FFB0DF: hue angle of 324.3º 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 #FFB0DF is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 223 | - |
| CMYK | 0 | 0.31 | 0.13 | 0 |
| HSL | 324.3º | 1% | 0.85% | - |
| HSV(B) | 324.3º | 0.31% | 1% | - |
| XYZ | 70.08 | 57.64 | 77.24 | - |
| YUV | 204.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 223 | 0 | 0.31 | 0.13 | 0 | 324.3 | 1 | 0.85 |
| Hex | FF | B0 | DF | 0 | 1F | D | 0 | 144 | 64 | 55 |
| Octal | 377 | 260 | 337 | 0 | 37 | 15 | 0 | 504 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11011111 | 0 | 11111 | 1101 | 0 | 101000100 | 1100100 | 1010101 |
Color Harmonies of #FFB0DF
Complementary color
Monochromatic Colors of #FFB0DF
Black with #FFB0DF
Text Example
Text Example
White with #FFB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0DF; }
p { color: rgb(255,176,223); }
H1.HeaderClassName
{
color: #FFB0DF;
}
.AnyTagClassName
{
color: #FFB0DF;
}
</style>
background-color css
<style>
a { background-color: #FFB0DF; }
a { background-color: rgb(255,176,223); }
div.DivClassName
{
background-color: #FFB0DF;
}
.BgClassName
{
background-color: #FFB0DF;
}
</style>
border-color css
<style>
span { border-color: #FFB0DF; }
span { border-color: rgb(255,176,223); }
td.TdClassName
{
border-color: #FFB0DF;
}
.TagClassName
{
border-color: #FFB0DF;
}
</style>