Shades of Lavender Rose #FFA1FC
Tints of Lavender Rose #FFA1FC
RGB
CMYK
RGB Variations
Color information
#FFA1FC (or 0xFFA1FC) is known color: Lavender Rose. HEX triplet: FF, A1 and FC. RGB value is (255,161,252). Sum of RGB (Red+Green+Blue) = 255+161+252=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 161 (63.28% from 255 or 24.10% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1FC is #005E03. Grayscale: #C7C7C7. Windows color (decimal): -24068 or 16556543. OLE color: 16556543.
HSL color Cylindrical-coordinate representation of color #FFA1FC: hue angle of 301.91º 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 #FFA1FC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 252 | - |
| CMYK | 0 | 0.37 | 0.01 | 0 |
| HSL | 301.91º | 1% | 0.82% | - |
| HSV(B) | 301.91º | 0.37% | 1% | - |
| XYZ | 71.56 | 53.78 | 98.7 | - |
| YUV | 199.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 252 | 0 | 0.37 | 0.01 | 0 | 301.91 | 1 | 0.82 |
| Hex | FF | A1 | FC | 0 | 25 | 1 | 0 | 12E | 64 | 52 |
| Octal | 377 | 241 | 374 | 0 | 45 | 1 | 0 | 456 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11111100 | 0 | 100101 | 1 | 0 | 100101110 | 1100100 | 1010010 |
Color Harmonies of #FFA1FC
Complementary color
Monochromatic Colors of #FFA1FC
Black with #FFA1FC
Text Example
Text Example
White with #FFA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1FC; }
p { color: rgb(255,161,252); }
H1.HeaderClassName
{
color: #FFA1FC;
}
.AnyTagClassName
{
color: #FFA1FC;
}
</style>
background-color css
<style>
a { background-color: #FFA1FC; }
a { background-color: rgb(255,161,252); }
div.DivClassName
{
background-color: #FFA1FC;
}
.BgClassName
{
background-color: #FFA1FC;
}
</style>
border-color css
<style>
span { border-color: #FFA1FC; }
span { border-color: rgb(255,161,252); }
td.TdClassName
{
border-color: #FFA1FC;
}
.TagClassName
{
border-color: #FFA1FC;
}
</style>