Shades of Lavender Rose #FFA1D9
Tints of Lavender Rose #FFA1D9
RGB
CMYK
RGB Variations
Color information
#FFA1D9 (or 0xFFA1D9) is known color: Lavender Rose. HEX triplet: FF, A1 and D9. RGB value is (255,161,217). Sum of RGB (Red+Green+Blue) = 255+161+217=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1D9 is #005E26. Grayscale: #C3C3C3. Windows color (decimal): -24103 or 14262783. OLE color: 14262783.
HSL color Cylindrical-coordinate representation of color #FFA1D9: hue angle of 324.26º 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 #FFA1D9 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 217 | - |
| CMYK | 0 | 0.37 | 0.15 | 0 |
| HSL | 324.26º | 1% | 0.82% | - |
| HSV(B) | 324.26º | 0.37% | 1% | - |
| XYZ | 66.51 | 51.76 | 72.13 | - |
| YUV | 195.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 217 | 0 | 0.37 | 0.15 | 0 | 324.26 | 1 | 0.82 |
| Hex | FF | A1 | D9 | 0 | 25 | F | 0 | 144 | 64 | 52 |
| Octal | 377 | 241 | 331 | 0 | 45 | 17 | 0 | 504 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11011001 | 0 | 100101 | 1111 | 0 | 101000100 | 1100100 | 1010010 |
Color Harmonies of #FFA1D9
Complementary color
Monochromatic Colors of #FFA1D9
Black with #FFA1D9
Text Example
Text Example
White with #FFA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1D9; }
p { color: rgb(255,161,217); }
H1.HeaderClassName
{
color: #FFA1D9;
}
.AnyTagClassName
{
color: #FFA1D9;
}
</style>
background-color css
<style>
a { background-color: #FFA1D9; }
a { background-color: rgb(255,161,217); }
div.DivClassName
{
background-color: #FFA1D9;
}
.BgClassName
{
background-color: #FFA1D9;
}
</style>
border-color css
<style>
span { border-color: #FFA1D9; }
span { border-color: rgb(255,161,217); }
td.TdClassName
{
border-color: #FFA1D9;
}
.TagClassName
{
border-color: #FFA1D9;
}
</style>