Shades of Lavender Rose #FF92DB
Tints of Lavender Rose #FF92DB
RGB
CMYK
RGB Variations
Color information
#FF92DB (or 0xFF92DB) is known color: Lavender Rose. HEX triplet: FF, 92 and DB. RGB value is (255,146,219). Sum of RGB (Red+Green+Blue) = 255+146+219=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92DB is #006D24. Grayscale: #BABABA. Windows color (decimal): -27941 or 14390015. OLE color: 14390015.
HSL color Cylindrical-coordinate representation of color #FF92DB: hue angle of 319.82º 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 #FF92DB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 219 | - |
| CMYK | 0 | 0.43 | 0.14 | 0 |
| HSL | 319.82º | 1% | 0.79% | - |
| HSV(B) | 319.82º | 0.43% | 1% | - |
| XYZ | 64.31 | 46.93 | 72.69 | - |
| YUV | 186.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 219 | 0 | 0.43 | 0.14 | 0 | 319.82 | 1 | 0.79 |
| Hex | FF | 92 | DB | 0 | 2B | E | 0 | 140 | 64 | 4F |
| Octal | 377 | 222 | 333 | 0 | 53 | 16 | 0 | 500 | 144 | 117 |
| Binary | 11111111 | 10010010 | 11011011 | 0 | 101011 | 1110 | 0 | 101000000 | 1100100 | 1001111 |
Color Harmonies of #FF92DB
Complementary color
Monochromatic Colors of #FF92DB
Black with #FF92DB
Text Example
Text Example
White with #FF92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92DB; }
p { color: rgb(255,146,219); }
H1.HeaderClassName
{
color: #FF92DB;
}
.AnyTagClassName
{
color: #FF92DB;
}
</style>
background-color css
<style>
a { background-color: #FF92DB; }
a { background-color: rgb(255,146,219); }
div.DivClassName
{
background-color: #FF92DB;
}
.BgClassName
{
background-color: #FF92DB;
}
</style>
border-color css
<style>
span { border-color: #FF92DB; }
span { border-color: rgb(255,146,219); }
td.TdClassName
{
border-color: #FF92DB;
}
.TagClassName
{
border-color: #FF92DB;
}
</style>