Shades of Lavender Rose #FFA6E8
Tints of Lavender Rose #FFA6E8
RGB
CMYK
RGB Variations
Color information
#FFA6E8 (or 0xFFA6E8) is known color: Lavender Rose. HEX triplet: FF, A6 and E8. RGB value is (255,166,232). Sum of RGB (Red+Green+Blue) = 255+166+232=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6E8 is #005917. Grayscale: #C7C7C7. Windows color (decimal): -22808 or 15247103. OLE color: 15247103.
HSL color Cylindrical-coordinate representation of color #FFA6E8: hue angle of 315.51º 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 #FFA6E8 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 232 | - |
| CMYK | 0 | 0.35 | 0.09 | 0 |
| HSL | 315.51º | 1% | 0.83% | - |
| HSV(B) | 315.51º | 0.35% | 1% | - |
| XYZ | 69.44 | 54.36 | 83.18 | - |
| YUV | 200.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 232 | 0 | 0.35 | 0.09 | 0 | 315.51 | 1 | 0.83 |
| Hex | FF | A6 | E8 | 0 | 23 | 9 | 0 | 13C | 64 | 53 |
| Octal | 377 | 246 | 350 | 0 | 43 | 11 | 0 | 474 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11101000 | 0 | 100011 | 1001 | 0 | 100111100 | 1100100 | 1010011 |
Color Harmonies of #FFA6E8
Complementary color
Monochromatic Colors of #FFA6E8
Black with #FFA6E8
Text Example
Text Example
White with #FFA6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6E8; }
p { color: rgb(255,166,232); }
H1.HeaderClassName
{
color: #FFA6E8;
}
.AnyTagClassName
{
color: #FFA6E8;
}
</style>
background-color css
<style>
a { background-color: #FFA6E8; }
a { background-color: rgb(255,166,232); }
div.DivClassName
{
background-color: #FFA6E8;
}
.BgClassName
{
background-color: #FFA6E8;
}
</style>
border-color css
<style>
span { border-color: #FFA6E8; }
span { border-color: rgb(255,166,232); }
td.TdClassName
{
border-color: #FFA6E8;
}
.TagClassName
{
border-color: #FFA6E8;
}
</style>