Shades of Lavender Rose #FF91DC
Tints of Lavender Rose #FF91DC
RGB
CMYK
RGB Variations
Color information
#FF91DC (or 0xFF91DC) is known color: Lavender Rose. HEX triplet: FF, 91 and DC. RGB value is (255,145,220). Sum of RGB (Red+Green+Blue) = 255+145+220=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91DC is #006E23. Grayscale: #BABABA. Windows color (decimal): -28196 or 14455295. OLE color: 14455295.
HSL color Cylindrical-coordinate representation of color #FF91DC: hue angle of 319.09º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91DC is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 220 | - |
| CMYK | 0 | 0.43 | 0.14 | 0 |
| HSL | 319.09º | 1% | 0.78% | - |
| HSV(B) | 319.09º | 0.43% | 1% | - |
| XYZ | 64.28 | 46.68 | 73.33 | - |
| YUV | 186.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 220 | 0 | 0.43 | 0.14 | 0 | 319.09 | 1 | 0.78 |
| Hex | FF | 91 | DC | 0 | 2B | E | 0 | 13F | 64 | 4E |
| Octal | 377 | 221 | 334 | 0 | 53 | 16 | 0 | 477 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11011100 | 0 | 101011 | 1110 | 0 | 100111111 | 1100100 | 1001110 |
Color Harmonies of #FF91DC
Complementary color
Monochromatic Colors of #FF91DC
Black with #FF91DC
Text Example
Text Example
White with #FF91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91DC; }
p { color: rgb(255,145,220); }
H1.HeaderClassName
{
color: #FF91DC;
}
.AnyTagClassName
{
color: #FF91DC;
}
</style>
background-color css
<style>
a { background-color: #FF91DC; }
a { background-color: rgb(255,145,220); }
div.DivClassName
{
background-color: #FF91DC;
}
.BgClassName
{
background-color: #FF91DC;
}
</style>
border-color css
<style>
span { border-color: #FF91DC; }
span { border-color: rgb(255,145,220); }
td.TdClassName
{
border-color: #FF91DC;
}
.TagClassName
{
border-color: #FF91DC;
}
</style>