Shades of Lavender Rose #FFA3FE
Tints of Lavender Rose #FFA3FE
RGB
CMYK
RGB Variations
Color information
#FFA3FE (or 0xFFA3FE) is known color: Lavender Rose. HEX triplet: FF, A3 and FE. RGB value is (255,163,254). Sum of RGB (Red+Green+Blue) = 255+163+254=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 163 (64.06% from 255 or 24.26% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA3FE is #005C01. Grayscale: #C8C8C8. Windows color (decimal): -23554 or 16688127. OLE color: 16688127.
HSL color Cylindrical-coordinate representation of color #FFA3FE: hue angle of 300.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA3FE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 254 | - |
| CMYK | 0 | 0.36 | 0.00 | 0 |
| HSL | 300.65º | 1% | 0.82% | - |
| HSV(B) | 300.65º | 0.36% | 1% | - |
| XYZ | 72.23 | 54.61 | 100.5 | - |
| YUV | 200.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 254 | 0 | 0.36 | 0.00 | 0 | 300.65 | 1 | 0.82 |
| Hex | FF | A3 | FE | 0 | 24 | 0 | 0 | 12D | 64 | 52 |
| Octal | 377 | 243 | 376 | 0 | 44 | 0 | 0 | 455 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11111110 | 0 | 100100 | 0 | 0 | 100101101 | 1100100 | 1010010 |
Color Harmonies of #FFA3FE
Complementary color
Monochromatic Colors of #FFA3FE
Black with #FFA3FE
Text Example
Text Example
White with #FFA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3FE; }
p { color: rgb(255,163,254); }
H1.HeaderClassName
{
color: #FFA3FE;
}
.AnyTagClassName
{
color: #FFA3FE;
}
</style>
background-color css
<style>
a { background-color: #FFA3FE; }
a { background-color: rgb(255,163,254); }
div.DivClassName
{
background-color: #FFA3FE;
}
.BgClassName
{
background-color: #FFA3FE;
}
</style>
border-color css
<style>
span { border-color: #FFA3FE; }
span { border-color: rgb(255,163,254); }
td.TdClassName
{
border-color: #FFA3FE;
}
.TagClassName
{
border-color: #FFA3FE;
}
</style>