Shades of Lavender Rose #FF93DB
Tints of Lavender Rose #FF93DB
RGB
CMYK
RGB Variations
Color information
#FF93DB (or 0xFF93DB) is known color: Lavender Rose. HEX triplet: FF, 93 and DB. RGB value is (255,147,219). Sum of RGB (Red+Green+Blue) = 255+147+219=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93DB is #006C24. Grayscale: #BBBBBB. Windows color (decimal): -27685 or 14390271. OLE color: 14390271.
HSL color Cylindrical-coordinate representation of color #FF93DB: hue angle of 320º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93DB is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 219 | - |
| CMYK | 0 | 0.42 | 0.14 | 0 |
| HSL | 320º | 1% | 0.79% | - |
| HSV(B) | 320º | 0.42% | 1% | - |
| XYZ | 64.46 | 47.24 | 72.74 | - |
| YUV | 187.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 219 | 0 | 0.42 | 0.14 | 0 | 320 | 1 | 0.79 |
| Hex | FF | 93 | DB | 0 | 2A | E | 0 | 140 | 64 | 4F |
| Octal | 377 | 223 | 333 | 0 | 52 | 16 | 0 | 500 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11011011 | 0 | 101010 | 1110 | 0 | 101000000 | 1100100 | 1001111 |
Color Harmonies of #FF93DB
Complementary color
Monochromatic Colors of #FF93DB
Black with #FF93DB
Text Example
Text Example
White with #FF93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93DB; }
p { color: rgb(255,147,219); }
H1.HeaderClassName
{
color: #FF93DB;
}
.AnyTagClassName
{
color: #FF93DB;
}
</style>
background-color css
<style>
a { background-color: #FF93DB; }
a { background-color: rgb(255,147,219); }
div.DivClassName
{
background-color: #FF93DB;
}
.BgClassName
{
background-color: #FF93DB;
}
</style>
border-color css
<style>
span { border-color: #FF93DB; }
span { border-color: rgb(255,147,219); }
td.TdClassName
{
border-color: #FF93DB;
}
.TagClassName
{
border-color: #FF93DB;
}
</style>