Shades of Lavender Rose #FFA6FD
Tints of Lavender Rose #FFA6FD
RGB
CMYK
RGB Variations
Color information
#FFA6FD (or 0xFFA6FD) is known color: Lavender Rose. HEX triplet: FF, A6 and FD. RGB value is (255,166,253). Sum of RGB (Red+Green+Blue) = 255+166+253=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 166 (65.23% from 255 or 24.63% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6FD is #005902. Grayscale: #CACACA. Windows color (decimal): -22787 or 16623359. OLE color: 16623359.
HSL color Cylindrical-coordinate representation of color #FFA6FD: hue angle of 301.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6FD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 253 | - |
| CMYK | 0 | 0.35 | 0.01 | 0 |
| HSL | 301.35º | 1% | 0.83% | - |
| HSV(B) | 301.35º | 0.35% | 1% | - |
| XYZ | 72.61 | 55.62 | 99.84 | - |
| YUV | 202.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 253 | 0 | 0.35 | 0.01 | 0 | 301.35 | 1 | 0.83 |
| Hex | FF | A6 | FD | 0 | 23 | 1 | 0 | 12D | 64 | 53 |
| Octal | 377 | 246 | 375 | 0 | 43 | 1 | 0 | 455 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11111101 | 0 | 100011 | 1 | 0 | 100101101 | 1100100 | 1010011 |
Color Harmonies of #FFA6FD
Complementary color
Monochromatic Colors of #FFA6FD
Black with #FFA6FD
Text Example
Text Example
White with #FFA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6FD; }
p { color: rgb(255,166,253); }
H1.HeaderClassName
{
color: #FFA6FD;
}
.AnyTagClassName
{
color: #FFA6FD;
}
</style>
background-color css
<style>
a { background-color: #FFA6FD; }
a { background-color: rgb(255,166,253); }
div.DivClassName
{
background-color: #FFA6FD;
}
.BgClassName
{
background-color: #FFA6FD;
}
</style>
border-color css
<style>
span { border-color: #FFA6FD; }
span { border-color: rgb(255,166,253); }
td.TdClassName
{
border-color: #FFA6FD;
}
.TagClassName
{
border-color: #FFA6FD;
}
</style>