Shades of Lavender Rose #FF92D6
Tints of Lavender Rose #FF92D6
RGB
CMYK
RGB Variations
Color information
#FF92D6 (or 0xFF92D6) is known color: Lavender Rose. HEX triplet: FF, 92 and D6. RGB value is (255,146,214). Sum of RGB (Red+Green+Blue) = 255+146+214=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92D6 is #006D29. Grayscale: #BABABA. Windows color (decimal): -27946 or 14062335. OLE color: 14062335.
HSL color Cylindrical-coordinate representation of color #FF92D6: hue angle of 322.57º 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 #FF92D6 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 214 | - |
| CMYK | 0 | 0.43 | 0.16 | 0 |
| HSL | 322.57º | 1% | 0.79% | - |
| HSV(B) | 322.57º | 0.43% | 1% | - |
| XYZ | 63.66 | 46.67 | 69.27 | - |
| YUV | 186.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 214 | 0 | 0.43 | 0.16 | 0 | 322.57 | 1 | 0.79 |
| Hex | FF | 92 | D6 | 0 | 2B | 10 | 0 | 143 | 64 | 4F |
| Octal | 377 | 222 | 326 | 0 | 53 | 20 | 0 | 503 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11010110 | 0 | 101011 | 10000 | 0 | 101000011 | 1100100 | 1001111 |
Color Harmonies of #FF92D6
Complementary color
Monochromatic Colors of #FF92D6
Black with #FF92D6
Text Example
Text Example
White with #FF92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92D6; }
p { color: rgb(255,146,214); }
H1.HeaderClassName
{
color: #FF92D6;
}
.AnyTagClassName
{
color: #FF92D6;
}
</style>
background-color css
<style>
a { background-color: #FF92D6; }
a { background-color: rgb(255,146,214); }
div.DivClassName
{
background-color: #FF92D6;
}
.BgClassName
{
background-color: #FF92D6;
}
</style>
border-color css
<style>
span { border-color: #FF92D6; }
span { border-color: rgb(255,146,214); }
td.TdClassName
{
border-color: #FF92D6;
}
.TagClassName
{
border-color: #FF92D6;
}
</style>