Shades of Lavender Rose #FF93D3
Tints of Lavender Rose #FF93D3
RGB
CMYK
RGB Variations
Color information
#FF93D3 (or 0xFF93D3) is known color: Lavender Rose. HEX triplet: FF, 93 and D3. RGB value is (255,147,211). Sum of RGB (Red+Green+Blue) = 255+147+211=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93D3 is #006C2C. Grayscale: #BABABA. Windows color (decimal): -27693 or 13865983. OLE color: 13865983.
HSL color Cylindrical-coordinate representation of color #FF93D3: hue angle of 324.44º 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 #FF93D3 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 211 | - |
| CMYK | 0 | 0.42 | 0.17 | 0 |
| HSL | 324.44º | 1% | 0.79% | - |
| HSV(B) | 324.44º | 0.42% | 1% | - |
| XYZ | 63.43 | 46.83 | 67.32 | - |
| YUV | 186.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 211 | 0 | 0.42 | 0.17 | 0 | 324.44 | 1 | 0.79 |
| Hex | FF | 93 | D3 | 0 | 2A | 11 | 0 | 144 | 64 | 4F |
| Octal | 377 | 223 | 323 | 0 | 52 | 21 | 0 | 504 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11010011 | 0 | 101010 | 10001 | 0 | 101000100 | 1100100 | 1001111 |
Color Harmonies of #FF93D3
Complementary color
Monochromatic Colors of #FF93D3
Black with #FF93D3
Text Example
Text Example
White with #FF93D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93D3; }
p { color: rgb(255,147,211); }
H1.HeaderClassName
{
color: #FF93D3;
}
.AnyTagClassName
{
color: #FF93D3;
}
</style>
background-color css
<style>
a { background-color: #FF93D3; }
a { background-color: rgb(255,147,211); }
div.DivClassName
{
background-color: #FF93D3;
}
.BgClassName
{
background-color: #FF93D3;
}
</style>
border-color css
<style>
span { border-color: #FF93D3; }
span { border-color: rgb(255,147,211); }
td.TdClassName
{
border-color: #FF93D3;
}
.TagClassName
{
border-color: #FF93D3;
}
</style>