Shades of Lavender Rose #FFA8F5
Tints of Lavender Rose #FFA8F5
RGB
CMYK
RGB Variations
Color information
#FFA8F5 (or 0xFFA8F5) is known color: Lavender Rose. HEX triplet: FF, A8 and F5. RGB value is (255,168,245). Sum of RGB (Red+Green+Blue) = 255+168+245=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 168 (66.02% from 255 or 25.15% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8F5 is #00570A. Grayscale: #CACACA. Windows color (decimal): -22283 or 16099583. OLE color: 16099583.
HSL color Cylindrical-coordinate representation of color #FFA8F5: hue angle of 306.9º 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 #FFA8F5 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 245 | - |
| CMYK | 0 | 0.34 | 0.04 | 0 |
| HSL | 306.9º | 1% | 0.83% | - |
| HSV(B) | 306.9º | 0.34% | 1% | - |
| XYZ | 71.72 | 55.86 | 93.39 | - |
| YUV | 202.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 245 | 0 | 0.34 | 0.04 | 0 | 306.9 | 1 | 0.83 |
| Hex | FF | A8 | F5 | 0 | 22 | 4 | 0 | 133 | 64 | 53 |
| Octal | 377 | 250 | 365 | 0 | 42 | 4 | 0 | 463 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11110101 | 0 | 100010 | 100 | 0 | 100110011 | 1100100 | 1010011 |
Color Harmonies of #FFA8F5
Complementary color
Monochromatic Colors of #FFA8F5
Black with #FFA8F5
Text Example
Text Example
White with #FFA8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8F5; }
p { color: rgb(255,168,245); }
H1.HeaderClassName
{
color: #FFA8F5;
}
.AnyTagClassName
{
color: #FFA8F5;
}
</style>
background-color css
<style>
a { background-color: #FFA8F5; }
a { background-color: rgb(255,168,245); }
div.DivClassName
{
background-color: #FFA8F5;
}
.BgClassName
{
background-color: #FFA8F5;
}
</style>
border-color css
<style>
span { border-color: #FFA8F5; }
span { border-color: rgb(255,168,245); }
td.TdClassName
{
border-color: #FFA8F5;
}
.TagClassName
{
border-color: #FFA8F5;
}
</style>