Shades of Lavender Rose #FFA8F9
Tints of Lavender Rose #FFA8F9
RGB
CMYK
RGB Variations
Color information
#FFA8F9 (or 0xFFA8F9) is known color: Lavender Rose. HEX triplet: FF, A8 and F9. RGB value is (255,168,249). Sum of RGB (Red+Green+Blue) = 255+168+249=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 168 (66.02% from 255 or 25% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8F9 is #005706. Grayscale: #CBCBCB. Windows color (decimal): -22279 or 16361727. OLE color: 16361727.
HSL color Cylindrical-coordinate representation of color #FFA8F9: hue angle of 304.14º 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 #FFA8F9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 249 | - |
| CMYK | 0 | 0.34 | 0.02 | 0 |
| HSL | 304.14º | 1% | 0.83% | - |
| HSV(B) | 304.14º | 0.34% | 1% | - |
| XYZ | 72.34 | 56.1 | 96.64 | - |
| YUV | 203.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 249 | 0 | 0.34 | 0.02 | 0 | 304.14 | 1 | 0.83 |
| Hex | FF | A8 | F9 | 0 | 22 | 2 | 0 | 130 | 64 | 53 |
| Octal | 377 | 250 | 371 | 0 | 42 | 2 | 0 | 460 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11111001 | 0 | 100010 | 10 | 0 | 100110000 | 1100100 | 1010011 |
Color Harmonies of #FFA8F9
Complementary color
Monochromatic Colors of #FFA8F9
Black with #FFA8F9
Text Example
Text Example
White with #FFA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8F9; }
p { color: rgb(255,168,249); }
H1.HeaderClassName
{
color: #FFA8F9;
}
.AnyTagClassName
{
color: #FFA8F9;
}
</style>
background-color css
<style>
a { background-color: #FFA8F9; }
a { background-color: rgb(255,168,249); }
div.DivClassName
{
background-color: #FFA8F9;
}
.BgClassName
{
background-color: #FFA8F9;
}
</style>
border-color css
<style>
span { border-color: #FFA8F9; }
span { border-color: rgb(255,168,249); }
td.TdClassName
{
border-color: #FFA8F9;
}
.TagClassName
{
border-color: #FFA8F9;
}
</style>