Shades of Lavender Rose #FFA1FD
Tints of Lavender Rose #FFA1FD
RGB
CMYK
RGB Variations
Color information
#FFA1FD (or 0xFFA1FD) is known color: Lavender Rose. HEX triplet: FF, A1 and FD. RGB value is (255,161,253). Sum of RGB (Red+Green+Blue) = 255+161+253=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 161 (63.28% from 255 or 24.07% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1FD is #005E02. Grayscale: #C7C7C7. Windows color (decimal): -24067 or 16622079. OLE color: 16622079.
HSL color Cylindrical-coordinate representation of color #FFA1FD: hue angle of 301.28º 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 #FFA1FD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 253 | - |
| CMYK | 0 | 0.37 | 0.01 | 0 |
| HSL | 301.28º | 1% | 0.82% | - |
| HSV(B) | 301.28º | 0.37% | 1% | - |
| XYZ | 71.71 | 53.84 | 99.54 | - |
| YUV | 199.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 253 | 0 | 0.37 | 0.01 | 0 | 301.28 | 1 | 0.82 |
| Hex | FF | A1 | FD | 0 | 25 | 1 | 0 | 12D | 64 | 52 |
| Octal | 377 | 241 | 375 | 0 | 45 | 1 | 0 | 455 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11111101 | 0 | 100101 | 1 | 0 | 100101101 | 1100100 | 1010010 |
Color Harmonies of #FFA1FD
Complementary color
Monochromatic Colors of #FFA1FD
Black with #FFA1FD
Text Example
Text Example
White with #FFA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1FD; }
p { color: rgb(255,161,253); }
H1.HeaderClassName
{
color: #FFA1FD;
}
.AnyTagClassName
{
color: #FFA1FD;
}
</style>
background-color css
<style>
a { background-color: #FFA1FD; }
a { background-color: rgb(255,161,253); }
div.DivClassName
{
background-color: #FFA1FD;
}
.BgClassName
{
background-color: #FFA1FD;
}
</style>
border-color css
<style>
span { border-color: #FFA1FD; }
span { border-color: rgb(255,161,253); }
td.TdClassName
{
border-color: #FFA1FD;
}
.TagClassName
{
border-color: #FFA1FD;
}
</style>