Shades of Lavender Rose #FFA8E1
Tints of Lavender Rose #FFA8E1
RGB
CMYK
RGB Variations
Color information
#FFA8E1 (or 0xFFA8E1) is known color: Lavender Rose. HEX triplet: FF, A8 and E1. RGB value is (255,168,225). Sum of RGB (Red+Green+Blue) = 255+168+225=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 168 (66.02% from 255 or 25.93% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8E1 is #00571E. Grayscale: #C8C8C8. Windows color (decimal): -22303 or 14788863. OLE color: 14788863.
HSL color Cylindrical-coordinate representation of color #FFA8E1: hue angle of 320.69º 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 #FFA8E1 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 225 | - |
| CMYK | 0 | 0.34 | 0.12 | 0 |
| HSL | 320.69º | 1% | 0.83% | - |
| HSV(B) | 320.69º | 0.34% | 1% | - |
| XYZ | 68.83 | 54.7 | 78.16 | - |
| YUV | 200.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 225 | 0 | 0.34 | 0.12 | 0 | 320.69 | 1 | 0.83 |
| Hex | FF | A8 | E1 | 0 | 22 | C | 0 | 141 | 64 | 53 |
| Octal | 377 | 250 | 341 | 0 | 42 | 14 | 0 | 501 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11100001 | 0 | 100010 | 1100 | 0 | 101000001 | 1100100 | 1010011 |
Color Harmonies of #FFA8E1
Complementary color
Monochromatic Colors of #FFA8E1
Black with #FFA8E1
Text Example
Text Example
White with #FFA8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8E1; }
p { color: rgb(255,168,225); }
H1.HeaderClassName
{
color: #FFA8E1;
}
.AnyTagClassName
{
color: #FFA8E1;
}
</style>
background-color css
<style>
a { background-color: #FFA8E1; }
a { background-color: rgb(255,168,225); }
div.DivClassName
{
background-color: #FFA8E1;
}
.BgClassName
{
background-color: #FFA8E1;
}
</style>
border-color css
<style>
span { border-color: #FFA8E1; }
span { border-color: rgb(255,168,225); }
td.TdClassName
{
border-color: #FFA8E1;
}
.TagClassName
{
border-color: #FFA8E1;
}
</style>