Shades of Lavender Rose #FFA1DB
Tints of Lavender Rose #FFA1DB
RGB
CMYK
RGB Variations
Color information
#FFA1DB (or 0xFFA1DB) is known color: Lavender Rose. HEX triplet: FF, A1 and DB. RGB value is (255,161,219). Sum of RGB (Red+Green+Blue) = 255+161+219=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1DB is #005E24. Grayscale: #C3C3C3. Windows color (decimal): -24101 or 14393855. OLE color: 14393855.
HSL color Cylindrical-coordinate representation of color #FFA1DB: hue angle of 322.98º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1DB is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 219 | - |
| CMYK | 0 | 0.37 | 0.14 | 0 |
| HSL | 322.98º | 1% | 0.82% | - |
| HSV(B) | 322.98º | 0.37% | 1% | - |
| XYZ | 66.77 | 51.86 | 73.51 | - |
| YUV | 195.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 219 | 0 | 0.37 | 0.14 | 0 | 322.98 | 1 | 0.82 |
| Hex | FF | A1 | DB | 0 | 25 | E | 0 | 143 | 64 | 52 |
| Octal | 377 | 241 | 333 | 0 | 45 | 16 | 0 | 503 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11011011 | 0 | 100101 | 1110 | 0 | 101000011 | 1100100 | 1010010 |
Color Harmonies of #FFA1DB
Complementary color
Monochromatic Colors of #FFA1DB
Black with #FFA1DB
Text Example
Text Example
White with #FFA1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1DB; }
p { color: rgb(255,161,219); }
H1.HeaderClassName
{
color: #FFA1DB;
}
.AnyTagClassName
{
color: #FFA1DB;
}
</style>
background-color css
<style>
a { background-color: #FFA1DB; }
a { background-color: rgb(255,161,219); }
div.DivClassName
{
background-color: #FFA1DB;
}
.BgClassName
{
background-color: #FFA1DB;
}
</style>
border-color css
<style>
span { border-color: #FFA1DB; }
span { border-color: rgb(255,161,219); }
td.TdClassName
{
border-color: #FFA1DB;
}
.TagClassName
{
border-color: #FFA1DB;
}
</style>