Shades of Lavender Pink #FFA9D4
Tints of Lavender Pink #FFA9D4
RGB
CMYK
RGB Variations
Color information
#FFA9D4 (or 0xFFA9D4) is known color: Lavender Pink. HEX triplet: FF, A9 and D4. RGB value is (255,169,212). Sum of RGB (Red+Green+Blue) = 255+169+212=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9D4 is #00562B. Grayscale: #C7C7C7. Windows color (decimal): -22060 or 13937151. OLE color: 13937151.
HSL color Cylindrical-coordinate representation of color #FFA9D4: hue angle of 330º 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 #FFA9D4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 212 | - |
| CMYK | 0 | 0.34 | 0.17 | 0 |
| HSL | 330º | 1% | 0.83% | - |
| HSV(B) | 330º | 0.34% | 1% | - |
| XYZ | 67.31 | 54.39 | 69.24 | - |
| YUV | 199.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 212 | 0 | 0.34 | 0.17 | 0 | 330 | 1 | 0.83 |
| Hex | FF | A9 | D4 | 0 | 22 | 11 | 0 | 14A | 64 | 53 |
| Octal | 377 | 251 | 324 | 0 | 42 | 21 | 0 | 512 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11010100 | 0 | 100010 | 10001 | 0 | 101001010 | 1100100 | 1010011 |
Color Harmonies of #FFA9D4
Complementary color
Monochromatic Colors of #FFA9D4
Black with #FFA9D4
Text Example
Text Example
White with #FFA9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9D4; }
p { color: rgb(255,169,212); }
H1.HeaderClassName
{
color: #FFA9D4;
}
.AnyTagClassName
{
color: #FFA9D4;
}
</style>
background-color css
<style>
a { background-color: #FFA9D4; }
a { background-color: rgb(255,169,212); }
div.DivClassName
{
background-color: #FFA9D4;
}
.BgClassName
{
background-color: #FFA9D4;
}
</style>
border-color css
<style>
span { border-color: #FFA9D4; }
span { border-color: rgb(255,169,212); }
td.TdClassName
{
border-color: #FFA9D4;
}
.TagClassName
{
border-color: #FFA9D4;
}
</style>