Shades of Lavender Rose #FFA8E7
Tints of Lavender Rose #FFA8E7
RGB
CMYK
RGB Variations
Color information
#FFA8E7 (or 0xFFA8E7) is known color: Lavender Rose. HEX triplet: FF, A8 and E7. RGB value is (255,168,231). Sum of RGB (Red+Green+Blue) = 255+168+231=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8E7 is #005718. Grayscale: #C9C9C9. Windows color (decimal): -22297 or 15182079. OLE color: 15182079.
HSL color Cylindrical-coordinate representation of color #FFA8E7: hue angle of 316.55º 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 #FFA8E7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 231 | - |
| CMYK | 0 | 0.34 | 0.09 | 0 |
| HSL | 316.55º | 1% | 0.83% | - |
| HSV(B) | 316.55º | 0.34% | 1% | - |
| XYZ | 69.67 | 55.03 | 82.55 | - |
| YUV | 201.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 231 | 0 | 0.34 | 0.09 | 0 | 316.55 | 1 | 0.83 |
| Hex | FF | A8 | E7 | 0 | 22 | 9 | 0 | 13D | 64 | 53 |
| Octal | 377 | 250 | 347 | 0 | 42 | 11 | 0 | 475 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11100111 | 0 | 100010 | 1001 | 0 | 100111101 | 1100100 | 1010011 |
Color Harmonies of #FFA8E7
Complementary color
Monochromatic Colors of #FFA8E7
Black with #FFA8E7
Text Example
Text Example
White with #FFA8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8E7; }
p { color: rgb(255,168,231); }
H1.HeaderClassName
{
color: #FFA8E7;
}
.AnyTagClassName
{
color: #FFA8E7;
}
</style>
background-color css
<style>
a { background-color: #FFA8E7; }
a { background-color: rgb(255,168,231); }
div.DivClassName
{
background-color: #FFA8E7;
}
.BgClassName
{
background-color: #FFA8E7;
}
</style>
border-color css
<style>
span { border-color: #FFA8E7; }
span { border-color: rgb(255,168,231); }
td.TdClassName
{
border-color: #FFA8E7;
}
.TagClassName
{
border-color: #FFA8E7;
}
</style>