Shades of Lavender Rose #FF8FD6
Tints of Lavender Rose #FF8FD6
RGB
CMYK
RGB Variations
Color information
#FF8FD6 (or 0xFF8FD6) is known color: Lavender Rose. HEX triplet: FF, 8F and D6. RGB value is (255,143,214). Sum of RGB (Red+Green+Blue) = 255+143+214=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 143 (56.25% from 255 or 23.37% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FD6 is #007029. Grayscale: #B8B8B8. Windows color (decimal): -28714 or 14061567. OLE color: 14061567.
HSL color Cylindrical-coordinate representation of color #FF8FD6: hue angle of 321.96º 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 #FF8FD6 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 214 | - |
| CMYK | 0 | 0.44 | 0.16 | 0 |
| HSL | 321.96º | 1% | 0.78% | - |
| HSV(B) | 321.96º | 0.44% | 1% | - |
| XYZ | 63.2 | 45.76 | 69.12 | - |
| YUV | 184.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 214 | 0 | 0.44 | 0.16 | 0 | 321.96 | 1 | 0.78 |
| Hex | FF | 8F | D6 | 0 | 2C | 10 | 0 | 142 | 64 | 4E |
| Octal | 377 | 217 | 326 | 0 | 54 | 20 | 0 | 502 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11010110 | 0 | 101100 | 10000 | 0 | 101000010 | 1100100 | 1001110 |
Color Harmonies of #FF8FD6
Complementary color
Monochromatic Colors of #FF8FD6
Black with #FF8FD6
Text Example
Text Example
White with #FF8FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FD6; }
p { color: rgb(255,143,214); }
H1.HeaderClassName
{
color: #FF8FD6;
}
.AnyTagClassName
{
color: #FF8FD6;
}
</style>
background-color css
<style>
a { background-color: #FF8FD6; }
a { background-color: rgb(255,143,214); }
div.DivClassName
{
background-color: #FF8FD6;
}
.BgClassName
{
background-color: #FF8FD6;
}
</style>
border-color css
<style>
span { border-color: #FF8FD6; }
span { border-color: rgb(255,143,214); }
td.TdClassName
{
border-color: #FF8FD6;
}
.TagClassName
{
border-color: #FF8FD6;
}
</style>