Shades of Lavender Rose #FFA1DD
Tints of Lavender Rose #FFA1DD
RGB
CMYK
RGB Variations
Color information
#FFA1DD (or 0xFFA1DD) is known color: Lavender Rose. HEX triplet: FF, A1 and DD. RGB value is (255,161,221). Sum of RGB (Red+Green+Blue) = 255+161+221=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1DD is #005E22. Grayscale: #C3C3C3. Windows color (decimal): -24099 or 14524927. OLE color: 14524927.
HSL color Cylindrical-coordinate representation of color #FFA1DD: hue angle of 321.7º 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 #FFA1DD is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 221 | - |
| CMYK | 0 | 0.37 | 0.13 | 0 |
| HSL | 321.7º | 1% | 0.82% | - |
| HSV(B) | 321.7º | 0.37% | 1% | - |
| XYZ | 67.04 | 51.97 | 74.9 | - |
| YUV | 195.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 221 | 0 | 0.37 | 0.13 | 0 | 321.7 | 1 | 0.82 |
| Hex | FF | A1 | DD | 0 | 25 | D | 0 | 142 | 64 | 52 |
| Octal | 377 | 241 | 335 | 0 | 45 | 15 | 0 | 502 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11011101 | 0 | 100101 | 1101 | 0 | 101000010 | 1100100 | 1010010 |
Color Harmonies of #FFA1DD
Complementary color
Monochromatic Colors of #FFA1DD
Black with #FFA1DD
Text Example
Text Example
White with #FFA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1DD; }
p { color: rgb(255,161,221); }
H1.HeaderClassName
{
color: #FFA1DD;
}
.AnyTagClassName
{
color: #FFA1DD;
}
</style>
background-color css
<style>
a { background-color: #FFA1DD; }
a { background-color: rgb(255,161,221); }
div.DivClassName
{
background-color: #FFA1DD;
}
.BgClassName
{
background-color: #FFA1DD;
}
</style>
border-color css
<style>
span { border-color: #FFA1DD; }
span { border-color: rgb(255,161,221); }
td.TdClassName
{
border-color: #FFA1DD;
}
.TagClassName
{
border-color: #FFA1DD;
}
</style>