Shades of Lavender Rose #FF92D9
Tints of Lavender Rose #FF92D9
RGB
CMYK
RGB Variations
Color information
#FF92D9 (or 0xFF92D9) is known color: Lavender Rose. HEX triplet: FF, 92 and D9. RGB value is (255,146,217). Sum of RGB (Red+Green+Blue) = 255+146+217=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92D9 is #006D26. Grayscale: #BABABA. Windows color (decimal): -27943 or 14258943. OLE color: 14258943.
HSL color Cylindrical-coordinate representation of color #FF92D9: hue angle of 320.92º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92D9 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 217 | - |
| CMYK | 0 | 0.43 | 0.15 | 0 |
| HSL | 320.92º | 1% | 0.79% | - |
| HSV(B) | 320.92º | 0.43% | 1% | - |
| XYZ | 64.04 | 46.83 | 71.31 | - |
| YUV | 186.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 217 | 0 | 0.43 | 0.15 | 0 | 320.92 | 1 | 0.79 |
| Hex | FF | 92 | D9 | 0 | 2B | F | 0 | 141 | 64 | 4F |
| Octal | 377 | 222 | 331 | 0 | 53 | 17 | 0 | 501 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11011001 | 0 | 101011 | 1111 | 0 | 101000001 | 1100100 | 1001111 |
Color Harmonies of #FF92D9
Complementary color
Monochromatic Colors of #FF92D9
Black with #FF92D9
Text Example
Text Example
White with #FF92D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92D9; }
p { color: rgb(255,146,217); }
H1.HeaderClassName
{
color: #FF92D9;
}
.AnyTagClassName
{
color: #FF92D9;
}
</style>
background-color css
<style>
a { background-color: #FF92D9; }
a { background-color: rgb(255,146,217); }
div.DivClassName
{
background-color: #FF92D9;
}
.BgClassName
{
background-color: #FF92D9;
}
</style>
border-color css
<style>
span { border-color: #FF92D9; }
span { border-color: rgb(255,146,217); }
td.TdClassName
{
border-color: #FF92D9;
}
.TagClassName
{
border-color: #FF92D9;
}
</style>