Shades of Lavender Rose #FFA1DF
Tints of Lavender Rose #FFA1DF
RGB
CMYK
RGB Variations
Color information
#FFA1DF (or 0xFFA1DF) is known color: Lavender Rose. HEX triplet: FF, A1 and DF. RGB value is (255,161,223). Sum of RGB (Red+Green+Blue) = 255+161+223=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1DF is #005E20. Grayscale: #C4C4C4. Windows color (decimal): -24097 or 14655999. OLE color: 14655999.
HSL color Cylindrical-coordinate representation of color #FFA1DF: hue angle of 320.43º 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 #FFA1DF is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 223 | - |
| CMYK | 0 | 0.37 | 0.13 | 0 |
| HSL | 320.43º | 1% | 0.82% | - |
| HSV(B) | 320.43º | 0.37% | 1% | - |
| XYZ | 67.3 | 52.08 | 76.32 | - |
| YUV | 196.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 223 | 0 | 0.37 | 0.13 | 0 | 320.43 | 1 | 0.82 |
| Hex | FF | A1 | DF | 0 | 25 | D | 0 | 140 | 64 | 52 |
| Octal | 377 | 241 | 337 | 0 | 45 | 15 | 0 | 500 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11011111 | 0 | 100101 | 1101 | 0 | 101000000 | 1100100 | 1010010 |
Color Harmonies of #FFA1DF
Complementary color
Monochromatic Colors of #FFA1DF
Black with #FFA1DF
Text Example
Text Example
White with #FFA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1DF; }
p { color: rgb(255,161,223); }
H1.HeaderClassName
{
color: #FFA1DF;
}
.AnyTagClassName
{
color: #FFA1DF;
}
</style>
background-color css
<style>
a { background-color: #FFA1DF; }
a { background-color: rgb(255,161,223); }
div.DivClassName
{
background-color: #FFA1DF;
}
.BgClassName
{
background-color: #FFA1DF;
}
</style>
border-color css
<style>
span { border-color: #FFA1DF; }
span { border-color: rgb(255,161,223); }
td.TdClassName
{
border-color: #FFA1DF;
}
.TagClassName
{
border-color: #FFA1DF;
}
</style>