Shades of Lavender Rose #FFA8E6
Tints of Lavender Rose #FFA8E6
RGB
CMYK
RGB Variations
Color information
#FFA8E6 (or 0xFFA8E6) is known color: Lavender Rose. HEX triplet: FF, A8 and E6. RGB value is (255,168,230). Sum of RGB (Red+Green+Blue) = 255+168+230=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8E6 is #005719. Grayscale: #C8C8C8. Windows color (decimal): -22298 or 15116543. OLE color: 15116543.
HSL color Cylindrical-coordinate representation of color #FFA8E6: hue angle of 317.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8E6 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 230 | - |
| CMYK | 0 | 0.34 | 0.10 | 0 |
| HSL | 317.24º | 1% | 0.83% | - |
| HSV(B) | 317.24º | 0.34% | 1% | - |
| XYZ | 69.53 | 54.98 | 81.81 | - |
| YUV | 201.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 230 | 0 | 0.34 | 0.10 | 0 | 317.24 | 1 | 0.83 |
| Hex | FF | A8 | E6 | 0 | 22 | A | 0 | 13D | 64 | 53 |
| Octal | 377 | 250 | 346 | 0 | 42 | 12 | 0 | 475 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11100110 | 0 | 100010 | 1010 | 0 | 100111101 | 1100100 | 1010011 |
Color Harmonies of #FFA8E6
Complementary color
Monochromatic Colors of #FFA8E6
Black with #FFA8E6
Text Example
Text Example
White with #FFA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8E6; }
p { color: rgb(255,168,230); }
H1.HeaderClassName
{
color: #FFA8E6;
}
.AnyTagClassName
{
color: #FFA8E6;
}
</style>
background-color css
<style>
a { background-color: #FFA8E6; }
a { background-color: rgb(255,168,230); }
div.DivClassName
{
background-color: #FFA8E6;
}
.BgClassName
{
background-color: #FFA8E6;
}
</style>
border-color css
<style>
span { border-color: #FFA8E6; }
span { border-color: rgb(255,168,230); }
td.TdClassName
{
border-color: #FFA8E6;
}
.TagClassName
{
border-color: #FFA8E6;
}
</style>