Shades of Lavender Pink #FFA9CF
Tints of Lavender Pink #FFA9CF
RGB
CMYK
RGB Variations
Color information
#FFA9CF (or 0xFFA9CF) is known color: Lavender Pink. HEX triplet: FF, A9 and CF. RGB value is (255,169,207). Sum of RGB (Red+Green+Blue) = 255+169+207=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9CF is #005630. Grayscale: #C6C6C6. Windows color (decimal): -22065 or 13609471. OLE color: 13609471.
HSL color Cylindrical-coordinate representation of color #FFA9CF: hue angle of 333.49º 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 #FFA9CF is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 207 | - |
| CMYK | 0 | 0.34 | 0.19 | 0 |
| HSL | 333.49º | 1% | 0.83% | - |
| HSV(B) | 333.49º | 0.34% | 1% | - |
| XYZ | 66.69 | 54.14 | 65.97 | - |
| YUV | 199.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 207 | 0 | 0.34 | 0.19 | 0 | 333.49 | 1 | 0.83 |
| Hex | FF | A9 | CF | 0 | 22 | 13 | 0 | 14D | 64 | 53 |
| Octal | 377 | 251 | 317 | 0 | 42 | 23 | 0 | 515 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11001111 | 0 | 100010 | 10011 | 0 | 101001101 | 1100100 | 1010011 |
Color Harmonies of #FFA9CF
Complementary color
Monochromatic Colors of #FFA9CF
Black with #FFA9CF
Text Example
Text Example
White with #FFA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9CF; }
p { color: rgb(255,169,207); }
H1.HeaderClassName
{
color: #FFA9CF;
}
.AnyTagClassName
{
color: #FFA9CF;
}
</style>
background-color css
<style>
a { background-color: #FFA9CF; }
a { background-color: rgb(255,169,207); }
div.DivClassName
{
background-color: #FFA9CF;
}
.BgClassName
{
background-color: #FFA9CF;
}
</style>
border-color css
<style>
span { border-color: #FFA9CF; }
span { border-color: rgb(255,169,207); }
td.TdClassName
{
border-color: #FFA9CF;
}
.TagClassName
{
border-color: #FFA9CF;
}
</style>