Shades of Lavender Rose #FF8FDB
Tints of Lavender Rose #FF8FDB
RGB
CMYK
RGB Variations
Color information
#FF8FDB (or 0xFF8FDB) is known color: Lavender Rose. HEX triplet: FF, 8F and DB. RGB value is (255,143,219). Sum of RGB (Red+Green+Blue) = 255+143+219=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FDB is #007024. Grayscale: #B8B8B8. Windows color (decimal): -28709 or 14389247. OLE color: 14389247.
HSL color Cylindrical-coordinate representation of color #FF8FDB: hue angle of 319.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FDB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 219 | - |
| CMYK | 0 | 0.44 | 0.14 | 0 |
| HSL | 319.29º | 1% | 0.78% | - |
| HSV(B) | 319.29º | 0.44% | 1% | - |
| XYZ | 63.85 | 46.02 | 72.54 | - |
| YUV | 185.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 219 | 0 | 0.44 | 0.14 | 0 | 319.29 | 1 | 0.78 |
| Hex | FF | 8F | DB | 0 | 2C | E | 0 | 13F | 64 | 4E |
| Octal | 377 | 217 | 333 | 0 | 54 | 16 | 0 | 477 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11011011 | 0 | 101100 | 1110 | 0 | 100111111 | 1100100 | 1001110 |
Color Harmonies of #FF8FDB
Complementary color
Monochromatic Colors of #FF8FDB
Black with #FF8FDB
Text Example
Text Example
White with #FF8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FDB; }
p { color: rgb(255,143,219); }
H1.HeaderClassName
{
color: #FF8FDB;
}
.AnyTagClassName
{
color: #FF8FDB;
}
</style>
background-color css
<style>
a { background-color: #FF8FDB; }
a { background-color: rgb(255,143,219); }
div.DivClassName
{
background-color: #FF8FDB;
}
.BgClassName
{
background-color: #FF8FDB;
}
</style>
border-color css
<style>
span { border-color: #FF8FDB; }
span { border-color: rgb(255,143,219); }
td.TdClassName
{
border-color: #FF8FDB;
}
.TagClassName
{
border-color: #FF8FDB;
}
</style>