Shades of Lavender Rose #FFA8E0
Tints of Lavender Rose #FFA8E0
RGB
CMYK
RGB Variations
Color information
#FFA8E0 (or 0xFFA8E0) is known color: Lavender Rose. HEX triplet: FF, A8 and E0. RGB value is (255,168,224). Sum of RGB (Red+Green+Blue) = 255+168+224=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8E0 is #00571F. Grayscale: #C8C8C8. Windows color (decimal): -22304 or 14723327. OLE color: 14723327.
HSL color Cylindrical-coordinate representation of color #FFA8E0: hue angle of 321.38º 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 #FFA8E0 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 224 | - |
| CMYK | 0 | 0.34 | 0.12 | 0 |
| HSL | 321.38º | 1% | 0.83% | - |
| HSV(B) | 321.38º | 0.34% | 1% | - |
| XYZ | 68.7 | 54.65 | 77.45 | - |
| YUV | 200.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 224 | 0 | 0.34 | 0.12 | 0 | 321.38 | 1 | 0.83 |
| Hex | FF | A8 | E0 | 0 | 22 | C | 0 | 141 | 64 | 53 |
| Octal | 377 | 250 | 340 | 0 | 42 | 14 | 0 | 501 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11100000 | 0 | 100010 | 1100 | 0 | 101000001 | 1100100 | 1010011 |
Color Harmonies of #FFA8E0
Complementary color
Monochromatic Colors of #FFA8E0
Black with #FFA8E0
Text Example
Text Example
White with #FFA8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8E0; }
p { color: rgb(255,168,224); }
H1.HeaderClassName
{
color: #FFA8E0;
}
.AnyTagClassName
{
color: #FFA8E0;
}
</style>
background-color css
<style>
a { background-color: #FFA8E0; }
a { background-color: rgb(255,168,224); }
div.DivClassName
{
background-color: #FFA8E0;
}
.BgClassName
{
background-color: #FFA8E0;
}
</style>
border-color css
<style>
span { border-color: #FFA8E0; }
span { border-color: rgb(255,168,224); }
td.TdClassName
{
border-color: #FFA8E0;
}
.TagClassName
{
border-color: #FFA8E0;
}
</style>