Shades of Lavender Pink #FFA9DA
Tints of Lavender Pink #FFA9DA
RGB
CMYK
RGB Variations
Color information
#FFA9DA (or 0xFFA9DA) is known color: Lavender Pink. HEX triplet: FF, A9 and DA. RGB value is (255,169,218). Sum of RGB (Red+Green+Blue) = 255+169+218=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9DA is #005625. Grayscale: #C8C8C8. Windows color (decimal): -22054 or 14330367. OLE color: 14330367.
HSL color Cylindrical-coordinate representation of color #FFA9DA: hue angle of 325.81º 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 #FFA9DA is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 218 | - |
| CMYK | 0 | 0.34 | 0.15 | 0 |
| HSL | 325.81º | 1% | 0.83% | - |
| HSV(B) | 325.81º | 0.34% | 1% | - |
| XYZ | 68.08 | 54.7 | 73.3 | - |
| YUV | 200.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 218 | 0 | 0.34 | 0.15 | 0 | 325.81 | 1 | 0.83 |
| Hex | FF | A9 | DA | 0 | 22 | F | 0 | 146 | 64 | 53 |
| Octal | 377 | 251 | 332 | 0 | 42 | 17 | 0 | 506 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11011010 | 0 | 100010 | 1111 | 0 | 101000110 | 1100100 | 1010011 |
Color Harmonies of #FFA9DA
Complementary color
Monochromatic Colors of #FFA9DA
Black with #FFA9DA
Text Example
Text Example
White with #FFA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9DA; }
p { color: rgb(255,169,218); }
H1.HeaderClassName
{
color: #FFA9DA;
}
.AnyTagClassName
{
color: #FFA9DA;
}
</style>
background-color css
<style>
a { background-color: #FFA9DA; }
a { background-color: rgb(255,169,218); }
div.DivClassName
{
background-color: #FFA9DA;
}
.BgClassName
{
background-color: #FFA9DA;
}
</style>
border-color css
<style>
span { border-color: #FFA9DA; }
span { border-color: rgb(255,169,218); }
td.TdClassName
{
border-color: #FFA9DA;
}
.TagClassName
{
border-color: #FFA9DA;
}
</style>