Shades of Lavender Rose #FFA8E5
Tints of Lavender Rose #FFA8E5
RGB
CMYK
RGB Variations
Color information
#FFA8E5 (or 0xFFA8E5) is known color: Lavender Rose. HEX triplet: FF, A8 and E5. RGB value is (255,168,229). Sum of RGB (Red+Green+Blue) = 255+168+229=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8E5 is #00571A. Grayscale: #C8C8C8. Windows color (decimal): -22299 or 15051007. OLE color: 15051007.
HSL color Cylindrical-coordinate representation of color #FFA8E5: hue angle of 317.93º 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 #FFA8E5 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 229 | - |
| CMYK | 0 | 0.34 | 0.10 | 0 |
| HSL | 317.93º | 1% | 0.83% | - |
| HSV(B) | 317.93º | 0.34% | 1% | - |
| XYZ | 69.39 | 54.92 | 81.07 | - |
| YUV | 200.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 229 | 0 | 0.34 | 0.10 | 0 | 317.93 | 1 | 0.83 |
| Hex | FF | A8 | E5 | 0 | 22 | A | 0 | 13E | 64 | 53 |
| Octal | 377 | 250 | 345 | 0 | 42 | 12 | 0 | 476 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11100101 | 0 | 100010 | 1010 | 0 | 100111110 | 1100100 | 1010011 |
Color Harmonies of #FFA8E5
Complementary color
Monochromatic Colors of #FFA8E5
Black with #FFA8E5
Text Example
Text Example
White with #FFA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8E5; }
p { color: rgb(255,168,229); }
H1.HeaderClassName
{
color: #FFA8E5;
}
.AnyTagClassName
{
color: #FFA8E5;
}
</style>
background-color css
<style>
a { background-color: #FFA8E5; }
a { background-color: rgb(255,168,229); }
div.DivClassName
{
background-color: #FFA8E5;
}
.BgClassName
{
background-color: #FFA8E5;
}
</style>
border-color css
<style>
span { border-color: #FFA8E5; }
span { border-color: rgb(255,168,229); }
td.TdClassName
{
border-color: #FFA8E5;
}
.TagClassName
{
border-color: #FFA8E5;
}
</style>